[ROCProfiler-Register/Systems/Compute] Fixing License file name usage (#927)

ROCProfiler-Register/Systems/Compute: The license file name in the CMake install module and other locations was originally LICENSE, but it was recently changed to LICENSE.md, requiring an update to the CMake install module and all other relevant locations.
This commit is contained in:
Ammar ELWazir
2025-09-10 14:46:39 -05:00
committed by GitHub
parent aa90a83e42
commit 2a9700fcd7
12 changed files with 14 additions and 19 deletions
@@ -63,7 +63,7 @@ if [ ${#files_with_missing_copyright[@]} -ne 0 ]; then
else
copyright_notice+="$comS"$'\n'
fi
done < LICENSE
done < LICENSE.md
# Add the notice to the beginning of the file
temp_file=$(mktemp)