Merge topic 'license-rst'

00b6a4b592 bootstrap: Update copyright line extraction for reST markup in LICENSE.rst

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !10425
This commit is contained in:
Brad King 2025-03-05 13:20:30 +00:00 committed by Kitware Robot
commit 5b51e43e9d

View File

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