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 94406aea..07c690fc 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 a2bb0176..0c53f120 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 f033782d..192002c4 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 eec997aa..4cb36c4f 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 7b1766a9..65403c26 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 fcd67123..ab47eb19 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 0ac6f895..1b3d0f29 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 38893b46..d695c5be 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 66a48b0c..be8ee607 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 d8c29cbb..3acee5bc 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 ea6097c3..7497fdc4 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 41bca7e6..75b49c99 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 75c6e520..ae62fc64 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 3cf032a4..63ef5528 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 fcd83b3f..2e87ba17 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 c841193c..991ec816 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 d98eccd2..fc3215de 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 c5308c18..d9105543 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 262db5f4..94e37a17 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 db43c9e5..15fee5fb 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 0975556a..9c9bf203 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 fe61d73c..aec912d2 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 bc00b057..413ecc7b 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 c98b3cec..7185fd83 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 6755f5e1..d9a32330 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 5639a180..29ea5bcf 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 1daea74e..3a072e60 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 2a698e69..75896c05 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 7056e6d0..4b71ca36 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 460ae1a4..a28fcd9c 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 6f5a382f..bc4a854b 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 ce3cf2b8..a461530b 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 feb058e1..a321393b 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 11270997..3b5aa155 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 bf358108..481fbcd9 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 cf86bc5c..42dd3847 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 92cd7961..47983283 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 e5aca63e..9e18e264 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 288b8f71..2517a436 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 092357ca..6196d3a4 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 3eab7ec6..0d819f93 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 1308437f..a51c959d 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 6e7d9201..0df44e0d 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 9ec753d4..63e380b7 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 622ff98f..a9a8f7a7 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 64d5f4ad..5a80c3fa 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 f2f2ce85..0bbce0a3 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 dd0df105..05db4822 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 d6915293..3710d469 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 eb9ca074..8d36eabb 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 bd7fdf48..7d2ad6ee 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 54499436..2cdac33b 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 fd05879f..8d2cf8bc 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 e891603a..8bc6eb73 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 79feeef7..776f4e69 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 98f092eb..1e2f6b13 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 ce61b32a..f678fd8e 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 9b6bc777..446c7c74 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 029bf90e..1e602f97 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 db5cf56f..7c4e3d20 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 596b27ae..eaab4b6d 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 b5689da1..a25094e2 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 94b055cb..2e7bcfc0 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 9d371531..803d3b11 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 74f426a6..e38bb5d2 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 60500dbb..926a1736 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 de9f07af..625f3109 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 16467603..75dcc8cb 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 1be51e8c..dca9799a 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 11ae322e..02b0b557 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 2e5f92e0..6b2182fb 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 44ee4d88..2ef8c922 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 7022fef2..faedbcbc 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 015cd66f..447b52bf 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 b67f48ed..f743283d 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 3739c2ad..f83b4c6f 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 b05098ad..9e67d86c 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 54e08086..4b220d2d 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 85ed1b21..2f6b142e 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 55066aba..31ae6309 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 9f394190..e388288b 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 5b2369aa..7a8cbcee 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 fcb915d3..2d96f30d 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 8a556157..0b3c75d5 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 d9f3cd59..967cb371 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 c35fc9c3..93914119 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 d4f5854b..350c585e 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 85fe2c8c..70c7de08 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 419da69b..8fd7b022 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 2cc25539..197d7b00 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 21bb62cd..7c6fe43d 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 c16199f5..2afb9edb 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 443f25c9..578e5be9 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 61223da9..50225fa0 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 fdb60e42..ea7245b9 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 12df3663..466377c0 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 fc74f963..75571e21 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 115962b7..4d8beec5 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 1d2558e7..0d12e05e 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 1c6dd8ae..34e927f0 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 b3662f50..e2e68ac3 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 f8d978c6..9599cb0a 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 849d4df5..d0e0b9e6 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 fb4073f9..85f3fed6 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 be69b879..c09ceb89 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 3725dd22..cee822fa 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 4aceae38..14f86b1d 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 4ea27d77..273260ff 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 9852a2f7..d5e8f8a4 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 34bfe5fe..5c1861ec 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 1687dcca..077a0880 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 9124912e..8f62dff9 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 b97504ab..fbb0a180 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 d43e6fa7..e0e664f2 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 fb9e5582..d1723951 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 a2fe9cb0..645883c6 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 4a733dca..5fd29818 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 8d64d6d5..92f2814e 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 a790fbff..6cf86378 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 71f88f19..1d34ad96 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 6f73ba88..bae80992 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 c0214019..0bfd44cd 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 c27fee65..bc8696a8 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 2c3438b1..4c611870 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 ca20ff47..49124ed9 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 d64e079e..22ebd2a5 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 481676a7..a4034d6b 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 0b468047..dcff621a 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 3dd7de71..635e7954 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 dc64a5c9..35db3c8c 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 74f6dcd8..413a29f2 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 b175a9fd..6c9f35d3 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 dbee147e..248c1614 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 1793bbaf..5f4e2af0 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 8c754a53..5331a749 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 b03b7c02..d72bbeff 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 c1474b1e..122f9b83 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 f2623bab..44188e01 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 31f9a9a9..e2ed2d38 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 8094d066..5cc6d2aa 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 ee109317..678766b4 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 9101514e..513a722f 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 7821796a..0a1713ef 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 dd73c923..7c5b19a3 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 5f1557d0..3af48a57 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 d84ce8b0..50b34461 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 4f91c405..61e7ec2e 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 dbfcaf8f..332732ae 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 58141455..e17a0e21 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 c4126e80..181c36c6 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 9fe85e6d..57cb3275 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 3a21e743..333497f6 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 f55bca71..edb53fbf 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 51983ff1..3b00388b 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 091c3e4c..bf07d64e 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 9521058e..bd4e6423 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 09f49781..28785956 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 8d1b3c9a..c15ea3a8 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 83d2c022..bac54830 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 25b02d16..aee5eaa3 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 cc445565..78687ffa 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 aaaa3b7b..4455069e 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 80254766..c08ecca2 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 b8854e82..db04ae92 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 5e509c0b..cb03d215 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 a7111849..70e85da1 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 efe4ea8e..9a11cfa6 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 8391250a..5b9b6e13 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 87fd9343..164c24fb 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 2e8a9f03..f13d8823 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 e4abe359..b67e102c 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 9149026f..410e9660 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 db6bcb53..252d334a 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 8ef3db90..ab82fded 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 5969baa1..7f4d7126 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 f9a84992..53535764 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 6d6de886..a1119925 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 a05ebef7..3f951e24 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 158667e5..76c3ce88 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 bff47a93..c3016727 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 4a257606..c7908956 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 fc984bd6..663c6f6d 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 9c5ca50b..72184261 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 4bc6a09c..b0f55ff0 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 8dc1b5ef..d9606748 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 9fcb9d86..d184b037 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 b0af452d..e20d3325 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 4ff3da53..9b71d0d8 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 efd57b22..7bcf3756 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 d096eb34..baca9960 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 cea10fc3..1dbe7cf2 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 3ddf9445..f1ad35d9 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 714b6b57..eaa1c809 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 218646bd..881014b7 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 8b49df78..72ee00fb 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 004afced..02d78a7a 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 51b900f3..b2871d6d 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 ffae704d..4932e53f 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 225b3949..425edee4 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 827d2216..e62f6456 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 056e84ff..16ee6106 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 06c4f521..5aa84a1f 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 8243e6a8..5db4da12 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 3dd73243..1e59319e 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 88c0cb48..df0b3a4c 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 0f4307a2..d05cf769 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 4bc1f9ce..aa93a579 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 5fa863ce..96faabdf 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 77fa8925..dd5c0d97 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 54286951..cc0a6dff 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 15702c7f..0c9ecfea 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 135e5656..f03000b7 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 741c6a21..cf0fcfc6 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 fffd183c..2161d099 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 c5627b76..0c9e281b 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 e81db45f..5ef9e284 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 8f7e3fbd..4a047429 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 85c71ec9..8efe9292 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 6244cd8f..6b812aa0 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 3b47c599..9cf0024f 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 a0e8f1af..9776de36 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 31220dff..95ff997f 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 fe1b5f63..27fdebfe 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 3903218e..b86d4098 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 42a7f063..dc10f7bc 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 be79f29f..ea5fcebb 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 194b89e9..b4a6d0ae 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 e08f179d..3d29b0a5 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 50f84b48..1389e240 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 da214e21..e4c29908 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 1313761c..eeb02dde 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 a5e52043..2bf72327 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 5e79ae0a..a90a1705 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 bd453e11..76173777 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 9164e0e9..b7b5fed3 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 3be73171..89dd716b 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 ef9da4a2..fb174120 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 793a7da4..cb22aff8 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 3b538cda..8f8abc38 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 a4e6f3fd..6387c797 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 99c21edc..fab6bb1e 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 d5ec4a1b..efb0f055 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 066ddb0b..8832fe6a 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 e2da2b6b..910af99a 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