Skip to content

Commit 1ce0516

Browse files
committed
Update Copyright
Signed-off-by: Neil R. Spruit <neil.r.spruit@intel.com>
1 parent 5c235f0 commit 1ce0516

13 files changed

Lines changed: 13 additions & 13 deletions

File tree

scripts/generate_code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
Copyright (C) 2019-2025 Intel Corporation
2+
Copyright (C) 2019-2026 Intel Corporation
33
44
SPDX-License-Identifier: MIT
55

scripts/templates/validation/to_string.h.mako

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ from templates import helper as th
1111
* ***THIS FILE IS GENERATED. ***
1212
* See to_string.h.mako for modifications
1313
*
14-
* Copyright (C) 2025 Intel Corporation
14+
* Copyright (C) 2025-2026 Intel Corporation
1515
*
1616
* SPDX-License-Identifier: MIT
1717
*

scripts/templates/validation/valddi.cpp.mako

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ from templates import helper as th
1111
* ***THIS FILE IS GENERATED. ***
1212
* See valddi.cpp.mako for modifications
1313
*
14-
* Copyright (C) 2019-2025 Intel Corporation
14+
* Copyright (C) 2019-2026 Intel Corporation
1515
*
1616
* SPDX-License-Identifier: MIT
1717
*

source/layers/validation/ze_valddi.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* ***THIS FILE IS GENERATED. ***
33
* See valddi.cpp.mako for modifications
44
*
5-
* Copyright (C) 2019-2025 Intel Corporation
5+
* Copyright (C) 2019-2026 Intel Corporation
66
*
77
* SPDX-License-Identifier: MIT
88
*

source/layers/validation/ze_validation_layer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
*
3-
* Copyright (C) 2019-2025 Intel Corporation
3+
* Copyright (C) 2019-2026 Intel Corporation
44
*
55
* SPDX-License-Identifier: MIT
66
*

source/layers/validation/zer_valddi.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* ***THIS FILE IS GENERATED. ***
33
* See valddi.cpp.mako for modifications
44
*
5-
* Copyright (C) 2019-2025 Intel Corporation
5+
* Copyright (C) 2019-2026 Intel Corporation
66
*
77
* SPDX-License-Identifier: MIT
88
*

source/layers/validation/zes_valddi.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* ***THIS FILE IS GENERATED. ***
33
* See valddi.cpp.mako for modifications
44
*
5-
* Copyright (C) 2019-2025 Intel Corporation
5+
* Copyright (C) 2019-2026 Intel Corporation
66
*
77
* SPDX-License-Identifier: MIT
88
*

source/layers/validation/zet_valddi.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* ***THIS FILE IS GENERATED. ***
33
* See valddi.cpp.mako for modifications
44
*
5-
* Copyright (C) 2019-2025 Intel Corporation
5+
* Copyright (C) 2019-2026 Intel Corporation
66
*
77
* SPDX-License-Identifier: MIT
88
*

source/utils/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (C) 2024 Intel Corporation
1+
# Copyright (C) 2024-2026 Intel Corporation
22
# SPDX-License-Identifier: MIT
33

44
set(logging_files logging.h logging.cpp ze_to_string.h zes_to_string.h zet_to_string.h zer_to_string.h)

source/utils/ze_to_string.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* ***THIS FILE IS GENERATED. ***
33
* See to_string.h.mako for modifications
44
*
5-
* Copyright (C) 2025 Intel Corporation
5+
* Copyright (C) 2025-2026 Intel Corporation
66
*
77
* SPDX-License-Identifier: MIT
88
*

0 commit comments

Comments
 (0)