Skip to content

Commit d112337

Browse files
committed
Add all licenses back (short version)
1 parent 588a365 commit d112337

File tree

113 files changed

+352
-321
lines changed

Some content is hidden

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

113 files changed

+352
-321
lines changed

.clang-format

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# SPDX-FileCopyrightText: 2025 Copyright (C), Advanced Micro Devices, Inc. All rights reserved.
2+
# SPDX-License-Identifier: Apache-2.0
3+
14
---
25
Language: Cpp
36
# Base style

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 5 additions & 0 deletions

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 5 additions & 0 deletions

.github/ISSUE_TEMPLATE/milestone.md

Lines changed: 5 additions & 0 deletions

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 5 additions & 0 deletions

.github/workflows/ci-lint.yml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,4 @@
1-
# Licensed under the Apache License, Version 2.0 (the License); you may
2-
# not use this file except in compliance with the License.
3-
#
4-
# Unless required by applicable law or agreed to in writing, software
5-
# distributed under the License is distributed on an AS IS BASIS, WITHOUT
6-
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
7-
# See the License for the specific language governing permissions and
8-
# limitations under the License.
9-
#
10-
11-
12-
# SPDX-FileCopyrightText: Copyright (c) 2025, Advanced Micro Devices, Inc. All rights reserved.
13-
#
1+
# SPDX-FileCopyrightText: 2025 Copyright (C), Advanced Micro Devices, Inc. All rights reserved.
142
# SPDX-License-Identifier: Apache-2.0
153

164

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# SPDX-FileCopyrightText: 2025 Copyright (C), Advanced Micro Devices, Inc. All rights reserved.
2+
# SPDX-License-Identifier: Apache-2.0
13

24
/my_install*
35
/ironenv*

CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# SPDX-FileCopyrightText: 2025 Copyright (C), Advanced Micro Devices, Inc. All rights reserved.
2+
# SPDX-License-Identifier: Apache-2.0
3+
14
cmake_minimum_required(VERSION 3.24 FATAL_ERROR)
25

36
project(

CODE_OF_CONDUCT.md

Lines changed: 5 additions & 0 deletions

CONTRIBUTING.md

Lines changed: 5 additions & 0 deletions

0 commit comments

Comments
 (0)