diff --git a/projects/clr/opencl/packaging/CMakeLists.txt b/projects/clr/opencl/packaging/CMakeLists.txt index 7d9e6366fd..153210946d 100644 --- a/projects/clr/opencl/packaging/CMakeLists.txt +++ b/projects/clr/opencl/packaging/CMakeLists.txt @@ -19,8 +19,8 @@ set(CPACK_RPM_COMPONENT_INSTALL ON) install(TARGETS clinfo DESTINATION ${CMAKE_INSTALL_BINDIR} COMPONENT binary) install(TARGETS amdocl DESTINATION ${CMAKE_INSTALL_LIBDIR} COMPONENT binary) install(TARGETS amdocl DESTINATION ${CMAKE_INSTALL_LIBDIR} COMPONENT asan) -install(FILES ${opencl_SOURCE_DIR}/LICENSE.txt DESTINATION ${CMAKE_INSTALL_DOCDIR} COMPONENT binary) -install(FILES ${opencl_SOURCE_DIR}/LICENSE.txt DESTINATION ${CMAKE_INSTALL_DOCDIR}-asan COMPONENT asan) +install(FILES ${opencl_SOURCE_DIR}/LICENSE.md DESTINATION ${CMAKE_INSTALL_DOCDIR} COMPONENT binary) +install(FILES ${opencl_SOURCE_DIR}/LICENSE.md DESTINATION ${CMAKE_INSTALL_DOCDIR}-asan COMPONENT asan) install(DIRECTORY ${opencl_SOURCE_DIR}/khronos/headers/opencl2.2/CL DESTINATION ${CMAKE_INSTALL_INCLUDEDIR} COMPONENT dev diff --git a/projects/hip/docs/license.md b/projects/hip/docs/license.md index 27dad28c7a..b6e36d7730 100644 --- a/projects/hip/docs/license.md +++ b/projects/hip/docs/license.md @@ -1,4 +1,4 @@ # License -```{include} ../LICENSE.txt +```{include} ../LICENSE.md ``` diff --git a/projects/rocm-core/utils.cmake b/projects/rocm-core/utils.cmake index 1200fb0655..92f0873d3a 100644 --- a/projects/rocm-core/utils.cmake +++ b/projects/rocm-core/utils.cmake @@ -245,7 +245,7 @@ function( configure_debian_pkg PACKAGE_NAME_T COMPONENT_NAME_T PACKAGE_VERSION_T else() # License file install ( FILES ${LICENSE_FILE} - DESTINATION ${CMAKE_INSTALL_DOCDIR} RENAME LICENSE.txt + DESTINATION ${CMAKE_INSTALL_DOCDIR} RENAME LICENSE.md COMPONENT ${COMPONENT_NAME_T}) endif() endfunction() diff --git a/projects/rocprofiler-sdk/CONTRIBUTING.md b/projects/rocprofiler-sdk/CONTRIBUTING.md index f8adbab82c..cd9b11fa1e 100644 --- a/projects/rocprofiler-sdk/CONTRIBUTING.md +++ b/projects/rocprofiler-sdk/CONTRIBUTING.md @@ -34,7 +34,7 @@ By creating a pull request, you agree to the statements made in the [code licens ## Code License ## -All code contributed to this project will be licensed under the license identified in the [License.txt](../LICENSE.txt). Your contribution will be accepted under the same license. +All code contributed to this project will be licensed under the license identified in the [LICENSE.md](../LICENSE.md). Your contribution will be accepted under the same license. ## Release Cadence ##