From 10defe21a5463add8dee4f760d9220b6979b0e1d Mon Sep 17 00:00:00 2001 From: Serhii Snitsaruk Date: Tue, 21 Jan 2025 02:18:59 +0100 Subject: [PATCH] Update copyright notices across the project files & in LICENSE.md (#272) * Include LimboAI contributors in the notice * Clarify first year of publication as copyright year --- LICENSE.md | 2 +- blackboard/bb_param/bb_aabb.h | 2 +- blackboard/bb_param/bb_array.h | 2 +- blackboard/bb_param/bb_basis.h | 2 +- blackboard/bb_param/bb_bool.h | 2 +- blackboard/bb_param/bb_byte_array.h | 2 +- blackboard/bb_param/bb_color.h | 2 +- blackboard/bb_param/bb_color_array.h | 2 +- blackboard/bb_param/bb_dictionary.h | 2 +- blackboard/bb_param/bb_float.h | 2 +- blackboard/bb_param/bb_float32_array.h | 2 +- blackboard/bb_param/bb_float64_array.h | 2 +- blackboard/bb_param/bb_int.h | 2 +- blackboard/bb_param/bb_int32_array.h | 2 +- blackboard/bb_param/bb_int64_array.h | 2 +- blackboard/bb_param/bb_node.cpp | 2 +- blackboard/bb_param/bb_node.h | 2 +- blackboard/bb_param/bb_param.cpp | 2 +- blackboard/bb_param/bb_param.h | 2 +- blackboard/bb_param/bb_plane.h | 2 +- blackboard/bb_param/bb_projection.h | 2 +- blackboard/bb_param/bb_quaternion.h | 2 +- blackboard/bb_param/bb_rect2.h | 2 +- blackboard/bb_param/bb_rect2i.h | 2 +- blackboard/bb_param/bb_string.h | 2 +- blackboard/bb_param/bb_string_array.h | 2 +- blackboard/bb_param/bb_string_name.h | 2 +- blackboard/bb_param/bb_transform2d.h | 2 +- blackboard/bb_param/bb_transform3d.h | 2 +- blackboard/bb_param/bb_variant.cpp | 2 +- blackboard/bb_param/bb_variant.h | 2 +- blackboard/bb_param/bb_vector2.h | 2 +- blackboard/bb_param/bb_vector2_array.h | 2 +- blackboard/bb_param/bb_vector2i.h | 2 +- blackboard/bb_param/bb_vector3.h | 2 +- blackboard/bb_param/bb_vector3_array.h | 2 +- blackboard/bb_param/bb_vector3i.h | 2 +- blackboard/bb_param/bb_vector4.h | 2 +- blackboard/bb_param/bb_vector4i.h | 2 +- blackboard/bb_variable.cpp | 2 +- blackboard/bb_variable.h | 2 +- blackboard/blackboard.cpp | 2 +- blackboard/blackboard.h | 2 +- blackboard/blackboard_plan.cpp | 2 +- blackboard/blackboard_plan.h | 2 +- bt/behavior_tree.cpp | 2 +- bt/behavior_tree.h | 2 +- bt/bt_instance.cpp | 2 +- bt/bt_instance.h | 2 +- bt/bt_player.cpp | 2 +- bt/bt_player.h | 2 +- bt/bt_state.cpp | 2 +- bt/bt_state.h | 2 +- bt/tasks/blackboard/bt_check_trigger.cpp | 2 +- bt/tasks/blackboard/bt_check_trigger.h | 2 +- bt/tasks/blackboard/bt_check_var.cpp | 2 +- bt/tasks/blackboard/bt_check_var.h | 2 +- bt/tasks/blackboard/bt_set_var.cpp | 2 +- bt/tasks/blackboard/bt_set_var.h | 2 +- bt/tasks/bt_action.cpp | 2 +- bt/tasks/bt_action.h | 2 +- bt/tasks/bt_comment.cpp | 2 +- bt/tasks/bt_comment.h | 2 +- bt/tasks/bt_composite.cpp | 2 +- bt/tasks/bt_composite.h | 2 +- bt/tasks/bt_condition.cpp | 2 +- bt/tasks/bt_condition.h | 2 +- bt/tasks/bt_decorator.cpp | 2 +- bt/tasks/bt_decorator.h | 2 +- bt/tasks/bt_task.cpp | 2 +- bt/tasks/bt_task.h | 2 +- bt/tasks/composites/bt_dynamic_selector.cpp | 2 +- bt/tasks/composites/bt_dynamic_selector.h | 2 +- bt/tasks/composites/bt_dynamic_sequence.cpp | 2 +- bt/tasks/composites/bt_dynamic_sequence.h | 2 +- bt/tasks/composites/bt_parallel.cpp | 2 +- bt/tasks/composites/bt_parallel.h | 2 +- bt/tasks/composites/bt_probability_selector.cpp | 2 +- bt/tasks/composites/bt_probability_selector.h | 2 +- bt/tasks/composites/bt_random_selector.cpp | 2 +- bt/tasks/composites/bt_random_selector.h | 2 +- bt/tasks/composites/bt_random_sequence.cpp | 2 +- bt/tasks/composites/bt_random_sequence.h | 2 +- bt/tasks/composites/bt_selector.cpp | 2 +- bt/tasks/composites/bt_selector.h | 2 +- bt/tasks/composites/bt_sequence.cpp | 2 +- bt/tasks/composites/bt_sequence.h | 2 +- bt/tasks/decorators/bt_always_fail.cpp | 2 +- bt/tasks/decorators/bt_always_fail.h | 2 +- bt/tasks/decorators/bt_always_succeed.cpp | 2 +- bt/tasks/decorators/bt_always_succeed.h | 2 +- bt/tasks/decorators/bt_cooldown.cpp | 2 +- bt/tasks/decorators/bt_cooldown.h | 2 +- bt/tasks/decorators/bt_delay.cpp | 2 +- bt/tasks/decorators/bt_delay.h | 2 +- bt/tasks/decorators/bt_for_each.cpp | 2 +- bt/tasks/decorators/bt_for_each.h | 2 +- bt/tasks/decorators/bt_invert.cpp | 2 +- bt/tasks/decorators/bt_invert.h | 2 +- bt/tasks/decorators/bt_new_scope.cpp | 2 +- bt/tasks/decorators/bt_new_scope.h | 2 +- bt/tasks/decorators/bt_probability.cpp | 2 +- bt/tasks/decorators/bt_probability.h | 2 +- bt/tasks/decorators/bt_repeat.cpp | 2 +- bt/tasks/decorators/bt_repeat.h | 2 +- bt/tasks/decorators/bt_repeat_until_failure.cpp | 2 +- bt/tasks/decorators/bt_repeat_until_failure.h | 2 +- bt/tasks/decorators/bt_repeat_until_success.cpp | 2 +- bt/tasks/decorators/bt_repeat_until_success.h | 2 +- bt/tasks/decorators/bt_run_limit.cpp | 2 +- bt/tasks/decorators/bt_run_limit.h | 2 +- bt/tasks/decorators/bt_subtree.cpp | 2 +- bt/tasks/decorators/bt_subtree.h | 2 +- bt/tasks/decorators/bt_time_limit.cpp | 2 +- bt/tasks/decorators/bt_time_limit.h | 2 +- bt/tasks/scene/bt_await_animation.cpp | 2 +- bt/tasks/scene/bt_await_animation.h | 2 +- bt/tasks/scene/bt_check_agent_property.cpp | 2 +- bt/tasks/scene/bt_check_agent_property.h | 2 +- bt/tasks/scene/bt_pause_animation.cpp | 2 +- bt/tasks/scene/bt_pause_animation.h | 2 +- bt/tasks/scene/bt_play_animation.cpp | 2 +- bt/tasks/scene/bt_play_animation.h | 2 +- bt/tasks/scene/bt_set_agent_property.cpp | 2 +- bt/tasks/scene/bt_set_agent_property.h | 2 +- bt/tasks/scene/bt_stop_animation.cpp | 2 +- bt/tasks/scene/bt_stop_animation.h | 2 +- bt/tasks/utility/bt_call_method.cpp | 2 +- bt/tasks/utility/bt_call_method.h | 2 +- bt/tasks/utility/bt_console_print.cpp | 2 +- bt/tasks/utility/bt_console_print.h | 2 +- bt/tasks/utility/bt_evaluate_expression.cpp | 3 +-- bt/tasks/utility/bt_evaluate_expression.h | 3 +-- bt/tasks/utility/bt_fail.cpp | 2 +- bt/tasks/utility/bt_fail.h | 2 +- bt/tasks/utility/bt_random_wait.cpp | 2 +- bt/tasks/utility/bt_random_wait.h | 2 +- bt/tasks/utility/bt_wait.cpp | 2 +- bt/tasks/utility/bt_wait.h | 2 +- bt/tasks/utility/bt_wait_ticks.cpp | 2 +- bt/tasks/utility/bt_wait_ticks.h | 2 +- demo/demo/agents/fireball/fireball.gd | 2 +- demo/demo/agents/ninja_star/ninja_star.gd | 2 +- demo/demo/agents/player/player.gd | 2 +- demo/demo/agents/player/states/attack_state.gd | 2 +- demo/demo/agents/player/states/dodge_state.gd | 2 +- demo/demo/agents/player/states/idle_state.gd | 2 +- demo/demo/agents/player/states/move_state.gd | 2 +- demo/demo/agents/scripts/agent_base.gd | 2 +- demo/demo/agents/scripts/health.gd | 2 +- demo/demo/agents/scripts/hitbox.gd | 2 +- demo/demo/agents/scripts/hurtbox.gd | 2 +- demo/demo/ai/tasks/arrive_pos.gd | 2 +- demo/demo/ai/tasks/back_away.gd | 2 +- demo/demo/ai/tasks/face_target.gd | 2 +- demo/demo/ai/tasks/get_first_in_group.gd | 2 +- demo/demo/ai/tasks/in_range.gd | 2 +- demo/demo/ai/tasks/is_aligned_with_target.gd | 2 +- demo/demo/ai/tasks/move_forward.gd | 2 +- demo/demo/ai/tasks/pursue.gd | 2 +- demo/demo/ai/tasks/select_flanking_pos.gd | 2 +- doc/source/conf.py | 2 +- editor/action_banner.cpp | 2 +- editor/action_banner.h | 2 +- editor/blackboard_plan_editor.cpp | 2 +- editor/blackboard_plan_editor.h | 2 +- editor/debugger/behavior_tree_data.cpp | 2 +- editor/debugger/behavior_tree_data.h | 2 +- editor/debugger/behavior_tree_view.cpp | 2 +- editor/debugger/behavior_tree_view.h | 2 +- editor/debugger/limbo_debugger.cpp | 2 +- editor/debugger/limbo_debugger.h | 2 +- editor/debugger/limbo_debugger_plugin.cpp | 2 +- editor/debugger/limbo_debugger_plugin.h | 2 +- editor/editor_property_bb_param.cpp | 2 +- editor/editor_property_bb_param.h | 2 +- editor/editor_property_property_path.cpp | 2 +- editor/editor_property_property_path.h | 2 +- editor/editor_property_variable_name.cpp | 2 +- editor/editor_property_variable_name.h | 2 +- editor/limbo_ai_editor_plugin.cpp | 2 +- editor/limbo_ai_editor_plugin.h | 2 +- editor/mode_switch_button.cpp | 2 +- editor/mode_switch_button.h | 2 +- editor/owner_picker.cpp | 2 +- editor/owner_picker.h | 2 +- editor/task_palette.cpp | 2 +- editor/task_palette.h | 2 +- editor/task_tree.cpp | 2 +- editor/task_tree.h | 2 +- editor/tree_search.cpp | 2 +- editor/tree_search.h | 2 +- hsm/limbo_hsm.cpp | 2 +- hsm/limbo_hsm.h | 2 +- hsm/limbo_state.cpp | 2 +- hsm/limbo_state.h | 2 +- register_types.cpp | 2 +- register_types.h | 2 +- tests/limbo_test.h | 2 +- tests/test_always_fail.h | 2 +- tests/test_always_succeed.h | 2 +- tests/test_await_animation.h | 2 +- tests/test_bb_param.h | 2 +- tests/test_call_method.h | 2 +- tests/test_check_agent_property.h | 2 +- tests/test_check_trigger.h | 2 +- tests/test_check_var.h | 2 +- tests/test_delay.h | 2 +- tests/test_dynamic_selector.h | 2 +- tests/test_dynamic_sequence.h | 2 +- tests/test_evaluate_expression.h | 3 +-- tests/test_for_each.h | 2 +- tests/test_hsm.h | 2 +- tests/test_invert.h | 2 +- tests/test_new_scope.h | 2 +- tests/test_parallel.h | 2 +- tests/test_pause_animation.h | 2 +- tests/test_play_animation.h | 2 +- tests/test_probability.h | 2 +- tests/test_probability_selector.h | 2 +- tests/test_random_selector.h | 2 +- tests/test_random_sequence.h | 2 +- tests/test_repeat.h | 2 +- tests/test_repeat_until_failure.h | 2 +- tests/test_repeat_until_success.h | 2 +- tests/test_run_limit.h | 2 +- tests/test_selector.h | 2 +- tests/test_sequence.h | 2 +- tests/test_set_agent_property.h | 2 +- tests/test_set_var.h | 2 +- tests/test_stop_animation.h | 2 +- tests/test_subtree.h | 2 +- tests/test_task.h | 2 +- tests/test_time_limit.h | 2 +- tests/test_wait_actions.h | 2 +- util/limbo_compat.cpp | 2 +- util/limbo_compat.h | 2 +- util/limbo_string_names.cpp | 2 +- util/limbo_string_names.h | 2 +- util/limbo_task_db.cpp | 2 +- util/limbo_task_db.h | 2 +- util/limbo_utility.cpp | 2 +- util/limbo_utility.h | 2 +- util/limboai_version.h | 2 +- 244 files changed, 244 insertions(+), 247 deletions(-) diff --git a/LICENSE.md b/LICENSE.md index 94406ae..07c690f 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,4 +1,4 @@ -Copyright 2021-2024 Serhii Snitsaruk +Copyright (c) 2023-2025 Serhii Snitsaruk and the LimboAI contributors. 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: diff --git a/blackboard/bb_param/bb_aabb.h b/blackboard/bb_param/bb_aabb.h index a2bb017..0c53f12 100644 --- a/blackboard/bb_param/bb_aabb.h +++ b/blackboard/bb_param/bb_aabb.h @@ -1,7 +1,7 @@ /** * bb_aabb.h * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/blackboard/bb_param/bb_array.h b/blackboard/bb_param/bb_array.h index f033782..192002c 100644 --- a/blackboard/bb_param/bb_array.h +++ b/blackboard/bb_param/bb_array.h @@ -1,7 +1,7 @@ /** * bb_array.h * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/blackboard/bb_param/bb_basis.h b/blackboard/bb_param/bb_basis.h index eec997a..4cb36c4 100644 --- a/blackboard/bb_param/bb_basis.h +++ b/blackboard/bb_param/bb_basis.h @@ -1,7 +1,7 @@ /** * bb_basis.h * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/blackboard/bb_param/bb_bool.h b/blackboard/bb_param/bb_bool.h index 7b1766a..65403c2 100644 --- a/blackboard/bb_param/bb_bool.h +++ b/blackboard/bb_param/bb_bool.h @@ -1,7 +1,7 @@ /** * bb_bool.h * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/blackboard/bb_param/bb_byte_array.h b/blackboard/bb_param/bb_byte_array.h index fcd6712..ab47eb1 100644 --- a/blackboard/bb_param/bb_byte_array.h +++ b/blackboard/bb_param/bb_byte_array.h @@ -1,7 +1,7 @@ /** * bb_byte_array.h * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/blackboard/bb_param/bb_color.h b/blackboard/bb_param/bb_color.h index 0ac6f89..1b3d0f2 100644 --- a/blackboard/bb_param/bb_color.h +++ b/blackboard/bb_param/bb_color.h @@ -1,7 +1,7 @@ /** * bb_color.h * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/blackboard/bb_param/bb_color_array.h b/blackboard/bb_param/bb_color_array.h index 38893b4..d695c5b 100644 --- a/blackboard/bb_param/bb_color_array.h +++ b/blackboard/bb_param/bb_color_array.h @@ -1,7 +1,7 @@ /** * bb_color_array.h * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/blackboard/bb_param/bb_dictionary.h b/blackboard/bb_param/bb_dictionary.h index 66a48b0..be8ee60 100644 --- a/blackboard/bb_param/bb_dictionary.h +++ b/blackboard/bb_param/bb_dictionary.h @@ -1,7 +1,7 @@ /** * bb_dictionary.h * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/blackboard/bb_param/bb_float.h b/blackboard/bb_param/bb_float.h index d8c29cb..3acee5b 100644 --- a/blackboard/bb_param/bb_float.h +++ b/blackboard/bb_param/bb_float.h @@ -1,7 +1,7 @@ /** * bb_float.h * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/blackboard/bb_param/bb_float32_array.h b/blackboard/bb_param/bb_float32_array.h index ea6097c..7497fdc 100644 --- a/blackboard/bb_param/bb_float32_array.h +++ b/blackboard/bb_param/bb_float32_array.h @@ -1,7 +1,7 @@ /** * bb_float32_array.h * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/blackboard/bb_param/bb_float64_array.h b/blackboard/bb_param/bb_float64_array.h index 41bca7e..75b49c9 100644 --- a/blackboard/bb_param/bb_float64_array.h +++ b/blackboard/bb_param/bb_float64_array.h @@ -1,7 +1,7 @@ /** * bb_float64_array.h * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/blackboard/bb_param/bb_int.h b/blackboard/bb_param/bb_int.h index 75c6e52..ae62fc6 100644 --- a/blackboard/bb_param/bb_int.h +++ b/blackboard/bb_param/bb_int.h @@ -1,7 +1,7 @@ /** * bb_int.h * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/blackboard/bb_param/bb_int32_array.h b/blackboard/bb_param/bb_int32_array.h index 3cf032a..63ef552 100644 --- a/blackboard/bb_param/bb_int32_array.h +++ b/blackboard/bb_param/bb_int32_array.h @@ -1,7 +1,7 @@ /** * bb_int32_array.h * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/blackboard/bb_param/bb_int64_array.h b/blackboard/bb_param/bb_int64_array.h index fcd83b3..2e87ba1 100644 --- a/blackboard/bb_param/bb_int64_array.h +++ b/blackboard/bb_param/bb_int64_array.h @@ -1,7 +1,7 @@ /** * bb_int64_array.h * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/blackboard/bb_param/bb_node.cpp b/blackboard/bb_param/bb_node.cpp index c841193..991ec81 100644 --- a/blackboard/bb_param/bb_node.cpp +++ b/blackboard/bb_param/bb_node.cpp @@ -1,7 +1,7 @@ /** * bb_node.cpp * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/blackboard/bb_param/bb_node.h b/blackboard/bb_param/bb_node.h index d98eccd..fc3215d 100644 --- a/blackboard/bb_param/bb_node.h +++ b/blackboard/bb_param/bb_node.h @@ -1,7 +1,7 @@ /** * bb_node.h * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/blackboard/bb_param/bb_param.cpp b/blackboard/bb_param/bb_param.cpp index c5308c1..d910554 100644 --- a/blackboard/bb_param/bb_param.cpp +++ b/blackboard/bb_param/bb_param.cpp @@ -1,7 +1,7 @@ /** * bb_param.cpp * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/blackboard/bb_param/bb_param.h b/blackboard/bb_param/bb_param.h index 262db5f..94e37a1 100644 --- a/blackboard/bb_param/bb_param.h +++ b/blackboard/bb_param/bb_param.h @@ -1,7 +1,7 @@ /** * bb_param.h * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/blackboard/bb_param/bb_plane.h b/blackboard/bb_param/bb_plane.h index db43c9e..15fee5f 100644 --- a/blackboard/bb_param/bb_plane.h +++ b/blackboard/bb_param/bb_plane.h @@ -1,7 +1,7 @@ /** * bb_plane.h * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/blackboard/bb_param/bb_projection.h b/blackboard/bb_param/bb_projection.h index 0975556..9c9bf20 100644 --- a/blackboard/bb_param/bb_projection.h +++ b/blackboard/bb_param/bb_projection.h @@ -1,7 +1,7 @@ /** * bb_projection.h * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/blackboard/bb_param/bb_quaternion.h b/blackboard/bb_param/bb_quaternion.h index fe61d73..aec912d 100644 --- a/blackboard/bb_param/bb_quaternion.h +++ b/blackboard/bb_param/bb_quaternion.h @@ -1,7 +1,7 @@ /** * bb_quaternion.h * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/blackboard/bb_param/bb_rect2.h b/blackboard/bb_param/bb_rect2.h index bc00b05..413ecc7 100644 --- a/blackboard/bb_param/bb_rect2.h +++ b/blackboard/bb_param/bb_rect2.h @@ -1,7 +1,7 @@ /** * bb_rect2.h * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/blackboard/bb_param/bb_rect2i.h b/blackboard/bb_param/bb_rect2i.h index c98b3ce..7185fd8 100644 --- a/blackboard/bb_param/bb_rect2i.h +++ b/blackboard/bb_param/bb_rect2i.h @@ -1,7 +1,7 @@ /** * bb_rect2i.h * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/blackboard/bb_param/bb_string.h b/blackboard/bb_param/bb_string.h index 6755f5e..d9a3233 100644 --- a/blackboard/bb_param/bb_string.h +++ b/blackboard/bb_param/bb_string.h @@ -1,7 +1,7 @@ /** * bb_string.h * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/blackboard/bb_param/bb_string_array.h b/blackboard/bb_param/bb_string_array.h index 5639a18..29ea5bc 100644 --- a/blackboard/bb_param/bb_string_array.h +++ b/blackboard/bb_param/bb_string_array.h @@ -1,7 +1,7 @@ /** * bb_string_array.h * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/blackboard/bb_param/bb_string_name.h b/blackboard/bb_param/bb_string_name.h index 1daea74..3a072e6 100644 --- a/blackboard/bb_param/bb_string_name.h +++ b/blackboard/bb_param/bb_string_name.h @@ -1,7 +1,7 @@ /** * bb_string_name.h * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/blackboard/bb_param/bb_transform2d.h b/blackboard/bb_param/bb_transform2d.h index 2a698e6..75896c0 100644 --- a/blackboard/bb_param/bb_transform2d.h +++ b/blackboard/bb_param/bb_transform2d.h @@ -1,7 +1,7 @@ /** * bb_transform2d.h * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/blackboard/bb_param/bb_transform3d.h b/blackboard/bb_param/bb_transform3d.h index 7056e6d..4b71ca3 100644 --- a/blackboard/bb_param/bb_transform3d.h +++ b/blackboard/bb_param/bb_transform3d.h @@ -1,7 +1,7 @@ /** * bb_transform3d.h * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/blackboard/bb_param/bb_variant.cpp b/blackboard/bb_param/bb_variant.cpp index 460ae1a..a28fcd9 100644 --- a/blackboard/bb_param/bb_variant.cpp +++ b/blackboard/bb_param/bb_variant.cpp @@ -1,7 +1,7 @@ /** * bb_variant.cpp * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/blackboard/bb_param/bb_variant.h b/blackboard/bb_param/bb_variant.h index 6f5a382..bc4a854 100644 --- a/blackboard/bb_param/bb_variant.h +++ b/blackboard/bb_param/bb_variant.h @@ -1,7 +1,7 @@ /** * bb_variant.h * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/blackboard/bb_param/bb_vector2.h b/blackboard/bb_param/bb_vector2.h index ce3cf2b..a461530 100644 --- a/blackboard/bb_param/bb_vector2.h +++ b/blackboard/bb_param/bb_vector2.h @@ -1,7 +1,7 @@ /** * bb_vector2.h * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/blackboard/bb_param/bb_vector2_array.h b/blackboard/bb_param/bb_vector2_array.h index feb058e..a321393 100644 --- a/blackboard/bb_param/bb_vector2_array.h +++ b/blackboard/bb_param/bb_vector2_array.h @@ -1,7 +1,7 @@ /** * bb_vector2_array.h * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/blackboard/bb_param/bb_vector2i.h b/blackboard/bb_param/bb_vector2i.h index 1127099..3b5aa15 100644 --- a/blackboard/bb_param/bb_vector2i.h +++ b/blackboard/bb_param/bb_vector2i.h @@ -1,7 +1,7 @@ /** * bb_vector2i.h * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/blackboard/bb_param/bb_vector3.h b/blackboard/bb_param/bb_vector3.h index bf35810..481fbcd 100644 --- a/blackboard/bb_param/bb_vector3.h +++ b/blackboard/bb_param/bb_vector3.h @@ -1,7 +1,7 @@ /** * bb_vector3.h * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/blackboard/bb_param/bb_vector3_array.h b/blackboard/bb_param/bb_vector3_array.h index cf86bc5..42dd384 100644 --- a/blackboard/bb_param/bb_vector3_array.h +++ b/blackboard/bb_param/bb_vector3_array.h @@ -1,7 +1,7 @@ /** * bb_vector3_array.h * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/blackboard/bb_param/bb_vector3i.h b/blackboard/bb_param/bb_vector3i.h index 92cd796..4798328 100644 --- a/blackboard/bb_param/bb_vector3i.h +++ b/blackboard/bb_param/bb_vector3i.h @@ -1,7 +1,7 @@ /** * bb_vector3i.h * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/blackboard/bb_param/bb_vector4.h b/blackboard/bb_param/bb_vector4.h index e5aca63..9e18e26 100644 --- a/blackboard/bb_param/bb_vector4.h +++ b/blackboard/bb_param/bb_vector4.h @@ -1,7 +1,7 @@ /** * bb_vector4.h * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/blackboard/bb_param/bb_vector4i.h b/blackboard/bb_param/bb_vector4i.h index 288b8f7..2517a43 100644 --- a/blackboard/bb_param/bb_vector4i.h +++ b/blackboard/bb_param/bb_vector4i.h @@ -1,7 +1,7 @@ /** * bb_vector4i.h * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/blackboard/bb_variable.cpp b/blackboard/bb_variable.cpp index 092357c..6196d3a 100644 --- a/blackboard/bb_variable.cpp +++ b/blackboard/bb_variable.cpp @@ -1,7 +1,7 @@ /** * bb_variable.cpp * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/blackboard/bb_variable.h b/blackboard/bb_variable.h index 3eab7ec..0d819f9 100644 --- a/blackboard/bb_variable.h +++ b/blackboard/bb_variable.h @@ -1,7 +1,7 @@ /** * bb_variable.h * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/blackboard/blackboard.cpp b/blackboard/blackboard.cpp index 1308437..a51c959 100644 --- a/blackboard/blackboard.cpp +++ b/blackboard/blackboard.cpp @@ -1,7 +1,7 @@ /** * blackboard.cpp * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/blackboard/blackboard.h b/blackboard/blackboard.h index 6e7d920..0df44e0 100644 --- a/blackboard/blackboard.h +++ b/blackboard/blackboard.h @@ -1,7 +1,7 @@ /** * blackboard.h * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/blackboard/blackboard_plan.cpp b/blackboard/blackboard_plan.cpp index 9ec753d..63e380b 100644 --- a/blackboard/blackboard_plan.cpp +++ b/blackboard/blackboard_plan.cpp @@ -1,7 +1,7 @@ /** * blackboard_plan.cpp * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/blackboard/blackboard_plan.h b/blackboard/blackboard_plan.h index 622ff98..a9a8f7a 100644 --- a/blackboard/blackboard_plan.h +++ b/blackboard/blackboard_plan.h @@ -1,7 +1,7 @@ /** * blackboard_plan.h * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/bt/behavior_tree.cpp b/bt/behavior_tree.cpp index 64d5f4a..5a80c3f 100644 --- a/bt/behavior_tree.cpp +++ b/bt/behavior_tree.cpp @@ -1,7 +1,7 @@ /** * behavior_tree.cpp * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/bt/behavior_tree.h b/bt/behavior_tree.h index f2f2ce8..0bbce0a 100644 --- a/bt/behavior_tree.h +++ b/bt/behavior_tree.h @@ -1,7 +1,7 @@ /** * behavior_tree.h * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/bt/bt_instance.cpp b/bt/bt_instance.cpp index dd0df10..05db482 100644 --- a/bt/bt_instance.cpp +++ b/bt/bt_instance.cpp @@ -1,7 +1,7 @@ /** * bt_instance.cpp * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/bt/bt_instance.h b/bt/bt_instance.h index d691529..3710d46 100644 --- a/bt/bt_instance.h +++ b/bt/bt_instance.h @@ -1,7 +1,7 @@ /** * bt_instance.h * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/bt/bt_player.cpp b/bt/bt_player.cpp index eb9ca07..8d36eab 100644 --- a/bt/bt_player.cpp +++ b/bt/bt_player.cpp @@ -1,7 +1,7 @@ /** * bt_player.cpp * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/bt/bt_player.h b/bt/bt_player.h index bd7fdf4..7d2ad6e 100644 --- a/bt/bt_player.h +++ b/bt/bt_player.h @@ -1,7 +1,7 @@ /** * bt_player.h * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/bt/bt_state.cpp b/bt/bt_state.cpp index 5449943..2cdac33 100644 --- a/bt/bt_state.cpp +++ b/bt/bt_state.cpp @@ -1,7 +1,7 @@ /** * bt_state.cpp * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/bt/bt_state.h b/bt/bt_state.h index fd05879..8d2cf8b 100644 --- a/bt/bt_state.h +++ b/bt/bt_state.h @@ -1,7 +1,7 @@ /** * bt_state.h * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/bt/tasks/blackboard/bt_check_trigger.cpp b/bt/tasks/blackboard/bt_check_trigger.cpp index e891603..8bc6eb7 100644 --- a/bt/tasks/blackboard/bt_check_trigger.cpp +++ b/bt/tasks/blackboard/bt_check_trigger.cpp @@ -1,7 +1,7 @@ /** * bt_check_trigger.cpp * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/bt/tasks/blackboard/bt_check_trigger.h b/bt/tasks/blackboard/bt_check_trigger.h index 79feeef..776f4e6 100644 --- a/bt/tasks/blackboard/bt_check_trigger.h +++ b/bt/tasks/blackboard/bt_check_trigger.h @@ -1,7 +1,7 @@ /** * bt_check_trigger.h * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/bt/tasks/blackboard/bt_check_var.cpp b/bt/tasks/blackboard/bt_check_var.cpp index 98f092e..1e2f6b1 100644 --- a/bt/tasks/blackboard/bt_check_var.cpp +++ b/bt/tasks/blackboard/bt_check_var.cpp @@ -1,7 +1,7 @@ /** * bt_check_var.cpp * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/bt/tasks/blackboard/bt_check_var.h b/bt/tasks/blackboard/bt_check_var.h index ce61b32..f678fd8 100644 --- a/bt/tasks/blackboard/bt_check_var.h +++ b/bt/tasks/blackboard/bt_check_var.h @@ -1,7 +1,7 @@ /** * bt_check_var.h * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/bt/tasks/blackboard/bt_set_var.cpp b/bt/tasks/blackboard/bt_set_var.cpp index 9b6bc77..446c7c7 100644 --- a/bt/tasks/blackboard/bt_set_var.cpp +++ b/bt/tasks/blackboard/bt_set_var.cpp @@ -1,7 +1,7 @@ /** * bt_set_var.cpp * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/bt/tasks/blackboard/bt_set_var.h b/bt/tasks/blackboard/bt_set_var.h index 029bf90..1e602f9 100644 --- a/bt/tasks/blackboard/bt_set_var.h +++ b/bt/tasks/blackboard/bt_set_var.h @@ -1,7 +1,7 @@ /** * bt_set_var.h * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/bt/tasks/bt_action.cpp b/bt/tasks/bt_action.cpp index db5cf56..7c4e3d2 100644 --- a/bt/tasks/bt_action.cpp +++ b/bt/tasks/bt_action.cpp @@ -1,7 +1,7 @@ /** * bt_action.cpp * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/bt/tasks/bt_action.h b/bt/tasks/bt_action.h index 596b27a..eaab4b6 100644 --- a/bt/tasks/bt_action.h +++ b/bt/tasks/bt_action.h @@ -1,7 +1,7 @@ /** * bt_action.h * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/bt/tasks/bt_comment.cpp b/bt/tasks/bt_comment.cpp index b5689da..a25094e 100644 --- a/bt/tasks/bt_comment.cpp +++ b/bt/tasks/bt_comment.cpp @@ -1,7 +1,7 @@ /** * bt_comment.cpp * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/bt/tasks/bt_comment.h b/bt/tasks/bt_comment.h index 94b055c..2e7bcfc 100644 --- a/bt/tasks/bt_comment.h +++ b/bt/tasks/bt_comment.h @@ -1,7 +1,7 @@ /** * bt_comment.h * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/bt/tasks/bt_composite.cpp b/bt/tasks/bt_composite.cpp index 9d37153..803d3b1 100644 --- a/bt/tasks/bt_composite.cpp +++ b/bt/tasks/bt_composite.cpp @@ -1,7 +1,7 @@ /** * bt_composite.cpp * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/bt/tasks/bt_composite.h b/bt/tasks/bt_composite.h index 74f426a..e38bb5d 100644 --- a/bt/tasks/bt_composite.h +++ b/bt/tasks/bt_composite.h @@ -1,7 +1,7 @@ /** * bt_composite.h * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/bt/tasks/bt_condition.cpp b/bt/tasks/bt_condition.cpp index 60500db..926a173 100644 --- a/bt/tasks/bt_condition.cpp +++ b/bt/tasks/bt_condition.cpp @@ -1,7 +1,7 @@ /** * bt_condition.cpp * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/bt/tasks/bt_condition.h b/bt/tasks/bt_condition.h index de9f07a..625f310 100644 --- a/bt/tasks/bt_condition.h +++ b/bt/tasks/bt_condition.h @@ -1,7 +1,7 @@ /** * bt_condition.h * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/bt/tasks/bt_decorator.cpp b/bt/tasks/bt_decorator.cpp index 1646760..75dcc8c 100644 --- a/bt/tasks/bt_decorator.cpp +++ b/bt/tasks/bt_decorator.cpp @@ -1,7 +1,7 @@ /** * bt_decorator.cpp * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/bt/tasks/bt_decorator.h b/bt/tasks/bt_decorator.h index 1be51e8..dca9799 100644 --- a/bt/tasks/bt_decorator.h +++ b/bt/tasks/bt_decorator.h @@ -1,7 +1,7 @@ /** * bt_decorator.h * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/bt/tasks/bt_task.cpp b/bt/tasks/bt_task.cpp index 11ae322..02b0b55 100644 --- a/bt/tasks/bt_task.cpp +++ b/bt/tasks/bt_task.cpp @@ -1,7 +1,7 @@ /** * bt_task.cpp * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/bt/tasks/bt_task.h b/bt/tasks/bt_task.h index 2e5f92e..6b2182f 100644 --- a/bt/tasks/bt_task.h +++ b/bt/tasks/bt_task.h @@ -1,7 +1,7 @@ /** * bt_task.h * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/bt/tasks/composites/bt_dynamic_selector.cpp b/bt/tasks/composites/bt_dynamic_selector.cpp index 44ee4d8..2ef8c92 100644 --- a/bt/tasks/composites/bt_dynamic_selector.cpp +++ b/bt/tasks/composites/bt_dynamic_selector.cpp @@ -1,7 +1,7 @@ /** * bt_dynamic_selector.cpp * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/bt/tasks/composites/bt_dynamic_selector.h b/bt/tasks/composites/bt_dynamic_selector.h index 7022fef..faedbcb 100644 --- a/bt/tasks/composites/bt_dynamic_selector.h +++ b/bt/tasks/composites/bt_dynamic_selector.h @@ -1,7 +1,7 @@ /** * bt_dynamic_selector.h * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/bt/tasks/composites/bt_dynamic_sequence.cpp b/bt/tasks/composites/bt_dynamic_sequence.cpp index 015cd66..447b52b 100644 --- a/bt/tasks/composites/bt_dynamic_sequence.cpp +++ b/bt/tasks/composites/bt_dynamic_sequence.cpp @@ -1,7 +1,7 @@ /** * bt_dynamic_sequence.cpp * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/bt/tasks/composites/bt_dynamic_sequence.h b/bt/tasks/composites/bt_dynamic_sequence.h index b67f48e..f743283 100644 --- a/bt/tasks/composites/bt_dynamic_sequence.h +++ b/bt/tasks/composites/bt_dynamic_sequence.h @@ -1,7 +1,7 @@ /** * bt_dynamic_sequence.h * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/bt/tasks/composites/bt_parallel.cpp b/bt/tasks/composites/bt_parallel.cpp index 3739c2a..f83b4c6 100644 --- a/bt/tasks/composites/bt_parallel.cpp +++ b/bt/tasks/composites/bt_parallel.cpp @@ -1,7 +1,7 @@ /** * bt_parallel.cpp * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/bt/tasks/composites/bt_parallel.h b/bt/tasks/composites/bt_parallel.h index b05098a..9e67d86 100644 --- a/bt/tasks/composites/bt_parallel.h +++ b/bt/tasks/composites/bt_parallel.h @@ -1,7 +1,7 @@ /** * bt_parallel.h * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/bt/tasks/composites/bt_probability_selector.cpp b/bt/tasks/composites/bt_probability_selector.cpp index 54e0808..4b220d2 100644 --- a/bt/tasks/composites/bt_probability_selector.cpp +++ b/bt/tasks/composites/bt_probability_selector.cpp @@ -1,7 +1,7 @@ /** * bt_probability_selector.cpp * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/bt/tasks/composites/bt_probability_selector.h b/bt/tasks/composites/bt_probability_selector.h index 85ed1b2..2f6b142 100644 --- a/bt/tasks/composites/bt_probability_selector.h +++ b/bt/tasks/composites/bt_probability_selector.h @@ -1,7 +1,7 @@ /** * bt_probability_selector.h * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/bt/tasks/composites/bt_random_selector.cpp b/bt/tasks/composites/bt_random_selector.cpp index 55066ab..31ae630 100644 --- a/bt/tasks/composites/bt_random_selector.cpp +++ b/bt/tasks/composites/bt_random_selector.cpp @@ -1,7 +1,7 @@ /** * bt_random_selector.cpp * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/bt/tasks/composites/bt_random_selector.h b/bt/tasks/composites/bt_random_selector.h index 9f39419..e388288 100644 --- a/bt/tasks/composites/bt_random_selector.h +++ b/bt/tasks/composites/bt_random_selector.h @@ -1,7 +1,7 @@ /** * bt_random_selector.h * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/bt/tasks/composites/bt_random_sequence.cpp b/bt/tasks/composites/bt_random_sequence.cpp index 5b2369a..7a8cbce 100644 --- a/bt/tasks/composites/bt_random_sequence.cpp +++ b/bt/tasks/composites/bt_random_sequence.cpp @@ -1,7 +1,7 @@ /** * bt_random_sequence.cpp * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/bt/tasks/composites/bt_random_sequence.h b/bt/tasks/composites/bt_random_sequence.h index fcb915d..2d96f30 100644 --- a/bt/tasks/composites/bt_random_sequence.h +++ b/bt/tasks/composites/bt_random_sequence.h @@ -1,7 +1,7 @@ /** * bt_random_sequence.h * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/bt/tasks/composites/bt_selector.cpp b/bt/tasks/composites/bt_selector.cpp index 8a55615..0b3c75d 100644 --- a/bt/tasks/composites/bt_selector.cpp +++ b/bt/tasks/composites/bt_selector.cpp @@ -1,7 +1,7 @@ /** * bt_selector.cpp * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/bt/tasks/composites/bt_selector.h b/bt/tasks/composites/bt_selector.h index d9f3cd5..967cb37 100644 --- a/bt/tasks/composites/bt_selector.h +++ b/bt/tasks/composites/bt_selector.h @@ -1,7 +1,7 @@ /** * bt_selector.h * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/bt/tasks/composites/bt_sequence.cpp b/bt/tasks/composites/bt_sequence.cpp index c35fc9c..9391411 100644 --- a/bt/tasks/composites/bt_sequence.cpp +++ b/bt/tasks/composites/bt_sequence.cpp @@ -1,7 +1,7 @@ /** * bt_sequence.cpp * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/bt/tasks/composites/bt_sequence.h b/bt/tasks/composites/bt_sequence.h index d4f5854..350c585 100644 --- a/bt/tasks/composites/bt_sequence.h +++ b/bt/tasks/composites/bt_sequence.h @@ -1,7 +1,7 @@ /** * bt_sequence.h * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/bt/tasks/decorators/bt_always_fail.cpp b/bt/tasks/decorators/bt_always_fail.cpp index 85fe2c8..70c7de0 100644 --- a/bt/tasks/decorators/bt_always_fail.cpp +++ b/bt/tasks/decorators/bt_always_fail.cpp @@ -1,7 +1,7 @@ /** * bt_always_fail.cpp * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/bt/tasks/decorators/bt_always_fail.h b/bt/tasks/decorators/bt_always_fail.h index 419da69..8fd7b02 100644 --- a/bt/tasks/decorators/bt_always_fail.h +++ b/bt/tasks/decorators/bt_always_fail.h @@ -1,7 +1,7 @@ /** * bt_always_fail.h * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/bt/tasks/decorators/bt_always_succeed.cpp b/bt/tasks/decorators/bt_always_succeed.cpp index 2cc2553..197d7b0 100644 --- a/bt/tasks/decorators/bt_always_succeed.cpp +++ b/bt/tasks/decorators/bt_always_succeed.cpp @@ -1,7 +1,7 @@ /** * bt_always_succeed.cpp * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/bt/tasks/decorators/bt_always_succeed.h b/bt/tasks/decorators/bt_always_succeed.h index 21bb62c..7c6fe43 100644 --- a/bt/tasks/decorators/bt_always_succeed.h +++ b/bt/tasks/decorators/bt_always_succeed.h @@ -1,7 +1,7 @@ /** * bt_always_succeed.h * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/bt/tasks/decorators/bt_cooldown.cpp b/bt/tasks/decorators/bt_cooldown.cpp index c16199f..2afb9ed 100644 --- a/bt/tasks/decorators/bt_cooldown.cpp +++ b/bt/tasks/decorators/bt_cooldown.cpp @@ -1,7 +1,7 @@ /** * bt_cooldown.cpp * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/bt/tasks/decorators/bt_cooldown.h b/bt/tasks/decorators/bt_cooldown.h index 443f25c..578e5be 100644 --- a/bt/tasks/decorators/bt_cooldown.h +++ b/bt/tasks/decorators/bt_cooldown.h @@ -1,7 +1,7 @@ /** * bt_cooldown.h * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/bt/tasks/decorators/bt_delay.cpp b/bt/tasks/decorators/bt_delay.cpp index 61223da..50225fa 100644 --- a/bt/tasks/decorators/bt_delay.cpp +++ b/bt/tasks/decorators/bt_delay.cpp @@ -1,7 +1,7 @@ /** * bt_delay.cpp * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/bt/tasks/decorators/bt_delay.h b/bt/tasks/decorators/bt_delay.h index fdb60e4..ea7245b 100644 --- a/bt/tasks/decorators/bt_delay.h +++ b/bt/tasks/decorators/bt_delay.h @@ -1,7 +1,7 @@ /** * bt_delay.h * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/bt/tasks/decorators/bt_for_each.cpp b/bt/tasks/decorators/bt_for_each.cpp index 12df366..466377c 100644 --- a/bt/tasks/decorators/bt_for_each.cpp +++ b/bt/tasks/decorators/bt_for_each.cpp @@ -1,7 +1,7 @@ /** * bt_for_each.cpp * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/bt/tasks/decorators/bt_for_each.h b/bt/tasks/decorators/bt_for_each.h index fc74f96..75571e2 100644 --- a/bt/tasks/decorators/bt_for_each.h +++ b/bt/tasks/decorators/bt_for_each.h @@ -1,7 +1,7 @@ /** * bt_for_each.h * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/bt/tasks/decorators/bt_invert.cpp b/bt/tasks/decorators/bt_invert.cpp index 115962b..4d8beec 100644 --- a/bt/tasks/decorators/bt_invert.cpp +++ b/bt/tasks/decorators/bt_invert.cpp @@ -1,7 +1,7 @@ /** * bt_invert.cpp * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/bt/tasks/decorators/bt_invert.h b/bt/tasks/decorators/bt_invert.h index 1d2558e..0d12e05 100644 --- a/bt/tasks/decorators/bt_invert.h +++ b/bt/tasks/decorators/bt_invert.h @@ -1,7 +1,7 @@ /** * bt_invert.h * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/bt/tasks/decorators/bt_new_scope.cpp b/bt/tasks/decorators/bt_new_scope.cpp index 1c6dd8a..34e927f 100644 --- a/bt/tasks/decorators/bt_new_scope.cpp +++ b/bt/tasks/decorators/bt_new_scope.cpp @@ -1,7 +1,7 @@ /** * bt_new_scope.cpp * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/bt/tasks/decorators/bt_new_scope.h b/bt/tasks/decorators/bt_new_scope.h index b3662f5..e2e68ac 100644 --- a/bt/tasks/decorators/bt_new_scope.h +++ b/bt/tasks/decorators/bt_new_scope.h @@ -1,7 +1,7 @@ /** * bt_new_scope.h * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/bt/tasks/decorators/bt_probability.cpp b/bt/tasks/decorators/bt_probability.cpp index f8d978c..9599cb0 100644 --- a/bt/tasks/decorators/bt_probability.cpp +++ b/bt/tasks/decorators/bt_probability.cpp @@ -1,7 +1,7 @@ /** * bt_probability.cpp * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/bt/tasks/decorators/bt_probability.h b/bt/tasks/decorators/bt_probability.h index 849d4df..d0e0b9e 100644 --- a/bt/tasks/decorators/bt_probability.h +++ b/bt/tasks/decorators/bt_probability.h @@ -1,7 +1,7 @@ /** * bt_probability.h * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/bt/tasks/decorators/bt_repeat.cpp b/bt/tasks/decorators/bt_repeat.cpp index fb4073f..85f3fed 100644 --- a/bt/tasks/decorators/bt_repeat.cpp +++ b/bt/tasks/decorators/bt_repeat.cpp @@ -1,7 +1,7 @@ /** * bt_repeat.cpp * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/bt/tasks/decorators/bt_repeat.h b/bt/tasks/decorators/bt_repeat.h index be69b87..c09ceb8 100644 --- a/bt/tasks/decorators/bt_repeat.h +++ b/bt/tasks/decorators/bt_repeat.h @@ -1,7 +1,7 @@ /** * bt_repeat.h * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/bt/tasks/decorators/bt_repeat_until_failure.cpp b/bt/tasks/decorators/bt_repeat_until_failure.cpp index 3725dd2..cee822f 100644 --- a/bt/tasks/decorators/bt_repeat_until_failure.cpp +++ b/bt/tasks/decorators/bt_repeat_until_failure.cpp @@ -1,7 +1,7 @@ /** * bt_repeat_until_failure.cpp * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/bt/tasks/decorators/bt_repeat_until_failure.h b/bt/tasks/decorators/bt_repeat_until_failure.h index 4aceae3..14f86b1 100644 --- a/bt/tasks/decorators/bt_repeat_until_failure.h +++ b/bt/tasks/decorators/bt_repeat_until_failure.h @@ -1,7 +1,7 @@ /** * bt_repeat_until_failure.h * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/bt/tasks/decorators/bt_repeat_until_success.cpp b/bt/tasks/decorators/bt_repeat_until_success.cpp index 4ea27d7..273260f 100644 --- a/bt/tasks/decorators/bt_repeat_until_success.cpp +++ b/bt/tasks/decorators/bt_repeat_until_success.cpp @@ -1,7 +1,7 @@ /** * bt_repeat_until_success.cpp * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/bt/tasks/decorators/bt_repeat_until_success.h b/bt/tasks/decorators/bt_repeat_until_success.h index 9852a2f..d5e8f8a 100644 --- a/bt/tasks/decorators/bt_repeat_until_success.h +++ b/bt/tasks/decorators/bt_repeat_until_success.h @@ -1,7 +1,7 @@ /** * bt_repeat_until_success.h * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/bt/tasks/decorators/bt_run_limit.cpp b/bt/tasks/decorators/bt_run_limit.cpp index 34bfe5f..5c1861e 100644 --- a/bt/tasks/decorators/bt_run_limit.cpp +++ b/bt/tasks/decorators/bt_run_limit.cpp @@ -1,7 +1,7 @@ /** * bt_run_limit.cpp * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/bt/tasks/decorators/bt_run_limit.h b/bt/tasks/decorators/bt_run_limit.h index 1687dcc..077a088 100644 --- a/bt/tasks/decorators/bt_run_limit.h +++ b/bt/tasks/decorators/bt_run_limit.h @@ -1,7 +1,7 @@ /** * bt_run_limit.h * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/bt/tasks/decorators/bt_subtree.cpp b/bt/tasks/decorators/bt_subtree.cpp index 9124912..8f62dff 100644 --- a/bt/tasks/decorators/bt_subtree.cpp +++ b/bt/tasks/decorators/bt_subtree.cpp @@ -1,7 +1,7 @@ /** * bt_subtree.cpp * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/bt/tasks/decorators/bt_subtree.h b/bt/tasks/decorators/bt_subtree.h index b97504a..fbb0a18 100644 --- a/bt/tasks/decorators/bt_subtree.h +++ b/bt/tasks/decorators/bt_subtree.h @@ -1,7 +1,7 @@ /** * bt_subtree.h * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/bt/tasks/decorators/bt_time_limit.cpp b/bt/tasks/decorators/bt_time_limit.cpp index d43e6fa..e0e664f 100644 --- a/bt/tasks/decorators/bt_time_limit.cpp +++ b/bt/tasks/decorators/bt_time_limit.cpp @@ -1,7 +1,7 @@ /** * bt_time_limit.cpp * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/bt/tasks/decorators/bt_time_limit.h b/bt/tasks/decorators/bt_time_limit.h index fb9e558..d172395 100644 --- a/bt/tasks/decorators/bt_time_limit.h +++ b/bt/tasks/decorators/bt_time_limit.h @@ -1,7 +1,7 @@ /** * bt_time_limit.h * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/bt/tasks/scene/bt_await_animation.cpp b/bt/tasks/scene/bt_await_animation.cpp index a2fe9cb..645883c 100644 --- a/bt/tasks/scene/bt_await_animation.cpp +++ b/bt/tasks/scene/bt_await_animation.cpp @@ -1,7 +1,7 @@ /** * bt_await_animation.cpp * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/bt/tasks/scene/bt_await_animation.h b/bt/tasks/scene/bt_await_animation.h index 4a733dc..5fd2981 100644 --- a/bt/tasks/scene/bt_await_animation.h +++ b/bt/tasks/scene/bt_await_animation.h @@ -1,7 +1,7 @@ /** * bt_await_animation.h * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/bt/tasks/scene/bt_check_agent_property.cpp b/bt/tasks/scene/bt_check_agent_property.cpp index 8d64d6d..92f2814 100644 --- a/bt/tasks/scene/bt_check_agent_property.cpp +++ b/bt/tasks/scene/bt_check_agent_property.cpp @@ -1,7 +1,7 @@ /** * bt_check_agent_property.cpp * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/bt/tasks/scene/bt_check_agent_property.h b/bt/tasks/scene/bt_check_agent_property.h index a790fbf..6cf8637 100644 --- a/bt/tasks/scene/bt_check_agent_property.h +++ b/bt/tasks/scene/bt_check_agent_property.h @@ -1,7 +1,7 @@ /** * bt_check_agent_property.h * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/bt/tasks/scene/bt_pause_animation.cpp b/bt/tasks/scene/bt_pause_animation.cpp index 71f88f1..1d34ad9 100644 --- a/bt/tasks/scene/bt_pause_animation.cpp +++ b/bt/tasks/scene/bt_pause_animation.cpp @@ -1,7 +1,7 @@ /** * bt_pause_animation.cpp * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/bt/tasks/scene/bt_pause_animation.h b/bt/tasks/scene/bt_pause_animation.h index 6f73ba8..bae8099 100644 --- a/bt/tasks/scene/bt_pause_animation.h +++ b/bt/tasks/scene/bt_pause_animation.h @@ -1,7 +1,7 @@ /** * bt_pause_animation.h * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/bt/tasks/scene/bt_play_animation.cpp b/bt/tasks/scene/bt_play_animation.cpp index c021401..0bfd44c 100644 --- a/bt/tasks/scene/bt_play_animation.cpp +++ b/bt/tasks/scene/bt_play_animation.cpp @@ -1,7 +1,7 @@ /** * bt_play_animation.cpp * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/bt/tasks/scene/bt_play_animation.h b/bt/tasks/scene/bt_play_animation.h index c27fee6..bc8696a 100644 --- a/bt/tasks/scene/bt_play_animation.h +++ b/bt/tasks/scene/bt_play_animation.h @@ -1,7 +1,7 @@ /** * bt_play_animation.h * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/bt/tasks/scene/bt_set_agent_property.cpp b/bt/tasks/scene/bt_set_agent_property.cpp index 2c3438b..4c61187 100644 --- a/bt/tasks/scene/bt_set_agent_property.cpp +++ b/bt/tasks/scene/bt_set_agent_property.cpp @@ -1,7 +1,7 @@ /** * bt_set_agent_property.cpp * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/bt/tasks/scene/bt_set_agent_property.h b/bt/tasks/scene/bt_set_agent_property.h index ca20ff4..49124ed 100644 --- a/bt/tasks/scene/bt_set_agent_property.h +++ b/bt/tasks/scene/bt_set_agent_property.h @@ -1,7 +1,7 @@ /** * bt_set_agent_property.h * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/bt/tasks/scene/bt_stop_animation.cpp b/bt/tasks/scene/bt_stop_animation.cpp index d64e079..22ebd2a 100644 --- a/bt/tasks/scene/bt_stop_animation.cpp +++ b/bt/tasks/scene/bt_stop_animation.cpp @@ -1,7 +1,7 @@ /** * bt_stop_animation.cpp * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/bt/tasks/scene/bt_stop_animation.h b/bt/tasks/scene/bt_stop_animation.h index 481676a..a4034d6 100644 --- a/bt/tasks/scene/bt_stop_animation.h +++ b/bt/tasks/scene/bt_stop_animation.h @@ -1,7 +1,7 @@ /** * bt_stop_animation.h * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/bt/tasks/utility/bt_call_method.cpp b/bt/tasks/utility/bt_call_method.cpp index 0b46804..dcff621 100644 --- a/bt/tasks/utility/bt_call_method.cpp +++ b/bt/tasks/utility/bt_call_method.cpp @@ -1,7 +1,7 @@ /** * bt_call_method.cpp * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/bt/tasks/utility/bt_call_method.h b/bt/tasks/utility/bt_call_method.h index 3dd7de7..635e795 100644 --- a/bt/tasks/utility/bt_call_method.h +++ b/bt/tasks/utility/bt_call_method.h @@ -1,7 +1,7 @@ /** * bt_call_method.h * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/bt/tasks/utility/bt_console_print.cpp b/bt/tasks/utility/bt_console_print.cpp index dc64a5c..35db3c8 100644 --- a/bt/tasks/utility/bt_console_print.cpp +++ b/bt/tasks/utility/bt_console_print.cpp @@ -1,7 +1,7 @@ /** * bt_console_print.cpp * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/bt/tasks/utility/bt_console_print.h b/bt/tasks/utility/bt_console_print.h index 74f6dcd..413a29f 100644 --- a/bt/tasks/utility/bt_console_print.h +++ b/bt/tasks/utility/bt_console_print.h @@ -1,7 +1,7 @@ /** * bt_console_print.h * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/bt/tasks/utility/bt_evaluate_expression.cpp b/bt/tasks/utility/bt_evaluate_expression.cpp index b175a9f..6c9f35d 100644 --- a/bt/tasks/utility/bt_evaluate_expression.cpp +++ b/bt/tasks/utility/bt_evaluate_expression.cpp @@ -1,8 +1,7 @@ /** * bt_evaluate_expression.cpp * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk - * Copyright 2024 Wilson E. Alvarez + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/bt/tasks/utility/bt_evaluate_expression.h b/bt/tasks/utility/bt_evaluate_expression.h index dbee147..248c161 100644 --- a/bt/tasks/utility/bt_evaluate_expression.h +++ b/bt/tasks/utility/bt_evaluate_expression.h @@ -1,8 +1,7 @@ /** * bt_evaluate_expression.h * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk - * Copyright 2024 Wilson E. Alvarez + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/bt/tasks/utility/bt_fail.cpp b/bt/tasks/utility/bt_fail.cpp index 1793bba..5f4e2af 100644 --- a/bt/tasks/utility/bt_fail.cpp +++ b/bt/tasks/utility/bt_fail.cpp @@ -1,7 +1,7 @@ /** * bt_fail.cpp * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/bt/tasks/utility/bt_fail.h b/bt/tasks/utility/bt_fail.h index 8c754a5..5331a74 100644 --- a/bt/tasks/utility/bt_fail.h +++ b/bt/tasks/utility/bt_fail.h @@ -1,7 +1,7 @@ /** * bt_fail.h * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/bt/tasks/utility/bt_random_wait.cpp b/bt/tasks/utility/bt_random_wait.cpp index b03b7c0..d72bbef 100644 --- a/bt/tasks/utility/bt_random_wait.cpp +++ b/bt/tasks/utility/bt_random_wait.cpp @@ -1,7 +1,7 @@ /** * bt_random_wait.cpp * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/bt/tasks/utility/bt_random_wait.h b/bt/tasks/utility/bt_random_wait.h index c1474b1..122f9b8 100644 --- a/bt/tasks/utility/bt_random_wait.h +++ b/bt/tasks/utility/bt_random_wait.h @@ -1,7 +1,7 @@ /** * bt_random_wait.h * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/bt/tasks/utility/bt_wait.cpp b/bt/tasks/utility/bt_wait.cpp index f2623ba..44188e0 100644 --- a/bt/tasks/utility/bt_wait.cpp +++ b/bt/tasks/utility/bt_wait.cpp @@ -1,7 +1,7 @@ /** * bt_wait.cpp * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/bt/tasks/utility/bt_wait.h b/bt/tasks/utility/bt_wait.h index 31f9a9a..e2ed2d3 100644 --- a/bt/tasks/utility/bt_wait.h +++ b/bt/tasks/utility/bt_wait.h @@ -1,7 +1,7 @@ /** * bt_wait.h * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/bt/tasks/utility/bt_wait_ticks.cpp b/bt/tasks/utility/bt_wait_ticks.cpp index 8094d06..5cc6d2a 100644 --- a/bt/tasks/utility/bt_wait_ticks.cpp +++ b/bt/tasks/utility/bt_wait_ticks.cpp @@ -1,7 +1,7 @@ /** * bt_wait_ticks.cpp * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/bt/tasks/utility/bt_wait_ticks.h b/bt/tasks/utility/bt_wait_ticks.h index ee10931..678766b 100644 --- a/bt/tasks/utility/bt_wait_ticks.h +++ b/bt/tasks/utility/bt_wait_ticks.h @@ -1,7 +1,7 @@ /** * bt_wait_ticks.h * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/demo/demo/agents/fireball/fireball.gd b/demo/demo/agents/fireball/fireball.gd index 9101514..513a722 100644 --- a/demo/demo/agents/fireball/fireball.gd +++ b/demo/demo/agents/fireball/fireball.gd @@ -1,7 +1,7 @@ #* #* fireball.gd #* ============================================================================= -#* Copyright 2021-2024 Serhii Snitsaruk +#* Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. #* #* Use of this source code is governed by an MIT-style #* license that can be found in the LICENSE file or at diff --git a/demo/demo/agents/ninja_star/ninja_star.gd b/demo/demo/agents/ninja_star/ninja_star.gd index 7821796..0a1713e 100644 --- a/demo/demo/agents/ninja_star/ninja_star.gd +++ b/demo/demo/agents/ninja_star/ninja_star.gd @@ -1,7 +1,7 @@ #* #* ninja_star.gd #* ============================================================================= -#* Copyright 2021-2024 Serhii Snitsaruk +#* Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. #* #* Use of this source code is governed by an MIT-style #* license that can be found in the LICENSE file or at diff --git a/demo/demo/agents/player/player.gd b/demo/demo/agents/player/player.gd index dd73c92..7c5b19a 100644 --- a/demo/demo/agents/player/player.gd +++ b/demo/demo/agents/player/player.gd @@ -1,7 +1,7 @@ #* #* player.gd #* ============================================================================= -#* Copyright 2021-2024 Serhii Snitsaruk +#* Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. #* #* Use of this source code is governed by an MIT-style #* license that can be found in the LICENSE file or at diff --git a/demo/demo/agents/player/states/attack_state.gd b/demo/demo/agents/player/states/attack_state.gd index 5f1557d..3af48a5 100644 --- a/demo/demo/agents/player/states/attack_state.gd +++ b/demo/demo/agents/player/states/attack_state.gd @@ -1,7 +1,7 @@ #* #* attack_state.gd #* ============================================================================= -#* Copyright 2021-2024 Serhii Snitsaruk +#* Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. #* #* Use of this source code is governed by an MIT-style #* license that can be found in the LICENSE file or at diff --git a/demo/demo/agents/player/states/dodge_state.gd b/demo/demo/agents/player/states/dodge_state.gd index d84ce8b..50b3446 100644 --- a/demo/demo/agents/player/states/dodge_state.gd +++ b/demo/demo/agents/player/states/dodge_state.gd @@ -1,7 +1,7 @@ #* #* dodge_state.gd #* ============================================================================= -#* Copyright 2021-2024 Serhii Snitsaruk +#* Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. #* #* Use of this source code is governed by an MIT-style #* license that can be found in the LICENSE file or at diff --git a/demo/demo/agents/player/states/idle_state.gd b/demo/demo/agents/player/states/idle_state.gd index 4f91c40..61e7ec2 100644 --- a/demo/demo/agents/player/states/idle_state.gd +++ b/demo/demo/agents/player/states/idle_state.gd @@ -1,7 +1,7 @@ #* #* idle_state.gd #* ============================================================================= -#* Copyright 2021-2024 Serhii Snitsaruk +#* Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. #* #* Use of this source code is governed by an MIT-style #* license that can be found in the LICENSE file or at diff --git a/demo/demo/agents/player/states/move_state.gd b/demo/demo/agents/player/states/move_state.gd index dbfcaf8..332732a 100644 --- a/demo/demo/agents/player/states/move_state.gd +++ b/demo/demo/agents/player/states/move_state.gd @@ -1,7 +1,7 @@ #* #* move_state.gd #* ============================================================================= -#* Copyright 2021-2024 Serhii Snitsaruk +#* Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. #* #* Use of this source code is governed by an MIT-style #* license that can be found in the LICENSE file or at diff --git a/demo/demo/agents/scripts/agent_base.gd b/demo/demo/agents/scripts/agent_base.gd index 5814145..e17a0e2 100644 --- a/demo/demo/agents/scripts/agent_base.gd +++ b/demo/demo/agents/scripts/agent_base.gd @@ -1,7 +1,7 @@ #* #* agent_base.gd #* ============================================================================= -#* Copyright 2021-2024 Serhii Snitsaruk +#* Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. #* #* Use of this source code is governed by an MIT-style #* license that can be found in the LICENSE file or at diff --git a/demo/demo/agents/scripts/health.gd b/demo/demo/agents/scripts/health.gd index c4126e8..181c36c 100644 --- a/demo/demo/agents/scripts/health.gd +++ b/demo/demo/agents/scripts/health.gd @@ -1,7 +1,7 @@ #* #* health.gd #* ============================================================================= -#* Copyright 2021-2024 Serhii Snitsaruk +#* Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. #* #* Use of this source code is governed by an MIT-style #* license that can be found in the LICENSE file or at diff --git a/demo/demo/agents/scripts/hitbox.gd b/demo/demo/agents/scripts/hitbox.gd index 9fe85e6..57cb327 100644 --- a/demo/demo/agents/scripts/hitbox.gd +++ b/demo/demo/agents/scripts/hitbox.gd @@ -1,7 +1,7 @@ #* #* hitbox.gd #* ============================================================================= -#* Copyright 2021-2024 Serhii Snitsaruk +#* Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. #* #* Use of this source code is governed by an MIT-style #* license that can be found in the LICENSE file or at diff --git a/demo/demo/agents/scripts/hurtbox.gd b/demo/demo/agents/scripts/hurtbox.gd index 3a21e74..333497f 100644 --- a/demo/demo/agents/scripts/hurtbox.gd +++ b/demo/demo/agents/scripts/hurtbox.gd @@ -1,7 +1,7 @@ #* #* hurtbox.gd #* ============================================================================= -#* Copyright 2021-2024 Serhii Snitsaruk +#* Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. #* #* Use of this source code is governed by an MIT-style #* license that can be found in the LICENSE file or at diff --git a/demo/demo/ai/tasks/arrive_pos.gd b/demo/demo/ai/tasks/arrive_pos.gd index f55bca7..edb53fb 100644 --- a/demo/demo/ai/tasks/arrive_pos.gd +++ b/demo/demo/ai/tasks/arrive_pos.gd @@ -1,7 +1,7 @@ #* #* arrive_pos.gd #* ============================================================================= -#* Copyright 2021-2024 Serhii Snitsaruk +#* Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. #* #* Use of this source code is governed by an MIT-style #* license that can be found in the LICENSE file or at diff --git a/demo/demo/ai/tasks/back_away.gd b/demo/demo/ai/tasks/back_away.gd index 51983ff..3b00388 100644 --- a/demo/demo/ai/tasks/back_away.gd +++ b/demo/demo/ai/tasks/back_away.gd @@ -1,7 +1,7 @@ #* #* back_away.gd #* ============================================================================= -#* Copyright 2021-2024 Serhii Snitsaruk +#* Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. #* #* Use of this source code is governed by an MIT-style #* license that can be found in the LICENSE file or at diff --git a/demo/demo/ai/tasks/face_target.gd b/demo/demo/ai/tasks/face_target.gd index 091c3e4..bf07d64 100644 --- a/demo/demo/ai/tasks/face_target.gd +++ b/demo/demo/ai/tasks/face_target.gd @@ -1,7 +1,7 @@ #* #* face_target.gd #* ============================================================================= -#* Copyright 2021-2024 Serhii Snitsaruk +#* Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. #* #* Use of this source code is governed by an MIT-style #* license that can be found in the LICENSE file or at diff --git a/demo/demo/ai/tasks/get_first_in_group.gd b/demo/demo/ai/tasks/get_first_in_group.gd index 9521058..bd4e642 100644 --- a/demo/demo/ai/tasks/get_first_in_group.gd +++ b/demo/demo/ai/tasks/get_first_in_group.gd @@ -1,7 +1,7 @@ #* #* get_first_in_group.gd #* ============================================================================= -#* Copyright 2021-2024 Serhii Snitsaruk +#* Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. #* #* Use of this source code is governed by an MIT-style #* license that can be found in the LICENSE file or at diff --git a/demo/demo/ai/tasks/in_range.gd b/demo/demo/ai/tasks/in_range.gd index 09f4978..2878595 100644 --- a/demo/demo/ai/tasks/in_range.gd +++ b/demo/demo/ai/tasks/in_range.gd @@ -1,7 +1,7 @@ #* #* in_range.gd #* ============================================================================= -#* Copyright 2021-2024 Serhii Snitsaruk +#* Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. #* #* Use of this source code is governed by an MIT-style #* license that can be found in the LICENSE file or at diff --git a/demo/demo/ai/tasks/is_aligned_with_target.gd b/demo/demo/ai/tasks/is_aligned_with_target.gd index 8d1b3c9..c15ea3a 100644 --- a/demo/demo/ai/tasks/is_aligned_with_target.gd +++ b/demo/demo/ai/tasks/is_aligned_with_target.gd @@ -1,7 +1,7 @@ #* #* is_aligned_with_target.gd #* ============================================================================= -#* Copyright 2021-2024 Serhii Snitsaruk +#* Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. #* #* Use of this source code is governed by an MIT-style #* license that can be found in the LICENSE file or at diff --git a/demo/demo/ai/tasks/move_forward.gd b/demo/demo/ai/tasks/move_forward.gd index 83d2c02..bac5483 100644 --- a/demo/demo/ai/tasks/move_forward.gd +++ b/demo/demo/ai/tasks/move_forward.gd @@ -1,7 +1,7 @@ #* #* move_forward.gd #* ============================================================================= -#* Copyright 2021-2024 Serhii Snitsaruk +#* Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. #* #* Use of this source code is governed by an MIT-style #* license that can be found in the LICENSE file or at diff --git a/demo/demo/ai/tasks/pursue.gd b/demo/demo/ai/tasks/pursue.gd index 25b02d1..aee5eaa 100644 --- a/demo/demo/ai/tasks/pursue.gd +++ b/demo/demo/ai/tasks/pursue.gd @@ -1,7 +1,7 @@ #* #* pursue.gd #* ============================================================================= -#* Copyright 2021-2024 Serhii Snitsaruk +#* Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. #* #* Use of this source code is governed by an MIT-style #* license that can be found in the LICENSE file or at diff --git a/demo/demo/ai/tasks/select_flanking_pos.gd b/demo/demo/ai/tasks/select_flanking_pos.gd index cc44556..78687ff 100644 --- a/demo/demo/ai/tasks/select_flanking_pos.gd +++ b/demo/demo/ai/tasks/select_flanking_pos.gd @@ -1,7 +1,7 @@ #* #* select_flanking_pos.gd #* ============================================================================= -#* Copyright 2021-2024 Serhii Snitsaruk +#* Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. #* #* Use of this source code is governed by an MIT-style #* license that can be found in the LICENSE file or at diff --git a/doc/source/conf.py b/doc/source/conf.py index aaaa3b7..4455069 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -7,7 +7,7 @@ # https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information project = "LimboAI" -copyright = "2021-present Serhii Snitsaruk and the LimboAI contributors" +copyright = "2023-present Serhii Snitsaruk and the LimboAI contributors" author = "Serhii Snitsaruk and the LimboAI contributors" release = "1.0" diff --git a/editor/action_banner.cpp b/editor/action_banner.cpp index 8025476..c08ecca 100644 --- a/editor/action_banner.cpp +++ b/editor/action_banner.cpp @@ -1,7 +1,7 @@ /** * action_banner.cpp * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/editor/action_banner.h b/editor/action_banner.h index b8854e8..db04ae9 100644 --- a/editor/action_banner.h +++ b/editor/action_banner.h @@ -1,7 +1,7 @@ /** * action_banner.h * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/editor/blackboard_plan_editor.cpp b/editor/blackboard_plan_editor.cpp index 5e509c0..cb03d21 100644 --- a/editor/blackboard_plan_editor.cpp +++ b/editor/blackboard_plan_editor.cpp @@ -1,7 +1,7 @@ /** * blackboard_plan_editor.cpp * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/editor/blackboard_plan_editor.h b/editor/blackboard_plan_editor.h index a711184..70e85da 100644 --- a/editor/blackboard_plan_editor.h +++ b/editor/blackboard_plan_editor.h @@ -1,7 +1,7 @@ /** * blackboard_plan_editor.h * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/editor/debugger/behavior_tree_data.cpp b/editor/debugger/behavior_tree_data.cpp index efe4ea8..9a11cfa 100644 --- a/editor/debugger/behavior_tree_data.cpp +++ b/editor/debugger/behavior_tree_data.cpp @@ -1,7 +1,7 @@ /** * behavior_tree_data.cpp * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/editor/debugger/behavior_tree_data.h b/editor/debugger/behavior_tree_data.h index 8391250..5b9b6e1 100644 --- a/editor/debugger/behavior_tree_data.h +++ b/editor/debugger/behavior_tree_data.h @@ -1,7 +1,7 @@ /** * behavior_tree_data.h * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/editor/debugger/behavior_tree_view.cpp b/editor/debugger/behavior_tree_view.cpp index 87fd934..164c24f 100644 --- a/editor/debugger/behavior_tree_view.cpp +++ b/editor/debugger/behavior_tree_view.cpp @@ -1,7 +1,7 @@ /** * behavior_tree_view.cpp * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/editor/debugger/behavior_tree_view.h b/editor/debugger/behavior_tree_view.h index 2e8a9f0..f13d882 100644 --- a/editor/debugger/behavior_tree_view.h +++ b/editor/debugger/behavior_tree_view.h @@ -1,7 +1,7 @@ /** * behavior_tree_view.h * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/editor/debugger/limbo_debugger.cpp b/editor/debugger/limbo_debugger.cpp index e4abe35..b67e102 100644 --- a/editor/debugger/limbo_debugger.cpp +++ b/editor/debugger/limbo_debugger.cpp @@ -1,7 +1,7 @@ /** * limbo_debugger.cpp * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/editor/debugger/limbo_debugger.h b/editor/debugger/limbo_debugger.h index 9149026..410e966 100644 --- a/editor/debugger/limbo_debugger.h +++ b/editor/debugger/limbo_debugger.h @@ -1,7 +1,7 @@ /** * limbo_debugger.h * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/editor/debugger/limbo_debugger_plugin.cpp b/editor/debugger/limbo_debugger_plugin.cpp index db6bcb5..252d334 100644 --- a/editor/debugger/limbo_debugger_plugin.cpp +++ b/editor/debugger/limbo_debugger_plugin.cpp @@ -1,7 +1,7 @@ /** * limbo_debugger_plugin.cpp * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/editor/debugger/limbo_debugger_plugin.h b/editor/debugger/limbo_debugger_plugin.h index 8ef3db9..ab82fde 100644 --- a/editor/debugger/limbo_debugger_plugin.h +++ b/editor/debugger/limbo_debugger_plugin.h @@ -1,7 +1,7 @@ /** * limbo_debugger_plugin.h * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/editor/editor_property_bb_param.cpp b/editor/editor_property_bb_param.cpp index 5969baa..7f4d712 100644 --- a/editor/editor_property_bb_param.cpp +++ b/editor/editor_property_bb_param.cpp @@ -1,7 +1,7 @@ /** * editor_property_bb_param.cpp * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/editor/editor_property_bb_param.h b/editor/editor_property_bb_param.h index f9a8499..5353576 100644 --- a/editor/editor_property_bb_param.h +++ b/editor/editor_property_bb_param.h @@ -1,7 +1,7 @@ /** * editor_property_bb_param.h * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/editor/editor_property_property_path.cpp b/editor/editor_property_property_path.cpp index 6d6de88..a111992 100644 --- a/editor/editor_property_property_path.cpp +++ b/editor/editor_property_property_path.cpp @@ -1,7 +1,7 @@ /** * editor_property_path.cpp * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/editor/editor_property_property_path.h b/editor/editor_property_property_path.h index a05ebef..3f951e2 100644 --- a/editor/editor_property_property_path.h +++ b/editor/editor_property_property_path.h @@ -1,7 +1,7 @@ /** * editor_property_path.h * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/editor/editor_property_variable_name.cpp b/editor/editor_property_variable_name.cpp index 158667e..76c3ce8 100644 --- a/editor/editor_property_variable_name.cpp +++ b/editor/editor_property_variable_name.cpp @@ -1,7 +1,7 @@ /** * editor_property_variable_name.cpp * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/editor/editor_property_variable_name.h b/editor/editor_property_variable_name.h index bff47a9..c301672 100644 --- a/editor/editor_property_variable_name.h +++ b/editor/editor_property_variable_name.h @@ -1,7 +1,7 @@ /** * editor_property_variable_name.h * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/editor/limbo_ai_editor_plugin.cpp b/editor/limbo_ai_editor_plugin.cpp index 4a25760..c790895 100644 --- a/editor/limbo_ai_editor_plugin.cpp +++ b/editor/limbo_ai_editor_plugin.cpp @@ -1,7 +1,7 @@ /** * limbo_ai_editor_plugin.cpp * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/editor/limbo_ai_editor_plugin.h b/editor/limbo_ai_editor_plugin.h index fc984bd..663c6f6 100644 --- a/editor/limbo_ai_editor_plugin.h +++ b/editor/limbo_ai_editor_plugin.h @@ -1,7 +1,7 @@ /** * limbo_ai_editor_plugin.h * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/editor/mode_switch_button.cpp b/editor/mode_switch_button.cpp index 9c5ca50..7218426 100644 --- a/editor/mode_switch_button.cpp +++ b/editor/mode_switch_button.cpp @@ -1,7 +1,7 @@ /** * mode_switch_button.cpp * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/editor/mode_switch_button.h b/editor/mode_switch_button.h index 4bc6a09..b0f55ff 100644 --- a/editor/mode_switch_button.h +++ b/editor/mode_switch_button.h @@ -1,7 +1,7 @@ /** * mode_switch_button.h * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/editor/owner_picker.cpp b/editor/owner_picker.cpp index 8dc1b5e..d960674 100644 --- a/editor/owner_picker.cpp +++ b/editor/owner_picker.cpp @@ -1,7 +1,7 @@ /** * owner_picker.cpp * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/editor/owner_picker.h b/editor/owner_picker.h index 9fcb9d8..d184b03 100644 --- a/editor/owner_picker.h +++ b/editor/owner_picker.h @@ -1,7 +1,7 @@ /** * owner_picker.h * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/editor/task_palette.cpp b/editor/task_palette.cpp index b0af452..e20d332 100644 --- a/editor/task_palette.cpp +++ b/editor/task_palette.cpp @@ -1,7 +1,7 @@ /** * task_palette.cpp * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/editor/task_palette.h b/editor/task_palette.h index 4ff3da5..9b71d0d 100644 --- a/editor/task_palette.h +++ b/editor/task_palette.h @@ -1,7 +1,7 @@ /** * task_palette.h * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/editor/task_tree.cpp b/editor/task_tree.cpp index efd57b2..7bcf375 100644 --- a/editor/task_tree.cpp +++ b/editor/task_tree.cpp @@ -1,7 +1,7 @@ /** * task_tree.cpp * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/editor/task_tree.h b/editor/task_tree.h index d096eb3..baca996 100644 --- a/editor/task_tree.h +++ b/editor/task_tree.h @@ -1,7 +1,7 @@ /** * task_tree.h * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/editor/tree_search.cpp b/editor/tree_search.cpp index cea10fc..1dbe7cf 100644 --- a/editor/tree_search.cpp +++ b/editor/tree_search.cpp @@ -1,7 +1,7 @@ /** * tree_search.cpp * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/editor/tree_search.h b/editor/tree_search.h index 3ddf944..f1ad35d 100644 --- a/editor/tree_search.h +++ b/editor/tree_search.h @@ -1,7 +1,7 @@ /** * tree_search.h * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/hsm/limbo_hsm.cpp b/hsm/limbo_hsm.cpp index 714b6b5..eaa1c80 100644 --- a/hsm/limbo_hsm.cpp +++ b/hsm/limbo_hsm.cpp @@ -1,7 +1,7 @@ /** * limbo_hsm.cpp * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/hsm/limbo_hsm.h b/hsm/limbo_hsm.h index 218646b..881014b 100644 --- a/hsm/limbo_hsm.h +++ b/hsm/limbo_hsm.h @@ -1,7 +1,7 @@ /** * limbo_hsm.h * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/hsm/limbo_state.cpp b/hsm/limbo_state.cpp index 8b49df7..72ee00f 100644 --- a/hsm/limbo_state.cpp +++ b/hsm/limbo_state.cpp @@ -1,7 +1,7 @@ /** * limbo_state.cpp * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/hsm/limbo_state.h b/hsm/limbo_state.h index 004afce..02d78a7 100644 --- a/hsm/limbo_state.h +++ b/hsm/limbo_state.h @@ -1,7 +1,7 @@ /** * limbo_state.h * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/register_types.cpp b/register_types.cpp index 51b900f..b2871d6 100644 --- a/register_types.cpp +++ b/register_types.cpp @@ -1,7 +1,7 @@ /** * register_types.cpp * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/register_types.h b/register_types.h index ffae704..4932e53 100644 --- a/register_types.h +++ b/register_types.h @@ -1,7 +1,7 @@ /** * register_types.h * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/tests/limbo_test.h b/tests/limbo_test.h index 225b394..425edee 100644 --- a/tests/limbo_test.h +++ b/tests/limbo_test.h @@ -1,7 +1,7 @@ /** * limbo_test.h * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/tests/test_always_fail.h b/tests/test_always_fail.h index 827d221..e62f645 100644 --- a/tests/test_always_fail.h +++ b/tests/test_always_fail.h @@ -1,7 +1,7 @@ /** * test_always_fail.h * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/tests/test_always_succeed.h b/tests/test_always_succeed.h index 056e84f..16ee610 100644 --- a/tests/test_always_succeed.h +++ b/tests/test_always_succeed.h @@ -1,7 +1,7 @@ /** * test_always_succeed.h * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/tests/test_await_animation.h b/tests/test_await_animation.h index 06c4f52..5aa84a1 100644 --- a/tests/test_await_animation.h +++ b/tests/test_await_animation.h @@ -1,7 +1,7 @@ /** * test_await_animation.h * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/tests/test_bb_param.h b/tests/test_bb_param.h index 8243e6a..5db4da1 100644 --- a/tests/test_bb_param.h +++ b/tests/test_bb_param.h @@ -1,7 +1,7 @@ /** * test_bb_param.h * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/tests/test_call_method.h b/tests/test_call_method.h index 3dd7324..1e59319 100644 --- a/tests/test_call_method.h +++ b/tests/test_call_method.h @@ -1,7 +1,7 @@ /** * test_call_method.h * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/tests/test_check_agent_property.h b/tests/test_check_agent_property.h index 88c0cb4..df0b3a4 100644 --- a/tests/test_check_agent_property.h +++ b/tests/test_check_agent_property.h @@ -1,7 +1,7 @@ /** * test_check_agent_property.h * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/tests/test_check_trigger.h b/tests/test_check_trigger.h index 0f4307a..d05cf76 100644 --- a/tests/test_check_trigger.h +++ b/tests/test_check_trigger.h @@ -1,7 +1,7 @@ /** * test_check_trigger.h * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/tests/test_check_var.h b/tests/test_check_var.h index 4bc1f9c..aa93a57 100644 --- a/tests/test_check_var.h +++ b/tests/test_check_var.h @@ -1,7 +1,7 @@ /** * test_check_var.h * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/tests/test_delay.h b/tests/test_delay.h index 5fa863c..96faabd 100644 --- a/tests/test_delay.h +++ b/tests/test_delay.h @@ -1,7 +1,7 @@ /** * test_delay.h * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/tests/test_dynamic_selector.h b/tests/test_dynamic_selector.h index 77fa892..dd5c0d9 100644 --- a/tests/test_dynamic_selector.h +++ b/tests/test_dynamic_selector.h @@ -1,7 +1,7 @@ /** * test_dynamic_selector.h * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/tests/test_dynamic_sequence.h b/tests/test_dynamic_sequence.h index 5428695..cc0a6df 100644 --- a/tests/test_dynamic_sequence.h +++ b/tests/test_dynamic_sequence.h @@ -1,7 +1,7 @@ /** * test_dynamic_sequence.h * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/tests/test_evaluate_expression.h b/tests/test_evaluate_expression.h index 15702c7..0c9ecfe 100644 --- a/tests/test_evaluate_expression.h +++ b/tests/test_evaluate_expression.h @@ -1,8 +1,7 @@ /** * test_evaluate_expression.h * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk - * Copyright 2024 Wilson E. Alvarez + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/tests/test_for_each.h b/tests/test_for_each.h index 135e565..f03000b 100644 --- a/tests/test_for_each.h +++ b/tests/test_for_each.h @@ -1,7 +1,7 @@ /** * test_for_each.h * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/tests/test_hsm.h b/tests/test_hsm.h index 741c6a2..cf0fcfc 100644 --- a/tests/test_hsm.h +++ b/tests/test_hsm.h @@ -1,7 +1,7 @@ /** * test_hsm.h * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/tests/test_invert.h b/tests/test_invert.h index fffd183..2161d09 100644 --- a/tests/test_invert.h +++ b/tests/test_invert.h @@ -1,7 +1,7 @@ /** * test_invert.h * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/tests/test_new_scope.h b/tests/test_new_scope.h index c5627b7..0c9e281 100644 --- a/tests/test_new_scope.h +++ b/tests/test_new_scope.h @@ -1,7 +1,7 @@ /** * test_new_scope.h * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/tests/test_parallel.h b/tests/test_parallel.h index e81db45..5ef9e28 100644 --- a/tests/test_parallel.h +++ b/tests/test_parallel.h @@ -1,7 +1,7 @@ /** * test_parallel.h * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/tests/test_pause_animation.h b/tests/test_pause_animation.h index 8f7e3fb..4a04742 100644 --- a/tests/test_pause_animation.h +++ b/tests/test_pause_animation.h @@ -1,7 +1,7 @@ /** * test_pause_animation.h * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/tests/test_play_animation.h b/tests/test_play_animation.h index 85c71ec..8efe929 100644 --- a/tests/test_play_animation.h +++ b/tests/test_play_animation.h @@ -1,7 +1,7 @@ /** * test_play_animation.h * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/tests/test_probability.h b/tests/test_probability.h index 6244cd8..6b812aa 100644 --- a/tests/test_probability.h +++ b/tests/test_probability.h @@ -1,7 +1,7 @@ /** * test_probability.h * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/tests/test_probability_selector.h b/tests/test_probability_selector.h index 3b47c59..9cf0024 100644 --- a/tests/test_probability_selector.h +++ b/tests/test_probability_selector.h @@ -1,7 +1,7 @@ /** * test_probability_selector.h * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/tests/test_random_selector.h b/tests/test_random_selector.h index a0e8f1a..9776de3 100644 --- a/tests/test_random_selector.h +++ b/tests/test_random_selector.h @@ -1,7 +1,7 @@ /** * test_random_selector.h * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/tests/test_random_sequence.h b/tests/test_random_sequence.h index 31220df..95ff997 100644 --- a/tests/test_random_sequence.h +++ b/tests/test_random_sequence.h @@ -1,7 +1,7 @@ /** * test_random_sequence.h * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/tests/test_repeat.h b/tests/test_repeat.h index fe1b5f6..27fdebf 100644 --- a/tests/test_repeat.h +++ b/tests/test_repeat.h @@ -1,7 +1,7 @@ /** * test_repeat.h * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/tests/test_repeat_until_failure.h b/tests/test_repeat_until_failure.h index 3903218..b86d409 100644 --- a/tests/test_repeat_until_failure.h +++ b/tests/test_repeat_until_failure.h @@ -1,7 +1,7 @@ /** * test_repeat_until_failure.h * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/tests/test_repeat_until_success.h b/tests/test_repeat_until_success.h index 42a7f06..dc10f7b 100644 --- a/tests/test_repeat_until_success.h +++ b/tests/test_repeat_until_success.h @@ -1,7 +1,7 @@ /** * test_repeat_until_success.h * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/tests/test_run_limit.h b/tests/test_run_limit.h index be79f29..ea5fceb 100644 --- a/tests/test_run_limit.h +++ b/tests/test_run_limit.h @@ -1,7 +1,7 @@ /** * test_run_limit.h * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/tests/test_selector.h b/tests/test_selector.h index 194b89e..b4a6d0a 100644 --- a/tests/test_selector.h +++ b/tests/test_selector.h @@ -1,7 +1,7 @@ /** * test_selector.h * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/tests/test_sequence.h b/tests/test_sequence.h index e08f179..3d29b0a 100644 --- a/tests/test_sequence.h +++ b/tests/test_sequence.h @@ -1,7 +1,7 @@ /** * test_sequence.h * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/tests/test_set_agent_property.h b/tests/test_set_agent_property.h index 50f84b4..1389e24 100644 --- a/tests/test_set_agent_property.h +++ b/tests/test_set_agent_property.h @@ -1,7 +1,7 @@ /** * test_set_agent_property.h * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/tests/test_set_var.h b/tests/test_set_var.h index da214e2..e4c2990 100644 --- a/tests/test_set_var.h +++ b/tests/test_set_var.h @@ -1,7 +1,7 @@ /** * test_set_var.h * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/tests/test_stop_animation.h b/tests/test_stop_animation.h index 1313761..eeb02dd 100644 --- a/tests/test_stop_animation.h +++ b/tests/test_stop_animation.h @@ -1,7 +1,7 @@ /** * test_stop_animation.h * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/tests/test_subtree.h b/tests/test_subtree.h index a5e5204..2bf7232 100644 --- a/tests/test_subtree.h +++ b/tests/test_subtree.h @@ -1,7 +1,7 @@ /** * test_subtree.h * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/tests/test_task.h b/tests/test_task.h index 5e79ae0..a90a170 100644 --- a/tests/test_task.h +++ b/tests/test_task.h @@ -1,7 +1,7 @@ /** * test_task.h * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/tests/test_time_limit.h b/tests/test_time_limit.h index bd453e1..7617377 100644 --- a/tests/test_time_limit.h +++ b/tests/test_time_limit.h @@ -1,7 +1,7 @@ /** * test_time_limit.h * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/tests/test_wait_actions.h b/tests/test_wait_actions.h index 9164e0e..b7b5fed 100644 --- a/tests/test_wait_actions.h +++ b/tests/test_wait_actions.h @@ -1,7 +1,7 @@ /** * test_wait_actions.h * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/util/limbo_compat.cpp b/util/limbo_compat.cpp index 3be7317..89dd716 100644 --- a/util/limbo_compat.cpp +++ b/util/limbo_compat.cpp @@ -1,7 +1,7 @@ /** * limbo_compat.cpp * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/util/limbo_compat.h b/util/limbo_compat.h index ef9da4a..fb17412 100644 --- a/util/limbo_compat.h +++ b/util/limbo_compat.h @@ -1,7 +1,7 @@ #/** * limbo_compat.h * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/util/limbo_string_names.cpp b/util/limbo_string_names.cpp index 793a7da..cb22aff 100644 --- a/util/limbo_string_names.cpp +++ b/util/limbo_string_names.cpp @@ -1,7 +1,7 @@ /** * limbo_string_names.cpp * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/util/limbo_string_names.h b/util/limbo_string_names.h index 3b538cd..8f8abc3 100644 --- a/util/limbo_string_names.h +++ b/util/limbo_string_names.h @@ -1,7 +1,7 @@ /** * limbo_string_names.h * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/util/limbo_task_db.cpp b/util/limbo_task_db.cpp index a4e6f3f..6387c79 100644 --- a/util/limbo_task_db.cpp +++ b/util/limbo_task_db.cpp @@ -1,7 +1,7 @@ /** * limbo_task_db.cpp * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/util/limbo_task_db.h b/util/limbo_task_db.h index 99c21ed..fab6bb1 100644 --- a/util/limbo_task_db.h +++ b/util/limbo_task_db.h @@ -1,7 +1,7 @@ /** * limbo_task_db.h * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/util/limbo_utility.cpp b/util/limbo_utility.cpp index d5ec4a1..efb0f05 100644 --- a/util/limbo_utility.cpp +++ b/util/limbo_utility.cpp @@ -1,7 +1,7 @@ /** * limbo_utility.cpp * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/util/limbo_utility.h b/util/limbo_utility.h index 066ddb0..8832fe6 100644 --- a/util/limbo_utility.h +++ b/util/limbo_utility.h @@ -1,7 +1,7 @@ /** * limbo_utility.h * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at diff --git a/util/limboai_version.h b/util/limboai_version.h index e2da2b6..910af99 100644 --- a/util/limboai_version.h +++ b/util/limboai_version.h @@ -1,7 +1,7 @@ /** * limboai_version.h * ============================================================================= - * Copyright 2021-2024 Serhii Snitsaruk + * Copyright (c) 2023-present Serhii Snitsaruk and the LimboAI contributors. * * Use of this source code is governed by an MIT-style * license that can be found in the LICENSE file or at