Skip to content

Commit c88f1af

Browse files
committed
Add missing license headers.
1 parent 7438171 commit c88f1af

33 files changed

+97
-1
lines changed

source/code/core/core/public/ice/concept/pimpl_type.hxx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
/// Copyright 2025 - 2025, Dandielo <[email protected]>
2+
/// SPDX-License-Identifier: MIT
3+
14
#pragma once
25
#include <ice/concept/enum_flags.hxx>
36

source/code/core/memsys/public/ice/mem_allocator_utils.hxx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
/// Copyright 2025 - 2025, Dandielo <[email protected]>
2+
/// SPDX-License-Identifier: MIT
3+
14
#pragma once
25
#include <ice/mem_allocator.hxx>
36

source/code/core/utils/private/detail/refcounted.cxx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
/// Copyright 2025 - 2025, Dandielo <[email protected]>
2+
/// SPDX-License-Identifier: MIT
3+
14
#include <ice/detail/refcounted.hxx>
25
#include <ice/assert.hxx>
36

source/code/core/utils/public/ice/detail/refcounted.hxx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
/// Copyright 2025 - 2025, Dandielo <[email protected]>
2+
/// SPDX-License-Identifier: MIT
3+
14
#pragma once
25
#include <ice/base.hxx>
36
#include <ice/mem_allocator.hxx>

source/code/core/utils/public/ice/ptr.hxx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
/// Copyright 2025 - 2025, Dandielo <[email protected]>
2+
/// SPDX-License-Identifier: MIT
3+
14
#pragma once
25
#include <ice/detail/refcounted.hxx>
36

source/code/iceshard/engine/public/ice/ecs/ecs_entity_storage_details.hxx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
/// Copyright 2025 - 2025, Dandielo <[email protected]>
2+
/// SPDX-License-Identifier: MIT
3+
14
#pragma once
25
#include <ice/ecs/ecs_types.hxx>
36

source/code/modules/imgui_module/private/widgets/imgui_style_palette.cxx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
/// Copyright 2025 - 2025, Dandielo <[email protected]>
2+
/// SPDX-License-Identifier: MIT
3+
14
#include <ice/color.hxx>
25
#include <ice/devui_imgui.hxx>
36
#include <ice/string_utils.hxx>

source/code/modules/imgui_module/private/widgets/imgui_style_palette.hxx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
/// Copyright 2025 - 2025, Dandielo <[email protected]>
2+
/// SPDX-License-Identifier: MIT
3+
14
#pragma once
25
#include <ice/mem_allocator.hxx>
36
#include <ice/devui_widget.hxx>

source/code/systems/input_action_system/input_action_system.bff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/// Copyright 2021 - 2023, Dandielo <[email protected]>
1+
/// Copyright 2025 - 2025, Dandielo <[email protected]>
22
/// SPDX-License-Identifier: MIT
33

44
.Project =

source/code/systems/input_action_system/private/input_action.cxx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
/// Copyright 2025 - 2025, Dandielo <[email protected]>
2+
/// SPDX-License-Identifier: MIT
3+
14
#include <ice/input_action.hxx>
25

36
#include <ice/module.hxx>

0 commit comments

Comments
 (0)