Skip to content

Commit bfb00a8

Browse files
committed
Update licenses for changed files compared to branch 'master'
1 parent 2bd9f81 commit bfb00a8

File tree

62 files changed

+74
-56
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+74
-56
lines changed

source/code/core/collections/public/ice/array.hxx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
/// Copyright 2026 - 2026, Dandielo <dandielo@iceshard.net>
2+
/// SPDX-License-Identifier: MIT
3+
14
#pragma once
25
#include <ice/container/contiguous_container.hxx>
36
#include <ice/container/resizable_container.hxx>

source/code/core/collections/public/ice/container/basic_container.hxx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
/// Copyright 2026 - 2026, Dandielo <dandielo@iceshard.net>
2+
/// SPDX-License-Identifier: MIT
3+
14
#pragma once
25
#include <ice/container/container_concepts.hxx>
36

source/code/core/collections/public/ice/container/container_concepts.hxx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
/// Copyright 2026 - 2026, Dandielo <dandielo@iceshard.net>
2+
/// SPDX-License-Identifier: MIT
3+
14
#pragma once
25
#include <ice/types/ncount.hxx>
36
#include <ice/types/nindex.hxx>

source/code/core/collections/public/ice/container/contiguous_container.hxx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
/// Copyright 2026 - 2026, Dandielo <dandielo@iceshard.net>
2+
/// SPDX-License-Identifier: MIT
3+
14
#pragma once
25
#include <ice/container/basic_container.hxx>
36

source/code/core/collections/public/ice/container/resizable_container.hxx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
/// Copyright 2026 - 2026, Dandielo <dandielo@iceshard.net>
2+
/// SPDX-License-Identifier: MIT
3+
14
#pragma once
25
#include <ice/container/container_concepts.hxx>
36

source/code/core/collections/public/ice/queue.hxx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
/// Copyright 2026 - 2026, Dandielo <dandielo@iceshard.net>
2+
/// SPDX-License-Identifier: MIT
3+
14
#pragma once
25
#include <ice/container/container_concepts.hxx>
36
#include <ice/container/basic_container.hxx>

source/code/core/collections/public/ice/shard_container.hxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/// Copyright 2022 - 2025, Dandielo <dandielo@iceshard.net>
1+
/// Copyright 2022 - 2026, Dandielo <dandielo@iceshard.net>
22
/// SPDX-License-Identifier: MIT
33

44
#pragma once

source/code/core/collections/tests/test_data_memory.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/// Copyright 2022 - 2025, Dandielo <dandielo@iceshard.net>
1+
/// Copyright 2022 - 2026, Dandielo <dandielo@iceshard.net>
22
/// SPDX-License-Identifier: MIT
33

44
#include <catch2/catch_test_macros.hpp>

source/code/core/collections/tests/test_shard_container.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/// Copyright 2022 - 2025, Dandielo <dandielo@iceshard.net>
1+
/// Copyright 2022 - 2026, Dandielo <dandielo@iceshard.net>
22
/// SPDX-License-Identifier: MIT
33

44
#include <catch2/catch_test_macros.hpp>

source/code/core/memsys/private/mem.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/// Copyright 2022 - 2025, Dandielo <dandielo@iceshard.net>
1+
/// Copyright 2022 - 2026, Dandielo <dandielo@iceshard.net>
22
/// SPDX-License-Identifier: MIT
33

44
#include <ice/mem.hxx>

0 commit comments

Comments
 (0)