From 62e07e4395045b6c979fd7d1dcceff8d27d05db1 Mon Sep 17 00:00:00 2001 From: Serhii Snitsaruk Date: Fri, 21 Jul 2023 11:50:06 +0200 Subject: [PATCH] Add MIT license - LimboAI is now Open Source! --- LICENSE | 7 +++++++ blackboard/bb_param/bb_aabb.h | 11 ++++++++++- blackboard/bb_param/bb_array.h | 11 ++++++++++- blackboard/bb_param/bb_basis.h | 11 ++++++++++- blackboard/bb_param/bb_bool.h | 11 ++++++++++- blackboard/bb_param/bb_byte_array.h | 11 ++++++++++- blackboard/bb_param/bb_color.h | 11 ++++++++++- blackboard/bb_param/bb_color_array.h | 11 ++++++++++- blackboard/bb_param/bb_dictionary.h | 11 ++++++++++- blackboard/bb_param/bb_float.h | 11 ++++++++++- blackboard/bb_param/bb_float_array.h | 11 ++++++++++- blackboard/bb_param/bb_int.h | 11 ++++++++++- blackboard/bb_param/bb_int_array.h | 11 ++++++++++- blackboard/bb_param/bb_node.cpp | 11 ++++++++++- blackboard/bb_param/bb_node.h | 11 ++++++++++- blackboard/bb_param/bb_param.cpp | 11 ++++++++++- blackboard/bb_param/bb_param.h | 11 ++++++++++- blackboard/bb_param/bb_plane.h | 11 ++++++++++- blackboard/bb_param/bb_quaternion.h | 11 ++++++++++- blackboard/bb_param/bb_rect2.h | 11 ++++++++++- blackboard/bb_param/bb_rect2i.h | 11 ++++++++++- blackboard/bb_param/bb_string.h | 11 ++++++++++- blackboard/bb_param/bb_string_array.h | 11 ++++++++++- blackboard/bb_param/bb_string_name.h | 11 ++++++++++- blackboard/bb_param/bb_transform2d.h | 11 ++++++++++- blackboard/bb_param/bb_transform3d.h | 11 ++++++++++- blackboard/bb_param/bb_variant.cpp | 11 ++++++++++- blackboard/bb_param/bb_variant.h | 11 ++++++++++- blackboard/bb_param/bb_vector2.h | 11 ++++++++++- blackboard/bb_param/bb_vector2_array.h | 11 ++++++++++- blackboard/bb_param/bb_vector2i.h | 11 ++++++++++- blackboard/bb_param/bb_vector3.h | 11 ++++++++++- blackboard/bb_param/bb_vector3_array.h | 11 ++++++++++- blackboard/bb_param/bb_vector3i.h | 11 ++++++++++- blackboard/bb_param/bb_vector4.h | 11 ++++++++++- blackboard/bb_param/bb_vector4i.h | 11 ++++++++++- blackboard/blackboard.cpp | 11 ++++++++++- blackboard/blackboard.h | 11 ++++++++++- bt/actions/bt_action.cpp | 11 ++++++++++- bt/actions/bt_action.h | 11 ++++++++++- bt/actions/bt_console_print.cpp | 11 ++++++++++- bt/actions/bt_console_print.h | 11 ++++++++++- bt/actions/bt_fail.cpp | 11 ++++++++++- bt/actions/bt_fail.h | 11 ++++++++++- bt/actions/bt_random_wait.cpp | 11 ++++++++++- bt/actions/bt_random_wait.h | 11 ++++++++++- bt/actions/bt_wait.cpp | 11 ++++++++++- bt/actions/bt_wait.h | 11 ++++++++++- bt/actions/bt_wait_ticks.cpp | 11 ++++++++++- bt/actions/bt_wait_ticks.h | 11 ++++++++++- bt/behavior_tree.cpp | 11 ++++++++++- bt/behavior_tree.h | 11 ++++++++++- bt/bt_player.cpp | 11 ++++++++++- bt/bt_player.h | 11 ++++++++++- bt/bt_state.cpp | 11 ++++++++++- bt/bt_state.h | 11 ++++++++++- bt/bt_task.cpp | 11 ++++++++++- bt/bt_task.h | 11 ++++++++++- bt/composites/bt_composite.cpp | 11 ++++++++++- bt/composites/bt_composite.h | 11 ++++++++++- bt/composites/bt_dynamic_selector.cpp | 11 ++++++++++- bt/composites/bt_dynamic_selector.h | 11 ++++++++++- bt/composites/bt_dynamic_sequence.cpp | 11 ++++++++++- bt/composites/bt_dynamic_sequence.h | 11 ++++++++++- bt/composites/bt_parallel.cpp | 11 ++++++++++- bt/composites/bt_parallel.h | 11 ++++++++++- bt/composites/bt_random_selector.cpp | 11 ++++++++++- bt/composites/bt_random_selector.h | 11 ++++++++++- bt/composites/bt_random_sequence.cpp | 11 ++++++++++- bt/composites/bt_random_sequence.h | 11 ++++++++++- bt/composites/bt_selector.cpp | 11 ++++++++++- bt/composites/bt_selector.h | 11 ++++++++++- bt/composites/bt_sequence.cpp | 11 ++++++++++- bt/composites/bt_sequence.h | 11 ++++++++++- bt/conditions/bt_condition.cpp | 11 ++++++++++- bt/conditions/bt_condition.h | 11 ++++++++++- bt/decorators/bt_always_fail.cpp | 11 ++++++++++- bt/decorators/bt_always_fail.h | 11 ++++++++++- bt/decorators/bt_always_succeed.cpp | 11 ++++++++++- bt/decorators/bt_always_succeed.h | 11 ++++++++++- bt/decorators/bt_cooldown.cpp | 11 ++++++++++- bt/decorators/bt_cooldown.h | 11 ++++++++++- bt/decorators/bt_decorator.cpp | 11 ++++++++++- bt/decorators/bt_decorator.h | 11 ++++++++++- bt/decorators/bt_delay.cpp | 11 ++++++++++- bt/decorators/bt_delay.h | 11 ++++++++++- bt/decorators/bt_for_each.cpp | 11 ++++++++++- bt/decorators/bt_for_each.h | 11 ++++++++++- bt/decorators/bt_invert.cpp | 11 ++++++++++- bt/decorators/bt_invert.h | 11 ++++++++++- bt/decorators/bt_new_scope.cpp | 11 ++++++++++- bt/decorators/bt_new_scope.h | 11 ++++++++++- bt/decorators/bt_probability.cpp | 11 ++++++++++- bt/decorators/bt_probability.h | 11 ++++++++++- bt/decorators/bt_repeat.cpp | 11 ++++++++++- bt/decorators/bt_repeat.h | 11 ++++++++++- bt/decorators/bt_repeat_until_failure.cpp | 11 ++++++++++- bt/decorators/bt_repeat_until_failure.h | 11 ++++++++++- bt/decorators/bt_repeat_until_success.cpp | 11 ++++++++++- bt/decorators/bt_repeat_until_success.h | 11 ++++++++++- bt/decorators/bt_run_limit.cpp | 11 ++++++++++- bt/decorators/bt_run_limit.h | 11 ++++++++++- bt/decorators/bt_subtree.cpp | 11 ++++++++++- bt/decorators/bt_subtree.h | 11 ++++++++++- bt/decorators/bt_time_limit.cpp | 11 ++++++++++- bt/decorators/bt_time_limit.h | 11 ++++++++++- demo/ai/tasks/arrive_pos.gd | 11 +++++++++++ demo/ai/tasks/play_animation.gd | 11 +++++++++++ demo/ai/tasks/start_animation.gd | 11 +++++++++++ demo/tests/waypoints/Agent.gd | 11 +++++++++++ demo/tests/waypoints/test_waypoints.gd | 11 +++++++++++ demo/tests/waypoints/waypoint_marker.gd | 11 +++++++++++ editor/debugger/behavior_tree_data.cpp | 11 ++++++++++- editor/debugger/behavior_tree_data.h | 11 ++++++++++- editor/debugger/behavior_tree_view.cpp | 11 ++++++++++- editor/debugger/behavior_tree_view.h | 11 ++++++++++- editor/debugger/limbo_debugger.cpp | 11 ++++++++++- editor/debugger/limbo_debugger.h | 11 ++++++++++- editor/debugger/limbo_debugger_plugin.cpp | 11 ++++++++++- editor/debugger/limbo_debugger_plugin.h | 11 ++++++++++- editor/limbo_ai_editor_plugin.cpp | 11 ++++++++++- editor/limbo_ai_editor_plugin.h | 11 ++++++++++- hsm/limbo_hsm.cpp | 11 ++++++++++- hsm/limbo_hsm.h | 11 ++++++++++- hsm/limbo_state.cpp | 11 ++++++++++- hsm/limbo_state.h | 11 ++++++++++- register_types.cpp | 11 ++++++++++- register_types.h | 11 ++++++++++- util/limbo_string_names.cpp | 11 ++++++++++- util/limbo_string_names.h | 11 ++++++++++- util/limbo_utility.cpp | 11 ++++++++++- util/limbo_utility.h | 11 ++++++++++- 132 files changed, 1323 insertions(+), 125 deletions(-) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..6729e51 --- /dev/null +++ b/LICENSE @@ -0,0 +1,7 @@ +Copyright 2021-2023 Serhii Snitsaruk + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/blackboard/bb_param/bb_aabb.h b/blackboard/bb_param/bb_aabb.h index 2017225..727065f 100644 --- a/blackboard/bb_param/bb_aabb.h +++ b/blackboard/bb_param/bb_aabb.h @@ -1,4 +1,13 @@ -/* bb_aabb.h */ +/** + * bb_aabb.h + * ============================================================================= + * Copyright 2021-2023 Serhii Snitsaruk + * + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. + * ============================================================================= + */ #ifndef BB_AABB_H #define BB_AABB_H diff --git a/blackboard/bb_param/bb_array.h b/blackboard/bb_param/bb_array.h index 1198b88..4f5b467 100644 --- a/blackboard/bb_param/bb_array.h +++ b/blackboard/bb_param/bb_array.h @@ -1,4 +1,13 @@ -/* bb_array.h */ +/** + * bb_array.h + * ============================================================================= + * Copyright 2021-2023 Serhii Snitsaruk + * + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. + * ============================================================================= + */ #ifndef BB_ARRAY_H #define BB_ARRAY_H diff --git a/blackboard/bb_param/bb_basis.h b/blackboard/bb_param/bb_basis.h index f0bf997..ce8923f 100644 --- a/blackboard/bb_param/bb_basis.h +++ b/blackboard/bb_param/bb_basis.h @@ -1,4 +1,13 @@ -/* bb_basis.h */ +/** + * bb_basis.h + * ============================================================================= + * Copyright 2021-2023 Serhii Snitsaruk + * + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. + * ============================================================================= + */ #ifndef BB_BASIS_H #define BB_BASIS_H diff --git a/blackboard/bb_param/bb_bool.h b/blackboard/bb_param/bb_bool.h index 6cd3381..f6bf7be 100644 --- a/blackboard/bb_param/bb_bool.h +++ b/blackboard/bb_param/bb_bool.h @@ -1,4 +1,13 @@ -/* bb_bool.h */ +/** + * bb_bool.h + * ============================================================================= + * Copyright 2021-2023 Serhii Snitsaruk + * + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. + * ============================================================================= + */ #ifndef BB_BOOL_H #define BB_BOOL_H diff --git a/blackboard/bb_param/bb_byte_array.h b/blackboard/bb_param/bb_byte_array.h index c2abfb2..ff49002 100644 --- a/blackboard/bb_param/bb_byte_array.h +++ b/blackboard/bb_param/bb_byte_array.h @@ -1,4 +1,13 @@ -/* bb_byte_array.h */ +/** + * bb_byte_array.h + * ============================================================================= + * Copyright 2021-2023 Serhii Snitsaruk + * + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. + * ============================================================================= + */ #ifndef BB_BYTE_ARRAY_H #define BB_BYTE_ARRAY_H diff --git a/blackboard/bb_param/bb_color.h b/blackboard/bb_param/bb_color.h index 3db96b8..047f313 100644 --- a/blackboard/bb_param/bb_color.h +++ b/blackboard/bb_param/bb_color.h @@ -1,4 +1,13 @@ -/* bb_color.h */ +/** + * bb_color.h + * ============================================================================= + * Copyright 2021-2023 Serhii Snitsaruk + * + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. + * ============================================================================= + */ #ifndef BB_COLOR_H #define BB_COLOR_H diff --git a/blackboard/bb_param/bb_color_array.h b/blackboard/bb_param/bb_color_array.h index c3f5c7f..2f60177 100644 --- a/blackboard/bb_param/bb_color_array.h +++ b/blackboard/bb_param/bb_color_array.h @@ -1,4 +1,13 @@ -/* bb_color_array.h */ +/** + * bb_color_array.h + * ============================================================================= + * Copyright 2021-2023 Serhii Snitsaruk + * + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. + * ============================================================================= + */ #ifndef BB_COLOR_ARRAY_H #define BB_COLOR_ARRAY_H diff --git a/blackboard/bb_param/bb_dictionary.h b/blackboard/bb_param/bb_dictionary.h index 7328aea..762875f 100644 --- a/blackboard/bb_param/bb_dictionary.h +++ b/blackboard/bb_param/bb_dictionary.h @@ -1,4 +1,13 @@ -/* bb_dictionary.h */ +/** + * bb_dictionary.h + * ============================================================================= + * Copyright 2021-2023 Serhii Snitsaruk + * + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. + * ============================================================================= + */ #ifndef BB_DICTIONARY_H #define BB_DICTIONARY_H diff --git a/blackboard/bb_param/bb_float.h b/blackboard/bb_param/bb_float.h index 2c6cfb3..3b65327 100644 --- a/blackboard/bb_param/bb_float.h +++ b/blackboard/bb_param/bb_float.h @@ -1,4 +1,13 @@ -/* bb_float.h */ +/** + * bb_float.h + * ============================================================================= + * Copyright 2021-2023 Serhii Snitsaruk + * + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. + * ============================================================================= + */ #ifndef BB_FLOAT_H #define BB_FLOAT_H diff --git a/blackboard/bb_param/bb_float_array.h b/blackboard/bb_param/bb_float_array.h index 47e6445..ec6609b 100644 --- a/blackboard/bb_param/bb_float_array.h +++ b/blackboard/bb_param/bb_float_array.h @@ -1,4 +1,13 @@ -/* bb_real_array.h */ +/** + * bb_float_array.h + * ============================================================================= + * Copyright 2021-2023 Serhii Snitsaruk + * + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. + * ============================================================================= + */ #ifndef BB_FLOAT_ARRAY_H #define BB_FLOAT_ARRAY_H diff --git a/blackboard/bb_param/bb_int.h b/blackboard/bb_param/bb_int.h index ee90afb..26ee495 100644 --- a/blackboard/bb_param/bb_int.h +++ b/blackboard/bb_param/bb_int.h @@ -1,4 +1,13 @@ -/* bb_int.h */ +/** + * bb_int.h + * ============================================================================= + * Copyright 2021-2023 Serhii Snitsaruk + * + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. + * ============================================================================= + */ #ifndef BB_INT_H #define BB_INT_H diff --git a/blackboard/bb_param/bb_int_array.h b/blackboard/bb_param/bb_int_array.h index 089c85b..9980218 100644 --- a/blackboard/bb_param/bb_int_array.h +++ b/blackboard/bb_param/bb_int_array.h @@ -1,4 +1,13 @@ -/* bb_int_array.h */ +/** + * bb_int_array.h + * ============================================================================= + * Copyright 2021-2023 Serhii Snitsaruk + * + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. + * ============================================================================= + */ #ifndef BB_INT_ARRAY_H #define BB_INT_ARRAY_H diff --git a/blackboard/bb_param/bb_node.cpp b/blackboard/bb_param/bb_node.cpp index 9aeaace..3e34230 100644 --- a/blackboard/bb_param/bb_node.cpp +++ b/blackboard/bb_param/bb_node.cpp @@ -1,4 +1,13 @@ -/* bb_node.cpp */ +/** + * bb_node.cpp + * ============================================================================= + * Copyright 2021-2023 Serhii Snitsaruk + * + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. + * ============================================================================= + */ #include "bb_node.h" #include "core/error/error_macros.h" diff --git a/blackboard/bb_param/bb_node.h b/blackboard/bb_param/bb_node.h index d2ba1b6..38d46ad 100644 --- a/blackboard/bb_param/bb_node.h +++ b/blackboard/bb_param/bb_node.h @@ -1,4 +1,13 @@ -/* bb_node.h */ +/** + * bb_node.h + * ============================================================================= + * Copyright 2021-2023 Serhii Snitsaruk + * + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. + * ============================================================================= + */ #ifndef BB_NODE_H #define BB_NODE_H diff --git a/blackboard/bb_param/bb_param.cpp b/blackboard/bb_param/bb_param.cpp index aeb566d..3e65ee3 100644 --- a/blackboard/bb_param/bb_param.cpp +++ b/blackboard/bb_param/bb_param.cpp @@ -1,4 +1,13 @@ -/* bb_param.cpp */ +/** + * bb_param.cpp + * ============================================================================= + * Copyright 2021-2023 Serhii Snitsaruk + * + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. + * ============================================================================= + */ #include "bb_param.h" diff --git a/blackboard/bb_param/bb_param.h b/blackboard/bb_param/bb_param.h index 3839fd8..343eb20 100644 --- a/blackboard/bb_param/bb_param.h +++ b/blackboard/bb_param/bb_param.h @@ -1,4 +1,13 @@ -/* bb_param.h */ +/** + * bb_param.h + * ============================================================================= + * Copyright 2021-2023 Serhii Snitsaruk + * + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. + * ============================================================================= + */ #ifndef BB_PARAM_H #define BB_PARAM_H diff --git a/blackboard/bb_param/bb_plane.h b/blackboard/bb_param/bb_plane.h index 9dfb543..36ecead 100644 --- a/blackboard/bb_param/bb_plane.h +++ b/blackboard/bb_param/bb_plane.h @@ -1,4 +1,13 @@ -/* bb_plane.h */ +/** + * bb_plane.h + * ============================================================================= + * Copyright 2021-2023 Serhii Snitsaruk + * + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. + * ============================================================================= + */ #ifndef BB_PLANE_H #define BB_PLANE_H diff --git a/blackboard/bb_param/bb_quaternion.h b/blackboard/bb_param/bb_quaternion.h index 843c44e..81d1ad7 100644 --- a/blackboard/bb_param/bb_quaternion.h +++ b/blackboard/bb_param/bb_quaternion.h @@ -1,4 +1,13 @@ -/* bb_quat.h */ +/** + * bb_quaternion.h + * ============================================================================= + * Copyright 2021-2023 Serhii Snitsaruk + * + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. + * ============================================================================= + */ #ifndef BB_QUATERNION_H #define BB_QUATERNION_H diff --git a/blackboard/bb_param/bb_rect2.h b/blackboard/bb_param/bb_rect2.h index 0cd1c98..c67aa1a 100644 --- a/blackboard/bb_param/bb_rect2.h +++ b/blackboard/bb_param/bb_rect2.h @@ -1,4 +1,13 @@ -/* bb_rect2.h */ +/** + * bb_rect2.h + * ============================================================================= + * Copyright 2021-2023 Serhii Snitsaruk + * + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. + * ============================================================================= + */ #ifndef BB_RECT2_H #define BB_RECT2_H diff --git a/blackboard/bb_param/bb_rect2i.h b/blackboard/bb_param/bb_rect2i.h index 8d34494..0659809 100644 --- a/blackboard/bb_param/bb_rect2i.h +++ b/blackboard/bb_param/bb_rect2i.h @@ -1,4 +1,13 @@ -/* bb_rect2.h */ +/** + * bb_rect2i.h + * ============================================================================= + * Copyright 2021-2023 Serhii Snitsaruk + * + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. + * ============================================================================= + */ #ifndef BB_RECT2I_H #define BB_RECT2I_H diff --git a/blackboard/bb_param/bb_string.h b/blackboard/bb_param/bb_string.h index 7fb4b51..510a5c1 100644 --- a/blackboard/bb_param/bb_string.h +++ b/blackboard/bb_param/bb_string.h @@ -1,4 +1,13 @@ -/* bb_string.h */ +/** + * bb_string.h + * ============================================================================= + * Copyright 2021-2023 Serhii Snitsaruk + * + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. + * ============================================================================= + */ #ifndef BB_STRING_H #define BB_STRING_H diff --git a/blackboard/bb_param/bb_string_array.h b/blackboard/bb_param/bb_string_array.h index 66e6087..c07e957 100644 --- a/blackboard/bb_param/bb_string_array.h +++ b/blackboard/bb_param/bb_string_array.h @@ -1,4 +1,13 @@ -/* bb_string_array.h */ +/** + * bb_string_array.h + * ============================================================================= + * Copyright 2021-2023 Serhii Snitsaruk + * + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. + * ============================================================================= + */ #ifndef BB_STRING_ARRAY_H #define BB_STRING_ARRAY_H diff --git a/blackboard/bb_param/bb_string_name.h b/blackboard/bb_param/bb_string_name.h index 0f993a0..8d1cdec 100644 --- a/blackboard/bb_param/bb_string_name.h +++ b/blackboard/bb_param/bb_string_name.h @@ -1,4 +1,13 @@ -/* bb_string.h */ +/** + * bb_string_name.h + * ============================================================================= + * Copyright 2021-2023 Serhii Snitsaruk + * + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. + * ============================================================================= + */ #ifndef BB_STRING_NAME_H #define BB_STRING_NAME_H diff --git a/blackboard/bb_param/bb_transform2d.h b/blackboard/bb_param/bb_transform2d.h index c414522..ceeaa27 100644 --- a/blackboard/bb_param/bb_transform2d.h +++ b/blackboard/bb_param/bb_transform2d.h @@ -1,4 +1,13 @@ -/* bb_transform2d.h */ +/** + * bb_transform2d.h + * ============================================================================= + * Copyright 2021-2023 Serhii Snitsaruk + * + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. + * ============================================================================= + */ #ifndef BB_TRANSFORM2D_H #define BB_TRANSFORM2D_H diff --git a/blackboard/bb_param/bb_transform3d.h b/blackboard/bb_param/bb_transform3d.h index c164649..d539f5e 100644 --- a/blackboard/bb_param/bb_transform3d.h +++ b/blackboard/bb_param/bb_transform3d.h @@ -1,4 +1,13 @@ -/* bb_transform.h */ +/** + * bb_transform3d.h + * ============================================================================= + * Copyright 2021-2023 Serhii Snitsaruk + * + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. + * ============================================================================= + */ #ifndef BB_TRANSFORM3D_H #define BB_TRANSFORM3D_H diff --git a/blackboard/bb_param/bb_variant.cpp b/blackboard/bb_param/bb_variant.cpp index ef8d2df..d27e727 100644 --- a/blackboard/bb_param/bb_variant.cpp +++ b/blackboard/bb_param/bb_variant.cpp @@ -1,4 +1,13 @@ -/* bb_variant.cpp */ +/** + * bb_variant.cpp + * ============================================================================= + * Copyright 2021-2023 Serhii Snitsaruk + * + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. + * ============================================================================= + */ #include "bb_variant.h" #include "core/object/object.h" diff --git a/blackboard/bb_param/bb_variant.h b/blackboard/bb_param/bb_variant.h index 3a8b4ec..f806233 100644 --- a/blackboard/bb_param/bb_variant.h +++ b/blackboard/bb_param/bb_variant.h @@ -1,4 +1,13 @@ -/* bb_variant.h */ +/** + * bb_variant.h + * ============================================================================= + * Copyright 2021-2023 Serhii Snitsaruk + * + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. + * ============================================================================= + */ #ifndef BB_VARIANT_H #define BB_VARIANT_H diff --git a/blackboard/bb_param/bb_vector2.h b/blackboard/bb_param/bb_vector2.h index 9c0279f..7131019 100644 --- a/blackboard/bb_param/bb_vector2.h +++ b/blackboard/bb_param/bb_vector2.h @@ -1,4 +1,13 @@ -/* bb_vector2.h */ +/** + * bb_vector2.h + * ============================================================================= + * Copyright 2021-2023 Serhii Snitsaruk + * + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. + * ============================================================================= + */ #ifndef BB_VECTOR2_H #define BB_VECTOR2_H diff --git a/blackboard/bb_param/bb_vector2_array.h b/blackboard/bb_param/bb_vector2_array.h index c422950..fa45357 100644 --- a/blackboard/bb_param/bb_vector2_array.h +++ b/blackboard/bb_param/bb_vector2_array.h @@ -1,4 +1,13 @@ -/* bb_vector2_array.h */ +/** + * bb_vector2_array.h + * ============================================================================= + * Copyright 2021-2023 Serhii Snitsaruk + * + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. + * ============================================================================= + */ #ifndef BB_VECTOR2_ARRAY_H #define BB_VECTOR2_ARRAY_H diff --git a/blackboard/bb_param/bb_vector2i.h b/blackboard/bb_param/bb_vector2i.h index 699dd16..b80b99e 100644 --- a/blackboard/bb_param/bb_vector2i.h +++ b/blackboard/bb_param/bb_vector2i.h @@ -1,4 +1,13 @@ -/* bb_vector2.h */ +/** + * bb_vector2i.h + * ============================================================================= + * Copyright 2021-2023 Serhii Snitsaruk + * + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. + * ============================================================================= + */ #ifndef BB_VECTOR2I_H #define BB_VECTOR2I_H diff --git a/blackboard/bb_param/bb_vector3.h b/blackboard/bb_param/bb_vector3.h index 1f3cf6b..7aab869 100644 --- a/blackboard/bb_param/bb_vector3.h +++ b/blackboard/bb_param/bb_vector3.h @@ -1,4 +1,13 @@ -/* bb_vector3.h */ +/** + * bb_vector3.h + * ============================================================================= + * Copyright 2021-2023 Serhii Snitsaruk + * + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. + * ============================================================================= + */ #ifndef BB_VECTOR3_H #define BB_VECTOR3_H diff --git a/blackboard/bb_param/bb_vector3_array.h b/blackboard/bb_param/bb_vector3_array.h index a7d37bb..60ecae1 100644 --- a/blackboard/bb_param/bb_vector3_array.h +++ b/blackboard/bb_param/bb_vector3_array.h @@ -1,4 +1,13 @@ -/* bb_vector3_array.h */ +/** + * bb_vector3_array.h + * ============================================================================= + * Copyright 2021-2023 Serhii Snitsaruk + * + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. + * ============================================================================= + */ #ifndef BB_VECTOR3_ARRAY_H #define BB_VECTOR3_ARRAY_H diff --git a/blackboard/bb_param/bb_vector3i.h b/blackboard/bb_param/bb_vector3i.h index 3de5e85..7cf07d6 100644 --- a/blackboard/bb_param/bb_vector3i.h +++ b/blackboard/bb_param/bb_vector3i.h @@ -1,4 +1,13 @@ -/* bb_vector3.h */ +/** + * bb_vector3i.h + * ============================================================================= + * Copyright 2021-2023 Serhii Snitsaruk + * + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. + * ============================================================================= + */ #ifndef BB_VECTOR3I_H #define BB_VECTOR3I_H diff --git a/blackboard/bb_param/bb_vector4.h b/blackboard/bb_param/bb_vector4.h index 6a2b277..d0e9487 100644 --- a/blackboard/bb_param/bb_vector4.h +++ b/blackboard/bb_param/bb_vector4.h @@ -1,4 +1,13 @@ -/* bb_vector3.h */ +/** + * bb_vector4.h + * ============================================================================= + * Copyright 2021-2023 Serhii Snitsaruk + * + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. + * ============================================================================= + */ #ifndef BB_VECTOR4_H #define BB_VECTOR4_H diff --git a/blackboard/bb_param/bb_vector4i.h b/blackboard/bb_param/bb_vector4i.h index 9fda83a..f29851d 100644 --- a/blackboard/bb_param/bb_vector4i.h +++ b/blackboard/bb_param/bb_vector4i.h @@ -1,4 +1,13 @@ -/* bb_vector3.h */ +/** + * bb_vector4i.h + * ============================================================================= + * Copyright 2021-2023 Serhii Snitsaruk + * + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. + * ============================================================================= + */ #ifndef BB_VECTOR4I_H #define BB_VECTOR4I_H diff --git a/blackboard/blackboard.cpp b/blackboard/blackboard.cpp index 9ccf4a4..bbf42a1 100644 --- a/blackboard/blackboard.cpp +++ b/blackboard/blackboard.cpp @@ -1,4 +1,13 @@ -/* blackboard.cpp */ +/** + * blackboard.cpp + * ============================================================================= + * Copyright 2021-2023 Serhii Snitsaruk + * + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. + * ============================================================================= + */ #include "blackboard.h" diff --git a/blackboard/blackboard.h b/blackboard/blackboard.h index b6134ee..6b2838b 100644 --- a/blackboard/blackboard.h +++ b/blackboard/blackboard.h @@ -1,4 +1,13 @@ -/* blackboard.h */ +/** + * blackboard.h + * ============================================================================= + * Copyright 2021-2023 Serhii Snitsaruk + * + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. + * ============================================================================= + */ #ifndef BLACKBOARD_H #define BLACKBOARD_H diff --git a/bt/actions/bt_action.cpp b/bt/actions/bt_action.cpp index 2034160..7a5541c 100644 --- a/bt/actions/bt_action.cpp +++ b/bt/actions/bt_action.cpp @@ -1,4 +1,13 @@ -/* bt_action.cpp */ +/** + * bt_action.cpp + * ============================================================================= + * Copyright 2021-2023 Serhii Snitsaruk + * + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. + * ============================================================================= + */ #include "bt_action.h" diff --git a/bt/actions/bt_action.h b/bt/actions/bt_action.h index 1a456da..7491f78 100644 --- a/bt/actions/bt_action.h +++ b/bt/actions/bt_action.h @@ -1,4 +1,13 @@ -/* bt_action.h */ +/** + * bt_action.h + * ============================================================================= + * Copyright 2021-2023 Serhii Snitsaruk + * + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. + * ============================================================================= + */ #ifndef BT_ACTION_H #define BT_ACTION_H diff --git a/bt/actions/bt_console_print.cpp b/bt/actions/bt_console_print.cpp index d341f20..18b234f 100644 --- a/bt/actions/bt_console_print.cpp +++ b/bt/actions/bt_console_print.cpp @@ -1,4 +1,13 @@ -/* bt_console_print.cpp */ +/** + * bt_console_print.cpp + * ============================================================================= + * Copyright 2021-2023 Serhii Snitsaruk + * + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. + * ============================================================================= + */ #include "bt_console_print.h" diff --git a/bt/actions/bt_console_print.h b/bt/actions/bt_console_print.h index 91642ec..c5f2ce7 100644 --- a/bt/actions/bt_console_print.h +++ b/bt/actions/bt_console_print.h @@ -1,4 +1,13 @@ -/* bt_console_print.h */ +/** + * bt_console_print.h + * ============================================================================= + * Copyright 2021-2023 Serhii Snitsaruk + * + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. + * ============================================================================= + */ #ifndef BT_CONSOLE_PRINT_H #define BT_CONSOLE_PRINT_H diff --git a/bt/actions/bt_fail.cpp b/bt/actions/bt_fail.cpp index f86034a..74370c7 100644 --- a/bt/actions/bt_fail.cpp +++ b/bt/actions/bt_fail.cpp @@ -1,4 +1,13 @@ -/* bt_fail.cpp */ +/** + * bt_fail.cpp + * ============================================================================= + * Copyright 2021-2023 Serhii Snitsaruk + * + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. + * ============================================================================= + */ #include "bt_fail.h" diff --git a/bt/actions/bt_fail.h b/bt/actions/bt_fail.h index 0a472b4..7d35a93 100644 --- a/bt/actions/bt_fail.h +++ b/bt/actions/bt_fail.h @@ -1,4 +1,13 @@ -/* bt_fail.h */ +/** + * bt_fail.h + * ============================================================================= + * Copyright 2021-2023 Serhii Snitsaruk + * + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. + * ============================================================================= + */ #ifndef BT_FAIL_H #define BT_FAIL_H diff --git a/bt/actions/bt_random_wait.cpp b/bt/actions/bt_random_wait.cpp index 97524b8..ce47364 100644 --- a/bt/actions/bt_random_wait.cpp +++ b/bt/actions/bt_random_wait.cpp @@ -1,4 +1,13 @@ -/* bt_random_wait.cpp */ +/** + * bt_random_wait.cpp + * ============================================================================= + * Copyright 2021-2023 Serhii Snitsaruk + * + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. + * ============================================================================= + */ #include "bt_random_wait.h" diff --git a/bt/actions/bt_random_wait.h b/bt/actions/bt_random_wait.h index 897477c..e9d77b5 100644 --- a/bt/actions/bt_random_wait.h +++ b/bt/actions/bt_random_wait.h @@ -1,4 +1,13 @@ -/* bt_random_wait.h */ +/** + * bt_random_wait.h + * ============================================================================= + * Copyright 2021-2023 Serhii Snitsaruk + * + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. + * ============================================================================= + */ #ifndef BT_RANDOM_WAIT_H #define BT_RANDOM_WAIT_H diff --git a/bt/actions/bt_wait.cpp b/bt/actions/bt_wait.cpp index 285d4c2..837f8fc 100644 --- a/bt/actions/bt_wait.cpp +++ b/bt/actions/bt_wait.cpp @@ -1,4 +1,13 @@ -/* bt_wait.cpp */ +/** + * bt_wait.cpp + * ============================================================================= + * Copyright 2021-2023 Serhii Snitsaruk + * + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. + * ============================================================================= + */ #include "bt_wait.h" diff --git a/bt/actions/bt_wait.h b/bt/actions/bt_wait.h index bc86fb8..610b0d7 100644 --- a/bt/actions/bt_wait.h +++ b/bt/actions/bt_wait.h @@ -1,4 +1,13 @@ -/* bt_wait.h */ +/** + * bt_wait.h + * ============================================================================= + * Copyright 2021-2023 Serhii Snitsaruk + * + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. + * ============================================================================= + */ #ifndef BT_WAIT_H #define BT_WAIT_H diff --git a/bt/actions/bt_wait_ticks.cpp b/bt/actions/bt_wait_ticks.cpp index 3b3200b..4faaf03 100644 --- a/bt/actions/bt_wait_ticks.cpp +++ b/bt/actions/bt_wait_ticks.cpp @@ -1,4 +1,13 @@ -/* bt_wait_ticks.cpp */ +/** + * bt_wait_ticks.cpp + * ============================================================================= + * Copyright 2021-2023 Serhii Snitsaruk + * + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. + * ============================================================================= + */ #include "bt_wait_ticks.h" diff --git a/bt/actions/bt_wait_ticks.h b/bt/actions/bt_wait_ticks.h index 822e46e..1e64c80 100644 --- a/bt/actions/bt_wait_ticks.h +++ b/bt/actions/bt_wait_ticks.h @@ -1,4 +1,13 @@ -/* bt_wait_num_ticks.h */ +/** + * bt_wait_ticks.h + * ============================================================================= + * Copyright 2021-2023 Serhii Snitsaruk + * + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. + * ============================================================================= + */ #ifndef BT_WAIT_TICKS_H #define BT_WAIT_TICKS_H diff --git a/bt/behavior_tree.cpp b/bt/behavior_tree.cpp index 3163fa3..7a980fc 100644 --- a/bt/behavior_tree.cpp +++ b/bt/behavior_tree.cpp @@ -1,4 +1,13 @@ -/* behavior_tree.cpp */ +/** + * behavior_tree.cpp + * ============================================================================= + * Copyright 2021-2023 Serhii Snitsaruk + * + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. + * ============================================================================= + */ #include "behavior_tree.h" diff --git a/bt/behavior_tree.h b/bt/behavior_tree.h index 2091649..3670ad6 100644 --- a/bt/behavior_tree.h +++ b/bt/behavior_tree.h @@ -1,4 +1,13 @@ -/* behavior_tree.h */ +/** + * behavior_tree.h + * ============================================================================= + * Copyright 2021-2023 Serhii Snitsaruk + * + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. + * ============================================================================= + */ #ifndef BEHAVIOR_TREE_H #define BEHAVIOR_TREE_H diff --git a/bt/bt_player.cpp b/bt/bt_player.cpp index 51bc1f2..a03fc59 100644 --- a/bt/bt_player.cpp +++ b/bt/bt_player.cpp @@ -1,4 +1,13 @@ -/* bt_player.cpp */ +/** + * bt_player.cpp + * ============================================================================= + * Copyright 2021-2023 Serhii Snitsaruk + * + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. + * ============================================================================= + */ #include "bt_player.h" diff --git a/bt/bt_player.h b/bt/bt_player.h index ed875f5..4584981 100644 --- a/bt/bt_player.h +++ b/bt/bt_player.h @@ -1,4 +1,13 @@ -/* bt_player.h */ +/** + * bt_player.h + * ============================================================================= + * Copyright 2021-2023 Serhii Snitsaruk + * + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. + * ============================================================================= + */ #ifndef BT_PLAYER_H #define BT_PLAYER_H diff --git a/bt/bt_state.cpp b/bt/bt_state.cpp index 98416de..f06469a 100644 --- a/bt/bt_state.cpp +++ b/bt/bt_state.cpp @@ -1,4 +1,13 @@ -/* bt_state.cpp */ +/** + * bt_state.cpp + * ============================================================================= + * Copyright 2021-2023 Serhii Snitsaruk + * + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. + * ============================================================================= + */ #include "bt_state.h" diff --git a/bt/bt_state.h b/bt/bt_state.h index 52139e7..48708bb 100644 --- a/bt/bt_state.h +++ b/bt/bt_state.h @@ -1,4 +1,13 @@ -/* bt_state.h */ +/** + * bt_state.h + * ============================================================================= + * Copyright 2021-2023 Serhii Snitsaruk + * + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. + * ============================================================================= + */ #ifndef BT_STATE_H #define BT_STATE_H diff --git a/bt/bt_task.cpp b/bt/bt_task.cpp index 5a34700..7b08099 100644 --- a/bt/bt_task.cpp +++ b/bt/bt_task.cpp @@ -1,4 +1,13 @@ -/* bt_task.cpp */ +/** + * bt_task.cpp + * ============================================================================= + * Copyright 2021-2023 Serhii Snitsaruk + * + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. + * ============================================================================= + */ #include "bt_task.h" diff --git a/bt/bt_task.h b/bt/bt_task.h index b079997..a1e64a4 100644 --- a/bt/bt_task.h +++ b/bt/bt_task.h @@ -1,4 +1,13 @@ -/* bt_task.h */ +/** + * bt_task.h + * ============================================================================= + * Copyright 2021-2023 Serhii Snitsaruk + * + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. + * ============================================================================= + */ #ifndef BTTASK_H #define BTTASK_H diff --git a/bt/composites/bt_composite.cpp b/bt/composites/bt_composite.cpp index b1ef2b5..a40af18 100644 --- a/bt/composites/bt_composite.cpp +++ b/bt/composites/bt_composite.cpp @@ -1,4 +1,13 @@ -/* bt_composite.cpp */ +/** + * bt_composite.cpp + * ============================================================================= + * Copyright 2021-2023 Serhii Snitsaruk + * + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. + * ============================================================================= + */ #include "bt_composite.h" diff --git a/bt/composites/bt_composite.h b/bt/composites/bt_composite.h index 3a5c57f..9025175 100644 --- a/bt/composites/bt_composite.h +++ b/bt/composites/bt_composite.h @@ -1,4 +1,13 @@ -/* bt_composite.h */ +/** + * bt_composite.h + * ============================================================================= + * Copyright 2021-2023 Serhii Snitsaruk + * + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. + * ============================================================================= + */ #ifndef BT_COMPOSITE_H #define BT_COMPOSITE_H diff --git a/bt/composites/bt_dynamic_selector.cpp b/bt/composites/bt_dynamic_selector.cpp index 526f586..0dba426 100644 --- a/bt/composites/bt_dynamic_selector.cpp +++ b/bt/composites/bt_dynamic_selector.cpp @@ -1,4 +1,13 @@ -/* bt_dynamic_selector.cpp */ +/** + * bt_dynamic_selector.cpp + * ============================================================================= + * Copyright 2021-2023 Serhii Snitsaruk + * + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. + * ============================================================================= + */ #include "bt_dynamic_selector.h" diff --git a/bt/composites/bt_dynamic_selector.h b/bt/composites/bt_dynamic_selector.h index b4c7628..4cbd37e 100644 --- a/bt/composites/bt_dynamic_selector.h +++ b/bt/composites/bt_dynamic_selector.h @@ -1,4 +1,13 @@ -/* bt_dynamic_selector.h */ +/** + * bt_dynamic_selector.h + * ============================================================================= + * Copyright 2021-2023 Serhii Snitsaruk + * + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. + * ============================================================================= + */ #ifndef BT_DYNAMIC_SELECTOR_H #define BT_DYNAMIC_SELECTOR_H diff --git a/bt/composites/bt_dynamic_sequence.cpp b/bt/composites/bt_dynamic_sequence.cpp index 8e73959..503fe6f 100644 --- a/bt/composites/bt_dynamic_sequence.cpp +++ b/bt/composites/bt_dynamic_sequence.cpp @@ -1,4 +1,13 @@ -/* bt_dynamic_sequence.cpp */ +/** + * bt_dynamic_sequence.cpp + * ============================================================================= + * Copyright 2021-2023 Serhii Snitsaruk + * + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. + * ============================================================================= + */ #include "bt_dynamic_sequence.h" diff --git a/bt/composites/bt_dynamic_sequence.h b/bt/composites/bt_dynamic_sequence.h index fb4ad7f..6681868 100644 --- a/bt/composites/bt_dynamic_sequence.h +++ b/bt/composites/bt_dynamic_sequence.h @@ -1,4 +1,13 @@ -/* bt_dynamic_sequence.h */ +/** + * bt_dynamic_sequence.h + * ============================================================================= + * Copyright 2021-2023 Serhii Snitsaruk + * + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. + * ============================================================================= + */ #ifndef BT_DYNAMIC_SEQUENCE_H #define BT_DYNAMIC_SEQUENCE_H diff --git a/bt/composites/bt_parallel.cpp b/bt/composites/bt_parallel.cpp index 1407848..9c04ef6 100644 --- a/bt/composites/bt_parallel.cpp +++ b/bt/composites/bt_parallel.cpp @@ -1,4 +1,13 @@ -/* bt_parallel.cpp */ +/** + * bt_parallel.cpp + * ============================================================================= + * Copyright 2021-2023 Serhii Snitsaruk + * + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. + * ============================================================================= + */ #include "bt_parallel.h" diff --git a/bt/composites/bt_parallel.h b/bt/composites/bt_parallel.h index 8325c99..2da1f17 100644 --- a/bt/composites/bt_parallel.h +++ b/bt/composites/bt_parallel.h @@ -1,4 +1,13 @@ -/* bt_parallel.h */ +/** + * bt_parallel.h + * ============================================================================= + * Copyright 2021-2023 Serhii Snitsaruk + * + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. + * ============================================================================= + */ #ifndef BT_PARALLEL_H #define BT_PARALLEL_H diff --git a/bt/composites/bt_random_selector.cpp b/bt/composites/bt_random_selector.cpp index aabfcce..0755421 100644 --- a/bt/composites/bt_random_selector.cpp +++ b/bt/composites/bt_random_selector.cpp @@ -1,4 +1,13 @@ -/* bt_random_selector.cpp */ +/** + * bt_random_selector.cpp + * ============================================================================= + * Copyright 2021-2023 Serhii Snitsaruk + * + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. + * ============================================================================= + */ #include "bt_random_selector.h" diff --git a/bt/composites/bt_random_selector.h b/bt/composites/bt_random_selector.h index 98db1d6..60347d6 100644 --- a/bt/composites/bt_random_selector.h +++ b/bt/composites/bt_random_selector.h @@ -1,4 +1,13 @@ -/* bt_random_selector.h */ +/** + * bt_random_selector.h + * ============================================================================= + * Copyright 2021-2023 Serhii Snitsaruk + * + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. + * ============================================================================= + */ #ifndef BT_RANDOM_SELECTOR_H #define BT_RANDOM_SELECTOR_H diff --git a/bt/composites/bt_random_sequence.cpp b/bt/composites/bt_random_sequence.cpp index 34e825d..7e05d05 100644 --- a/bt/composites/bt_random_sequence.cpp +++ b/bt/composites/bt_random_sequence.cpp @@ -1,4 +1,13 @@ -/* bt_random_sequence.cpp */ +/** + * bt_random_sequence.cpp + * ============================================================================= + * Copyright 2021-2023 Serhii Snitsaruk + * + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. + * ============================================================================= + */ #include "bt_random_sequence.h" diff --git a/bt/composites/bt_random_sequence.h b/bt/composites/bt_random_sequence.h index 290f866..bee7380 100644 --- a/bt/composites/bt_random_sequence.h +++ b/bt/composites/bt_random_sequence.h @@ -1,4 +1,13 @@ -/* bt_random_sequence.h */ +/** + * bt_random_sequence.h + * ============================================================================= + * Copyright 2021-2023 Serhii Snitsaruk + * + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. + * ============================================================================= + */ #ifndef BT_RANDOM_SEQUENCE_H #define BT_RANDOM_SEQUENCE_H diff --git a/bt/composites/bt_selector.cpp b/bt/composites/bt_selector.cpp index 7a06092..d708fe9 100644 --- a/bt/composites/bt_selector.cpp +++ b/bt/composites/bt_selector.cpp @@ -1,4 +1,13 @@ -/* bt_selector.cpp */ +/** + * bt_selector.cpp + * ============================================================================= + * Copyright 2021-2023 Serhii Snitsaruk + * + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. + * ============================================================================= + */ #include "bt_selector.h" diff --git a/bt/composites/bt_selector.h b/bt/composites/bt_selector.h index 2f9b703..9dbbd91 100644 --- a/bt/composites/bt_selector.h +++ b/bt/composites/bt_selector.h @@ -1,4 +1,13 @@ -/* bt_selector.h */ +/** + * bt_selector.h + * ============================================================================= + * Copyright 2021-2023 Serhii Snitsaruk + * + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. + * ============================================================================= + */ #ifndef BT_SELECTOR_H #define BT_SELECTOR_H diff --git a/bt/composites/bt_sequence.cpp b/bt/composites/bt_sequence.cpp index 178cf6d..6a27068 100644 --- a/bt/composites/bt_sequence.cpp +++ b/bt/composites/bt_sequence.cpp @@ -1,4 +1,13 @@ -/* bt_sequence.cpp */ +/** + * bt_sequence.cpp + * ============================================================================= + * Copyright 2021-2023 Serhii Snitsaruk + * + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. + * ============================================================================= + */ #include "bt_sequence.h" diff --git a/bt/composites/bt_sequence.h b/bt/composites/bt_sequence.h index 1e2fd32..e83a2d3 100644 --- a/bt/composites/bt_sequence.h +++ b/bt/composites/bt_sequence.h @@ -1,4 +1,13 @@ -/* bt_sequence.h */ +/** + * bt_sequence.h + * ============================================================================= + * Copyright 2021-2023 Serhii Snitsaruk + * + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. + * ============================================================================= + */ #ifndef BT_SEQUENCE_H #define BT_SEQUENCE_H diff --git a/bt/conditions/bt_condition.cpp b/bt/conditions/bt_condition.cpp index fb50a6c..a61f408 100644 --- a/bt/conditions/bt_condition.cpp +++ b/bt/conditions/bt_condition.cpp @@ -1,4 +1,13 @@ -/* bt_condition.cpp */ +/** + * bt_condition.cpp + * ============================================================================= + * Copyright 2021-2023 Serhii Snitsaruk + * + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. + * ============================================================================= + */ #include "bt_condition.h" diff --git a/bt/conditions/bt_condition.h b/bt/conditions/bt_condition.h index c397ab5..df071a0 100644 --- a/bt/conditions/bt_condition.h +++ b/bt/conditions/bt_condition.h @@ -1,4 +1,13 @@ -/* bt_condition.h */ +/** + * bt_condition.h + * ============================================================================= + * Copyright 2021-2023 Serhii Snitsaruk + * + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. + * ============================================================================= + */ #ifndef BT_CONDITION_H #define BT_CONDITION_H diff --git a/bt/decorators/bt_always_fail.cpp b/bt/decorators/bt_always_fail.cpp index fdb040e..9cb98f2 100644 --- a/bt/decorators/bt_always_fail.cpp +++ b/bt/decorators/bt_always_fail.cpp @@ -1,4 +1,13 @@ -/* bt_always_fail.cpp */ +/** + * bt_always_fail.cpp + * ============================================================================= + * Copyright 2021-2023 Serhii Snitsaruk + * + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. + * ============================================================================= + */ #include "bt_always_fail.h" diff --git a/bt/decorators/bt_always_fail.h b/bt/decorators/bt_always_fail.h index 0bbf8d9..1b8a31c 100644 --- a/bt/decorators/bt_always_fail.h +++ b/bt/decorators/bt_always_fail.h @@ -1,4 +1,13 @@ -/* bt_always_fail.h */ +/** + * bt_always_fail.h + * ============================================================================= + * Copyright 2021-2023 Serhii Snitsaruk + * + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. + * ============================================================================= + */ #ifndef BT_ALWAYS_FAIL_H #define BT_ALWAYS_FAIL_H diff --git a/bt/decorators/bt_always_succeed.cpp b/bt/decorators/bt_always_succeed.cpp index 21659fb..beff9cb 100644 --- a/bt/decorators/bt_always_succeed.cpp +++ b/bt/decorators/bt_always_succeed.cpp @@ -1,4 +1,13 @@ -/* bt_always_succeed.cpp */ +/** + * bt_always_succeed.cpp + * ============================================================================= + * Copyright 2021-2023 Serhii Snitsaruk + * + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. + * ============================================================================= + */ #include "bt_always_succeed.h" diff --git a/bt/decorators/bt_always_succeed.h b/bt/decorators/bt_always_succeed.h index a427a79..f61a163 100644 --- a/bt/decorators/bt_always_succeed.h +++ b/bt/decorators/bt_always_succeed.h @@ -1,4 +1,13 @@ -/* bt_always_succeed.h */ +/** + * bt_always_succeed.h + * ============================================================================= + * Copyright 2021-2023 Serhii Snitsaruk + * + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. + * ============================================================================= + */ #ifndef BT_ALWAYS_SUCCEED_H #define BT_ALWAYS_SUCCEED_H diff --git a/bt/decorators/bt_cooldown.cpp b/bt/decorators/bt_cooldown.cpp index 0e918f3..e84396c 100644 --- a/bt/decorators/bt_cooldown.cpp +++ b/bt/decorators/bt_cooldown.cpp @@ -1,4 +1,13 @@ -/* bt_cooldown.cpp */ +/** + * bt_cooldown.cpp + * ============================================================================= + * Copyright 2021-2023 Serhii Snitsaruk + * + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. + * ============================================================================= + */ #include "bt_cooldown.h" diff --git a/bt/decorators/bt_cooldown.h b/bt/decorators/bt_cooldown.h index c4d1eb5..dc06898 100644 --- a/bt/decorators/bt_cooldown.h +++ b/bt/decorators/bt_cooldown.h @@ -1,4 +1,13 @@ -/* bt_cooldown.h */ +/** + * bt_cooldown.h + * ============================================================================= + * Copyright 2021-2023 Serhii Snitsaruk + * + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. + * ============================================================================= + */ #ifndef BT_COOLDOWN_H #define BT_COOLDOWN_H diff --git a/bt/decorators/bt_decorator.cpp b/bt/decorators/bt_decorator.cpp index fc8388d..d8a8470 100644 --- a/bt/decorators/bt_decorator.cpp +++ b/bt/decorators/bt_decorator.cpp @@ -1,4 +1,13 @@ -/* bt_decorator.cpp */ +/** + * bt_decorator.cpp + * ============================================================================= + * Copyright 2021-2023 Serhii Snitsaruk + * + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. + * ============================================================================= + */ #include "bt_decorator.h" diff --git a/bt/decorators/bt_decorator.h b/bt/decorators/bt_decorator.h index 45e3e21..30fd18a 100644 --- a/bt/decorators/bt_decorator.h +++ b/bt/decorators/bt_decorator.h @@ -1,4 +1,13 @@ -/* bt_decorator.h */ +/** + * bt_decorator.h + * ============================================================================= + * Copyright 2021-2023 Serhii Snitsaruk + * + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. + * ============================================================================= + */ #ifndef BT_DECORATOR_H #define BT_DECORATOR_H diff --git a/bt/decorators/bt_delay.cpp b/bt/decorators/bt_delay.cpp index 6b313cb..4a6a958 100644 --- a/bt/decorators/bt_delay.cpp +++ b/bt/decorators/bt_delay.cpp @@ -1,4 +1,13 @@ -/* bt_delay.cpp */ +/** + * bt_delay.cpp + * ============================================================================= + * Copyright 2021-2023 Serhii Snitsaruk + * + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. + * ============================================================================= + */ #include "bt_delay.h" diff --git a/bt/decorators/bt_delay.h b/bt/decorators/bt_delay.h index 7f67462..411d8d1 100644 --- a/bt/decorators/bt_delay.h +++ b/bt/decorators/bt_delay.h @@ -1,4 +1,13 @@ -/* bt_delay.h */ +/** + * bt_delay.h + * ============================================================================= + * Copyright 2021-2023 Serhii Snitsaruk + * + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. + * ============================================================================= + */ #ifndef BT_DELAY_H #define BT_DELAY_H diff --git a/bt/decorators/bt_for_each.cpp b/bt/decorators/bt_for_each.cpp index 14b4d7e..8ba1a55 100644 --- a/bt/decorators/bt_for_each.cpp +++ b/bt/decorators/bt_for_each.cpp @@ -1,4 +1,13 @@ -/* bt_for_each.cpp */ +/** + * bt_for_each.cpp + * ============================================================================= + * Copyright 2021-2023 Serhii Snitsaruk + * + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. + * ============================================================================= + */ #include "bt_for_each.h" diff --git a/bt/decorators/bt_for_each.h b/bt/decorators/bt_for_each.h index 62c1235..b83ffd1 100644 --- a/bt/decorators/bt_for_each.h +++ b/bt/decorators/bt_for_each.h @@ -1,4 +1,13 @@ -/* bt_for_each.h */ +/** + * bt_for_each.h + * ============================================================================= + * Copyright 2021-2023 Serhii Snitsaruk + * + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. + * ============================================================================= + */ #ifndef BT_FOR_EACH_H #define BT_FOR_EACH_H diff --git a/bt/decorators/bt_invert.cpp b/bt/decorators/bt_invert.cpp index f7299de..0add106 100644 --- a/bt/decorators/bt_invert.cpp +++ b/bt/decorators/bt_invert.cpp @@ -1,4 +1,13 @@ -/* bt_invert.cpp */ +/** + * bt_invert.cpp + * ============================================================================= + * Copyright 2021-2023 Serhii Snitsaruk + * + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. + * ============================================================================= + */ #include "bt_invert.h" diff --git a/bt/decorators/bt_invert.h b/bt/decorators/bt_invert.h index 17f6237..d5e48f7 100644 --- a/bt/decorators/bt_invert.h +++ b/bt/decorators/bt_invert.h @@ -1,4 +1,13 @@ -/* bt_invert.h */ +/** + * bt_invert.h + * ============================================================================= + * Copyright 2021-2023 Serhii Snitsaruk + * + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. + * ============================================================================= + */ #ifndef BT_INVERT_H #define BT_INVERT_H diff --git a/bt/decorators/bt_new_scope.cpp b/bt/decorators/bt_new_scope.cpp index be93d1c..743fa0d 100644 --- a/bt/decorators/bt_new_scope.cpp +++ b/bt/decorators/bt_new_scope.cpp @@ -1,4 +1,13 @@ -/* bt_new_scope.cpp */ +/** + * bt_new_scope.cpp + * ============================================================================= + * Copyright 2021-2023 Serhii Snitsaruk + * + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. + * ============================================================================= + */ #include "bt_new_scope.h" diff --git a/bt/decorators/bt_new_scope.h b/bt/decorators/bt_new_scope.h index fe67737..b071034 100644 --- a/bt/decorators/bt_new_scope.h +++ b/bt/decorators/bt_new_scope.h @@ -1,4 +1,13 @@ -/* bt_new_scope.h */ +/** + * bt_new_scope.h + * ============================================================================= + * Copyright 2021-2023 Serhii Snitsaruk + * + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. + * ============================================================================= + */ #ifndef BT_NEW_SCOPE_H #define BT_NEW_SCOPE_H diff --git a/bt/decorators/bt_probability.cpp b/bt/decorators/bt_probability.cpp index b728763..dfad1eb 100644 --- a/bt/decorators/bt_probability.cpp +++ b/bt/decorators/bt_probability.cpp @@ -1,4 +1,13 @@ -/* bt_probability.cpp */ +/** + * bt_probability.cpp + * ============================================================================= + * Copyright 2021-2023 Serhii Snitsaruk + * + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. + * ============================================================================= + */ #include "bt_probability.h" diff --git a/bt/decorators/bt_probability.h b/bt/decorators/bt_probability.h index 54a1993..05727ca 100644 --- a/bt/decorators/bt_probability.h +++ b/bt/decorators/bt_probability.h @@ -1,4 +1,13 @@ -/* bt_probability.h */ +/** + * bt_probability.h + * ============================================================================= + * Copyright 2021-2023 Serhii Snitsaruk + * + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. + * ============================================================================= + */ #ifndef BT_PROBABILITY_H #define BT_PROBABILITY_H diff --git a/bt/decorators/bt_repeat.cpp b/bt/decorators/bt_repeat.cpp index 13f49a4..dcb1285 100644 --- a/bt/decorators/bt_repeat.cpp +++ b/bt/decorators/bt_repeat.cpp @@ -1,4 +1,13 @@ -/* bt_repeat.cpp */ +/** + * bt_repeat.cpp + * ============================================================================= + * Copyright 2021-2023 Serhii Snitsaruk + * + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. + * ============================================================================= + */ #include "bt_repeat.h" diff --git a/bt/decorators/bt_repeat.h b/bt/decorators/bt_repeat.h index 72fe4ff..7385fdb 100644 --- a/bt/decorators/bt_repeat.h +++ b/bt/decorators/bt_repeat.h @@ -1,4 +1,13 @@ -/* bt_repeat.h */ +/** + * bt_repeat.h + * ============================================================================= + * Copyright 2021-2023 Serhii Snitsaruk + * + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. + * ============================================================================= + */ #ifndef BT_REPEAT_H #define BT_REPEAT_H diff --git a/bt/decorators/bt_repeat_until_failure.cpp b/bt/decorators/bt_repeat_until_failure.cpp index 9e0d56a..c8f45b0 100644 --- a/bt/decorators/bt_repeat_until_failure.cpp +++ b/bt/decorators/bt_repeat_until_failure.cpp @@ -1,4 +1,13 @@ -/* bt_repeat_until_failure.cpp */ +/** + * bt_repeat_until_failure.cpp + * ============================================================================= + * Copyright 2021-2023 Serhii Snitsaruk + * + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. + * ============================================================================= + */ #include "bt_repeat_until_failure.h" diff --git a/bt/decorators/bt_repeat_until_failure.h b/bt/decorators/bt_repeat_until_failure.h index 4a2806f..d189f03 100644 --- a/bt/decorators/bt_repeat_until_failure.h +++ b/bt/decorators/bt_repeat_until_failure.h @@ -1,4 +1,13 @@ -/* bt_repeat_until_failure.h */ +/** + * bt_repeat_until_failure.h + * ============================================================================= + * Copyright 2021-2023 Serhii Snitsaruk + * + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. + * ============================================================================= + */ #ifndef BT_REPEAT_UNTIL_FAILURE_H #define BT_REPEAT_UNTIL_FAILURE_H diff --git a/bt/decorators/bt_repeat_until_success.cpp b/bt/decorators/bt_repeat_until_success.cpp index 2ed13ca..a3dab38 100644 --- a/bt/decorators/bt_repeat_until_success.cpp +++ b/bt/decorators/bt_repeat_until_success.cpp @@ -1,4 +1,13 @@ -/* bt_repeat_until_success.cpp */ +/** + * bt_repeat_until_success.cpp + * ============================================================================= + * Copyright 2021-2023 Serhii Snitsaruk + * + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. + * ============================================================================= + */ #include "bt_repeat_until_success.h" diff --git a/bt/decorators/bt_repeat_until_success.h b/bt/decorators/bt_repeat_until_success.h index 885659e..8d796da 100644 --- a/bt/decorators/bt_repeat_until_success.h +++ b/bt/decorators/bt_repeat_until_success.h @@ -1,4 +1,13 @@ -/* bt_repeat_until_success.h */ +/** + * bt_repeat_until_success.h + * ============================================================================= + * Copyright 2021-2023 Serhii Snitsaruk + * + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. + * ============================================================================= + */ #ifndef BT_REPEAT_UNTIL_SUCCESS_H #define BT_REPEAT_UNTIL_SUCCESS_H diff --git a/bt/decorators/bt_run_limit.cpp b/bt/decorators/bt_run_limit.cpp index b95b0a1..dfaa8c7 100644 --- a/bt/decorators/bt_run_limit.cpp +++ b/bt/decorators/bt_run_limit.cpp @@ -1,4 +1,13 @@ -/* bt_run_limit.cpp */ +/** + * bt_run_limit.cpp + * ============================================================================= + * Copyright 2021-2023 Serhii Snitsaruk + * + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. + * ============================================================================= + */ #include "bt_run_limit.h" diff --git a/bt/decorators/bt_run_limit.h b/bt/decorators/bt_run_limit.h index 141c1f5..5ffebb9 100644 --- a/bt/decorators/bt_run_limit.h +++ b/bt/decorators/bt_run_limit.h @@ -1,4 +1,13 @@ -/* bt_run_limit.h */ +/** + * bt_run_limit.h + * ============================================================================= + * Copyright 2021-2023 Serhii Snitsaruk + * + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. + * ============================================================================= + */ #ifndef BT_RUN_LIMIT_H #define BT_RUN_LIMIT_H diff --git a/bt/decorators/bt_subtree.cpp b/bt/decorators/bt_subtree.cpp index 1ed7558..6ef5891 100644 --- a/bt/decorators/bt_subtree.cpp +++ b/bt/decorators/bt_subtree.cpp @@ -1,4 +1,13 @@ -/* bt_subtree.cpp */ +/** + * bt_subtree.cpp + * ============================================================================= + * Copyright 2021-2023 Serhii Snitsaruk + * + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. + * ============================================================================= + */ #include "bt_subtree.h" diff --git a/bt/decorators/bt_subtree.h b/bt/decorators/bt_subtree.h index 1fbe0e7..6f3db3f 100644 --- a/bt/decorators/bt_subtree.h +++ b/bt/decorators/bt_subtree.h @@ -1,4 +1,13 @@ -/* bt_subtree.h */ +/** + * bt_subtree.h + * ============================================================================= + * Copyright 2021-2023 Serhii Snitsaruk + * + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. + * ============================================================================= + */ #ifndef BT_SUBTREE_H #define BT_SUBTREE_H diff --git a/bt/decorators/bt_time_limit.cpp b/bt/decorators/bt_time_limit.cpp index bdf31a4..b2367d8 100644 --- a/bt/decorators/bt_time_limit.cpp +++ b/bt/decorators/bt_time_limit.cpp @@ -1,4 +1,13 @@ -/* bt_time_limit.cpp */ +/** + * bt_time_limit.cpp + * ============================================================================= + * Copyright 2021-2023 Serhii Snitsaruk + * + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. + * ============================================================================= + */ #include "bt_time_limit.h" diff --git a/bt/decorators/bt_time_limit.h b/bt/decorators/bt_time_limit.h index c84303e..47140dc 100644 --- a/bt/decorators/bt_time_limit.h +++ b/bt/decorators/bt_time_limit.h @@ -1,4 +1,13 @@ -/* bt_time_limit.h */ +/** + * bt_time_limit.h + * ============================================================================= + * Copyright 2021-2023 Serhii Snitsaruk + * + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. + * ============================================================================= + */ #ifndef BT_TIME_LIMIT_H #define BT_TIME_LIMIT_H diff --git a/demo/ai/tasks/arrive_pos.gd b/demo/ai/tasks/arrive_pos.gd index fbda0f7..1990c45 100644 --- a/demo/ai/tasks/arrive_pos.gd +++ b/demo/ai/tasks/arrive_pos.gd @@ -1,3 +1,14 @@ +#* +#* arrive_pos.gd +#* ============================================================================= +#* Copyright 2021-2023 Serhii Snitsaruk +#* +#* Use of this source code is governed by an MIT-style +#* license that can be found in the LICENSE file or at +#* https://opensource.org/licenses/MIT. +#* ============================================================================= +#* + @tool @icon("res://icon.png") class_name ArrivePos diff --git a/demo/ai/tasks/play_animation.gd b/demo/ai/tasks/play_animation.gd index ca48326..ca833da 100644 --- a/demo/ai/tasks/play_animation.gd +++ b/demo/ai/tasks/play_animation.gd @@ -1,3 +1,14 @@ +#* +#* play_animation.gd +#* ============================================================================= +#* Copyright 2021-2023 Serhii Snitsaruk +#* +#* Use of this source code is governed by an MIT-style +#* license that can be found in the LICENSE file or at +#* https://opensource.org/licenses/MIT. +#* ============================================================================= +#* + @tool extends BTAction diff --git a/demo/ai/tasks/start_animation.gd b/demo/ai/tasks/start_animation.gd index 938bed0..a109ff1 100644 --- a/demo/ai/tasks/start_animation.gd +++ b/demo/ai/tasks/start_animation.gd @@ -1,3 +1,14 @@ +#* +#* start_animation.gd +#* ============================================================================= +#* Copyright 2021-2023 Serhii Snitsaruk +#* +#* Use of this source code is governed by an MIT-style +#* license that can be found in the LICENSE file or at +#* https://opensource.org/licenses/MIT. +#* ============================================================================= +#* + @tool extends BTAction diff --git a/demo/tests/waypoints/Agent.gd b/demo/tests/waypoints/Agent.gd index c982156..cfc7bd0 100644 --- a/demo/tests/waypoints/Agent.gd +++ b/demo/tests/waypoints/Agent.gd @@ -1,3 +1,14 @@ +#* +#* Agent.gd +#* ============================================================================= +#* Copyright 2021-2023 Serhii Snitsaruk +#* +#* Use of this source code is governed by an MIT-style +#* license that can be found in the LICENSE file or at +#* https://opensource.org/licenses/MIT. +#* ============================================================================= +#* + extends CharacterBody2D diff --git a/demo/tests/waypoints/test_waypoints.gd b/demo/tests/waypoints/test_waypoints.gd index 56598d7..f1c8d87 100644 --- a/demo/tests/waypoints/test_waypoints.gd +++ b/demo/tests/waypoints/test_waypoints.gd @@ -1,3 +1,14 @@ +#* +#* test_waypoints.gd +#* ============================================================================= +#* Copyright 2021-2023 Serhii Snitsaruk +#* +#* Use of this source code is governed by an MIT-style +#* license that can be found in the LICENSE file or at +#* https://opensource.org/licenses/MIT. +#* ============================================================================= +#* + extends Node2D @onready var agent: CharacterBody2D = $Agent diff --git a/demo/tests/waypoints/waypoint_marker.gd b/demo/tests/waypoints/waypoint_marker.gd index 62576df..4b7acc5 100644 --- a/demo/tests/waypoints/waypoint_marker.gd +++ b/demo/tests/waypoints/waypoint_marker.gd @@ -1,3 +1,14 @@ +#* +#* waypoint_marker.gd +#* ============================================================================= +#* Copyright 2021-2023 Serhii Snitsaruk +#* +#* Use of this source code is governed by an MIT-style +#* license that can be found in the LICENSE file or at +#* https://opensource.org/licenses/MIT. +#* ============================================================================= +#* + @tool extends Marker2D diff --git a/editor/debugger/behavior_tree_data.cpp b/editor/debugger/behavior_tree_data.cpp index 167d20a..571c971 100644 --- a/editor/debugger/behavior_tree_data.cpp +++ b/editor/debugger/behavior_tree_data.cpp @@ -1,4 +1,13 @@ -/* behavior_tree_data.cpp */ +/** + * behavior_tree_data.cpp + * ============================================================================= + * Copyright 2021-2023 Serhii Snitsaruk + * + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. + * ============================================================================= + */ #include "behavior_tree_data.h" diff --git a/editor/debugger/behavior_tree_data.h b/editor/debugger/behavior_tree_data.h index e922d61..980cba5 100644 --- a/editor/debugger/behavior_tree_data.h +++ b/editor/debugger/behavior_tree_data.h @@ -1,4 +1,13 @@ -/* behavior_tree_data.h */ +/** + * behavior_tree_data.h + * ============================================================================= + * Copyright 2021-2023 Serhii Snitsaruk + * + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. + * ============================================================================= + */ #ifndef BEHAVIOR_TREE_DATA_H #define BEHAVIOR_TREE_DATA_H diff --git a/editor/debugger/behavior_tree_view.cpp b/editor/debugger/behavior_tree_view.cpp index 2c87b19..7a57aa8 100644 --- a/editor/debugger/behavior_tree_view.cpp +++ b/editor/debugger/behavior_tree_view.cpp @@ -1,4 +1,13 @@ -/* behavior_tree_view.cpp */ +/** + * behavior_tree_view.cpp + * ============================================================================= + * Copyright 2021-2023 Serhii Snitsaruk + * + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. + * ============================================================================= + */ #ifdef TOOLS_ENABLED diff --git a/editor/debugger/behavior_tree_view.h b/editor/debugger/behavior_tree_view.h index 1d6d8a9..8a78b58 100644 --- a/editor/debugger/behavior_tree_view.h +++ b/editor/debugger/behavior_tree_view.h @@ -1,4 +1,13 @@ -/* behavior_tree_view.h */ +/** + * behavior_tree_view.h + * ============================================================================= + * Copyright 2021-2023 Serhii Snitsaruk + * + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. + * ============================================================================= + */ #ifdef TOOLS_ENABLED diff --git a/editor/debugger/limbo_debugger.cpp b/editor/debugger/limbo_debugger.cpp index d2b4050..2a0c303 100644 --- a/editor/debugger/limbo_debugger.cpp +++ b/editor/debugger/limbo_debugger.cpp @@ -1,4 +1,13 @@ -/* limbo_debugger.cpp */ +/** + * limbo_debugger.cpp + * ============================================================================= + * Copyright 2021-2023 Serhii Snitsaruk + * + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. + * ============================================================================= + */ #include "limbo_debugger.h" diff --git a/editor/debugger/limbo_debugger.h b/editor/debugger/limbo_debugger.h index a1647c3..e0d910a 100644 --- a/editor/debugger/limbo_debugger.h +++ b/editor/debugger/limbo_debugger.h @@ -1,4 +1,13 @@ -/* limbo_debugger.h */ +/** + * limbo_debugger.h + * ============================================================================= + * Copyright 2021-2023 Serhii Snitsaruk + * + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. + * ============================================================================= + */ #ifndef LIMBO_DEBUGGER_H #define LIMBO_DEBUGGER_H diff --git a/editor/debugger/limbo_debugger_plugin.cpp b/editor/debugger/limbo_debugger_plugin.cpp index 193c208..4d6a679 100644 --- a/editor/debugger/limbo_debugger_plugin.cpp +++ b/editor/debugger/limbo_debugger_plugin.cpp @@ -1,4 +1,13 @@ -/* limbo_debugger_view.h */ +/** + * limbo_debugger_plugin.cpp + * ============================================================================= + * Copyright 2021-2023 Serhii Snitsaruk + * + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. + * ============================================================================= + */ #ifdef TOOLS_ENABLED diff --git a/editor/debugger/limbo_debugger_plugin.h b/editor/debugger/limbo_debugger_plugin.h index c4afab6..f1288e5 100644 --- a/editor/debugger/limbo_debugger_plugin.h +++ b/editor/debugger/limbo_debugger_plugin.h @@ -1,4 +1,13 @@ -/* limbo_debugger_plugin.h */ +/** + * limbo_debugger_plugin.h + * ============================================================================= + * Copyright 2021-2023 Serhii Snitsaruk + * + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. + * ============================================================================= + */ #ifdef TOOLS_ENABLED diff --git a/editor/limbo_ai_editor_plugin.cpp b/editor/limbo_ai_editor_plugin.cpp index c90c7f0..6ffc969 100644 --- a/editor/limbo_ai_editor_plugin.cpp +++ b/editor/limbo_ai_editor_plugin.cpp @@ -1,4 +1,13 @@ -/* limbo_ai_editor_plugin.cpp */ +/** + * limbo_ai_editor_plugin.cpp + * ============================================================================= + * Copyright 2021-2023 Serhii Snitsaruk + * + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. + * ============================================================================= + */ #ifdef TOOLS_ENABLED diff --git a/editor/limbo_ai_editor_plugin.h b/editor/limbo_ai_editor_plugin.h index ced71c0..1815476 100644 --- a/editor/limbo_ai_editor_plugin.h +++ b/editor/limbo_ai_editor_plugin.h @@ -1,4 +1,13 @@ -/* limbo_ai_editor_plugin.h */ +/** + * limbo_ai_editor_plugin.h + * ============================================================================= + * Copyright 2021-2023 Serhii Snitsaruk + * + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. + * ============================================================================= + */ #ifdef TOOLS_ENABLED #ifndef LIMBO_AI_EDITOR_PLUGIN_H diff --git a/hsm/limbo_hsm.cpp b/hsm/limbo_hsm.cpp index f70ecbe..1fde7ae 100644 --- a/hsm/limbo_hsm.cpp +++ b/hsm/limbo_hsm.cpp @@ -1,4 +1,13 @@ -/* limbo_hsm.cpp */ +/** + * limbo_hsm.cpp + * ============================================================================= + * Copyright 2021-2023 Serhii Snitsaruk + * + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. + * ============================================================================= + */ #include "limbo_hsm.h" diff --git a/hsm/limbo_hsm.h b/hsm/limbo_hsm.h index 61f3a77..6de82e2 100644 --- a/hsm/limbo_hsm.h +++ b/hsm/limbo_hsm.h @@ -1,4 +1,13 @@ -/* limbo_hsm.h */ +/** + * limbo_hsm.h + * ============================================================================= + * Copyright 2021-2023 Serhii Snitsaruk + * + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. + * ============================================================================= + */ #ifndef LIMBO_HSM_H #define LIMBO_HSM_H diff --git a/hsm/limbo_state.cpp b/hsm/limbo_state.cpp index 2103fbc..eb1d79b 100644 --- a/hsm/limbo_state.cpp +++ b/hsm/limbo_state.cpp @@ -1,4 +1,13 @@ -/* limbo_state.cpp */ +/** + * limbo_state.cpp + * ============================================================================= + * Copyright 2021-2023 Serhii Snitsaruk + * + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. + * ============================================================================= + */ #include "limbo_state.h" diff --git a/hsm/limbo_state.h b/hsm/limbo_state.h index 2ae64bf..1e12201 100644 --- a/hsm/limbo_state.h +++ b/hsm/limbo_state.h @@ -1,4 +1,13 @@ -/* limbo_state.h */ +/** + * limbo_state.h + * ============================================================================= + * Copyright 2021-2023 Serhii Snitsaruk + * + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. + * ============================================================================= + */ #ifndef LIMBO_STATE_H #define LIMBO_STATE_H diff --git a/register_types.cpp b/register_types.cpp index fb32f41..4a4e06c 100644 --- a/register_types.cpp +++ b/register_types.cpp @@ -1,4 +1,13 @@ -/* register_types.cpp */ +/** + * register_types.cpp + * ============================================================================= + * Copyright 2021-2023 Serhii Snitsaruk + * + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. + * ============================================================================= + */ #include "register_types.h" diff --git a/register_types.h b/register_types.h index 18febed..78d5e5b 100644 --- a/register_types.h +++ b/register_types.h @@ -1,4 +1,13 @@ -/* register_types.h */ +/** + * register_types.h + * ============================================================================= + * Copyright 2021-2023 Serhii Snitsaruk + * + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. + * ============================================================================= + */ #ifndef LIMBOAI_REGISTER_TYPES_H #define LIMBOAI_REGISTER_TYPES_H diff --git a/util/limbo_string_names.cpp b/util/limbo_string_names.cpp index a270a32..b18137f 100644 --- a/util/limbo_string_names.cpp +++ b/util/limbo_string_names.cpp @@ -1,4 +1,13 @@ -/* limbo_string_names.cpp */ +/** + * limbo_string_names.cpp + * ============================================================================= + * Copyright 2021-2023 Serhii Snitsaruk + * + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. + * ============================================================================= + */ #include "limbo_string_names.h" diff --git a/util/limbo_string_names.h b/util/limbo_string_names.h index 4c99f4a..6fa6ca3 100644 --- a/util/limbo_string_names.h +++ b/util/limbo_string_names.h @@ -1,4 +1,13 @@ -/* limbo_string_names.h */ +/** + * limbo_string_names.h + * ============================================================================= + * Copyright 2021-2023 Serhii Snitsaruk + * + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. + * ============================================================================= + */ #ifndef LIMBO_STRING_NAMES_H #define LIMBO_STRING_NAMES_H diff --git a/util/limbo_utility.cpp b/util/limbo_utility.cpp index 6bcbf53..da9f8d5 100644 --- a/util/limbo_utility.cpp +++ b/util/limbo_utility.cpp @@ -1,4 +1,13 @@ -/* limbo_utility.cpp */ +/** + * limbo_utility.cpp + * ============================================================================= + * Copyright 2021-2023 Serhii Snitsaruk + * + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. + * ============================================================================= + */ #include "limbo_utility.h" diff --git a/util/limbo_utility.h b/util/limbo_utility.h index c7285ab..5c3e54a 100644 --- a/util/limbo_utility.h +++ b/util/limbo_utility.h @@ -1,4 +1,13 @@ -/* limbo_utility.h */ +/** + * limbo_utility.h + * ============================================================================= + * Copyright 2021-2023 Serhii Snitsaruk + * + * Use of this source code is governed by an MIT-style + * license that can be found in the LICENSE file or at + * https://opensource.org/licenses/MIT. + * ============================================================================= + */ #ifndef LIMBO_UTILITY_H #define LIMBO_UTILITY_H