CMake/Modules/ExternalProject
Kitware Robot 1772622772 LICENSE: Replace references to Copyright.txt with LICENSE.rst
```
git grep -lz 'Copyright.txt or https://cmake.org/licensing ' |
  while IFS= read -r -d $'\0' f ; do
    sed -i '/Copyright.txt or https:\/\/cmake.org\/licensing / {
              s/Copyright.txt/LICENSE.rst/
            }' "$f" ; done
```
2025-03-03 10:43:35 -05:00
..
cfgcmd.txt.in ExternalProject: Move inline scripts to separate files 2022-01-22 23:00:26 +11:00
download.cmake.in LICENSE: Replace references to Copyright.txt with LICENSE.rst 2025-03-03 10:43:35 -05:00
extractfile.cmake.in LICENSE: Replace references to Copyright.txt with LICENSE.rst 2025-03-03 10:43:35 -05:00
gitclone.cmake.in LICENSE: Replace references to Copyright.txt with LICENSE.rst 2025-03-03 10:43:35 -05:00
gitupdate.cmake.in LICENSE: Replace references to Copyright.txt with LICENSE.rst 2025-03-03 10:43:35 -05:00
hgclone.cmake.in LICENSE: Replace references to Copyright.txt with LICENSE.rst 2025-03-03 10:43:35 -05:00
mkdirs.cmake.in LICENSE: Replace references to Copyright.txt with LICENSE.rst 2025-03-03 10:43:35 -05:00
PatchInfo.txt.in ExternalProject: Avoid reconfigure when updates are disconnected 2023-05-23 22:39:44 +10:00
RepositoryInfo.txt.in ExternalProject: Rerun download on SOURCE_DIR change 2022-02-01 22:31:29 +11:00
shared_internal_commands.cmake ExternalProject: Optionally integrate 'make' job server with INSTALL_COMMAND 2024-11-19 10:22:24 -05:00
stepscript.cmake.in ExternalProject: Enable all policies in internal scripts 2024-10-03 10:23:37 -04:00
UpdateInfo.txt.in ExternalProject: Avoid reconfigure when updates are disconnected 2023-05-23 22:39:44 +10:00
verify.cmake.in LICENSE: Replace references to Copyright.txt with LICENSE.rst 2025-03-03 10:43:35 -05:00