Skip to content

Commit 891b787

Browse files
authored
Add copyright notices and license identifiers (#3660)
Adds copyright notices and SPDX license identifiers to * CMake files * Python and bash scripts * C, C++ and HIP code * GitHub actions/workflows Strips the full licenses where they have been provided in-line. Preexisting copyright notices and license identifiers are not modified. Closes #200.
1 parent b7533bf commit 891b787

436 files changed

Lines changed: 1287 additions & 42 deletions

File tree

Some content is hidden

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

.github/actions/setup_test_environment/action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Copyright Advanced Micro Devices, Inc.
2+
# SPDX-License-Identifier: MIT
3+
14
name: "Setup test environment"
25

36
description: Setup ROCm test environment from built artifacts

.github/workflows/build_linux_jax_wheels.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Copyright Advanced Micro Devices, Inc.
2+
# SPDX-License-Identifier: MIT
3+
14
name: Build Portable Linux JAX Wheels
25

36
on:

.github/workflows/build_native_linux_packages.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Copyright Advanced Micro Devices, Inc.
2+
# SPDX-License-Identifier: MIT
3+
14
name: Build Native Linux Packages
25

36
on:

.github/workflows/build_portable_linux_artifacts.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Copyright Advanced Micro Devices, Inc.
2+
# SPDX-License-Identifier: MIT
3+
14
name: Build Portable Linux Artifacts
25

36
on:

.github/workflows/build_portable_linux_python_packages.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Copyright Advanced Micro Devices, Inc.
2+
# SPDX-License-Identifier: MIT
3+
14
name: Build Portable Linux Python Packages
25

36
on:

.github/workflows/build_portable_linux_pytorch_wheels.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Copyright Advanced Micro Devices, Inc.
2+
# SPDX-License-Identifier: MIT
3+
14
name: Build Portable Linux PyTorch Wheels
25

36
on:

.github/workflows/build_portable_linux_pytorch_wheels_ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Copyright Advanced Micro Devices, Inc.
2+
# SPDX-License-Identifier: MIT
3+
14
# CI variant of build_portable_linux_pytorch_wheels.yml.
25
#
36
# Key differences from the release workflow:

.github/workflows/build_windows_artifacts.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Copyright Advanced Micro Devices, Inc.
2+
# SPDX-License-Identifier: MIT
3+
14
name: Build Windows Artifacts
25

36
on:

.github/workflows/build_windows_python_packages.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Copyright Advanced Micro Devices, Inc.
2+
# SPDX-License-Identifier: MIT
3+
14
name: Build Windows Python Packages
25

36
on:

.github/workflows/build_windows_pytorch_wheels.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Copyright Advanced Micro Devices, Inc.
2+
# SPDX-License-Identifier: MIT
3+
14
name: Build Windows PyTorch Wheels
25

36
on:

0 commit comments

Comments
 (0)