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/LICENSE b/LICENSE.md similarity index 100% rename from LICENSE rename to LICENSE.md 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 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