Skip to content

Commit 2b19e54

Browse files
committed
Updated license headers in all recently changed files.
1 parent 74496ca commit 2b19e54

File tree

39 files changed

+47
-35
lines changed

39 files changed

+47
-35
lines changed

source/code/core/collections/public/ice/container/impl/array_impl.inl

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

44
namespace ice

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 - 2024, Dandielo <dandielo@iceshard.net>
1+
/// Copyright 2022 - 2025, Dandielo <dandielo@iceshard.net>
22
/// SPDX-License-Identifier: MIT
33

44
#pragma once

source/code/core/core/public/ice/build/info.hxx

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

source/code/core/core/public/ice/os.hxx

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

44
#pragma once

source/code/core/core/public/ice/os/windows.hxx

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

44
#pragma once

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

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

44
#pragma once

source/code/core/modules/private/module.cxx

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

44
#include <ice/module.hxx>

source/code/core/modules/private/module_globals.hxx

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

44
#pragma once

source/code/core/modules/private/module_native.cxx

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

44
#include "module_native.hxx"

source/code/core/modules/private/module_native.hxx

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

44
#pragma once

0 commit comments

Comments
 (0)