From f3e66f35c7888964ec95ce21d41d9bbd5c185a48 Mon Sep 17 00:00:00 2001 From: Dana Robinson Date: Sat, 8 Nov 2025 16:42:21 -0700 Subject: [PATCH 1/3] Rename LICENSE to LICENSE.md This seems to be the standard in TheRock repos --- LICENSE => LICENSE.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename LICENSE => LICENSE.md (100%) diff --git a/LICENSE b/LICENSE.md similarity index 100% rename from LICENSE rename to LICENSE.md From f1e85bbf7fb6cef2b752f32f612283cc41ac72db Mon Sep 17 00:00:00 2001 From: Dana Robinson Date: Sat, 8 Nov 2025 17:12:08 -0700 Subject: [PATCH 2/3] Fix LICENSE-related files --- .github/workflows/ais_ci.yml | 1 - cmake/AISInstall.cmake | 4 +--- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/ais_ci.yml b/.github/workflows/ais_ci.yml index d313b712..77e854d4 100644 --- a/.github/workflows/ais_ci.yml +++ b/.github/workflows/ais_ci.yml @@ -5,7 +5,6 @@ on: types: [opened, synchronize, reopened] # Defaults paths-ignore: - '**.md' - - 'LICENSE' - '.github/CODEOWNERS' concurrency: group: ${{ github.workflow }}-${{ github.ref }} diff --git a/cmake/AISInstall.cmake b/cmake/AISInstall.cmake index 50b825f8..9bcc9692 100644 --- a/cmake/AISInstall.cmake +++ b/cmake/AISInstall.cmake @@ -3,8 +3,6 @@ # SPDX-License-Identifier: MIT # Install hipFile and rocFile -# -# TODO: Rework this to use CPack # From the rocm-cmake repo include(ROCMInstallTargets) @@ -59,7 +57,7 @@ if(BUILD_ROCFILE OR BUILD_HIPFILE) ) # CPack license setup - set(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_SOURCE_DIR}/LICENSE") + set(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_SOURCE_DIR}/LICENSE.md") set(CPACK_RPM_PACKAGE_LICENSE "MIT") # Create the package From f07fb917484d7074228e0bb68be0b0969342bac0 Mon Sep 17 00:00:00 2001 From: Dana Robinson Date: Mon, 10 Nov 2025 11:46:17 -0700 Subject: [PATCH 3/3] Update license badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a068dc0..5fa97fcf 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ > [!CAUTION] > This release is an *early-access* software technology preview. Running production workloads is *not* recommended. -[![MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/ROCm/hipFile/develop/LICENSE) +[![MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/ROCm/hipFile/develop/LICENSE.md) AMD Infinity Storage library that supports IO directly to the GPU