1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-10-14 02:08:27 +08:00

LICENSE: Rename Copyright.txt to LICENSE.rst

The name `LICENSE` is now more conventional.
Format as reStructuredText to improve rendering.
This commit is contained in:
Brad King
2025-03-02 20:58:26 -05:00
parent 5317564894
commit 2d42a5444f
11 changed files with 15 additions and 15 deletions

View File

@@ -64,7 +64,7 @@ if test "$cmake_version_rc" != ""; then
cmake_version="${cmake_version}-rc${cmake_version_rc}"
fi
cmake_copyright="`grep '^Copyright .* Kitware' "${cmake_source_dir}/Copyright.txt"`"
cmake_copyright="`grep '^Copyright .* Kitware' "${cmake_source_dir}/LICENSE.rst"`"
cmake_bin_dir_keyword="OTHER"
cmake_data_dir_keyword="OTHER"