Skip to content

Commit 11ee2fb

Browse files
committed
Update copyright years to 2026
Updates copyright year ranges across multiple files to include 2026. Also fixes a typo in one header (202 -> 2026) and aligns code formatting for improved readability. Happy New Year!
1 parent cb59615 commit 11ee2fb

10 files changed

Lines changed: 14 additions & 14 deletions

File tree

antora/modules/ROOT/nav.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
////
2-
- Copyright (c) 2023-2025, Holochip Inc
3-
- Copyright (c) 2023-2025, Sascha Willems
4-
- Copyright (c) 2025, Arm Limited and Contributors
2+
- Copyright (c) 2023-2026, Holochip Inc
3+
- Copyright (c) 2023-2026, Sascha Willems
4+
- Copyright (c) 2026, Arm Limited and Contributors
55
-
66
- SPDX-License-Identifier: Apache-2.0
77
-

framework/vulkan_type_mapping.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
/* Copyright (c) 2025, Arm Limited and Contributors
2-
* Copyright (c) 2024-2025, NVIDIA CORPORATION. All rights reserved.
1+
/* Copyright (c) 2026, Arm Limited and Contributors
2+
* Copyright (c) 2024-2026, NVIDIA CORPORATION. All rights reserved.
33
*
44
* SPDX-License-Identifier: Apache-2.0
55
*

samples/extensions/README.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
////
2-
- Copyright (c) 2025, Arm Limited and Contributors
3-
- Copyright (c) 2021-2025, The Khronos Group
2+
- Copyright (c) 2026, Arm Limited and Contributors
3+
- Copyright (c) 2021-2026, The Khronos Group
44
-
55
- SPDX-License-Identifier: Apache-2.0
66
-

samples/extensions/compute_shader_derivatives/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2025, Holochip Inc.
1+
# Copyright (c) 2026, Holochip Inc.
22

33
# SPDX-License-Identifier: Apache-2.0
44
#

samples/extensions/compute_shader_derivatives/README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
////
2-
- Copyright (c) 2025, Holochip Inc.
2+
- Copyright (c) 2025-2026, Holochip Inc.
33
-
44
- SPDX-License-Identifier: Apache-2.0
55
-

samples/extensions/compute_shader_derivatives/compute_shader_derivatives.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (c) 2025, Holochip Inc.
1+
/* Copyright (c) 2026, Holochip Inc.
22
*
33
* SPDX-License-Identifier: Apache-2.0
44
*

samples/extensions/compute_shader_derivatives/compute_shader_derivatives.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (c) 2025, Holochip Inc.
1+
/* Copyright (c) 202, Holochip Inc.
22
*
33
* SPDX-License-Identifier: Apache-2.0
44
*

shaders/compute_shader_derivatives/slang/derivatives.comp.slang

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (c) 2025, Holochip Inc
1+
/* Copyright (c) 2026, Holochip Inc
22
*
33
* SPDX-License-Identifier: Apache-2.0
44
*

shaders/compute_shader_derivatives/slang/fullscreen.frag.slang

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (c) 2025, Holochip Inc.
1+
/* Copyright (c) 2026, Holochip Inc.
22
*
33
* SPDX-License-Identifier: Apache-2.0
44
*

shaders/compute_shader_derivatives/slang/fullscreen.vert.slang

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (c) 2025, Holochip Inc.
1+
/* Copyright (c) 2026, Holochip Inc.
22
*
33
* SPDX-License-Identifier: Apache-2.0
44
*

0 commit comments

Comments
 (0)