Skip to content

Commit 7919b00

Browse files
authored
Add MIT license to TOSA extended instruction set grammar (KhronosGroup#534)
1 parent 1de2e41 commit 7919b00

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

include/spirv/unified1/TOSA.001000.1.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
// (c) 2022-2025 Arm Ltd.
1+
// SPDX-FileCopyrightText: 2022-2025 Arm Ltd.
2+
// SPDX-License-Identifier: MIT
23

34
#ifndef SPIRV_UNIFIED1_TOSA_001000_1_H_
45
#define SPIRV_UNIFIED1_TOSA_001000_1_H_

include/spirv/unified1/extinst.tosa.001000.1.grammar.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"copyright": [
3-
"(c) 2022-2025 Arm Ltd."
3+
"SPDX-FileCopyrightText: 2022-2025 Arm Ltd.",
4+
"SPDX-License-Identifier: MIT"
45
],
56
"version": 1000000,
67
"revision": 1,

0 commit comments

Comments
 (0)