CMake/Source/Modules
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
..
CheckCXXLinkerFlag.cmake LICENSE: Replace references to Copyright.txt with LICENSE.rst 2025-03-03 10:43:35 -05:00
CMakeBuildUtilities.cmake curl: Set build options the way we need for CMake 2025-02-14 08:57:11 -05:00
FindJsonCpp.cmake LICENSE: Replace references to Copyright.txt with LICENSE.rst 2025-03-03 10:43:35 -05:00
FindLibRHash.cmake LICENSE: Replace references to Copyright.txt with LICENSE.rst 2025-03-03 10:43:35 -05:00
FindLibUUID.cmake LICENSE: Replace references to Copyright.txt with LICENSE.rst 2025-03-03 10:43:35 -05:00
FindLibUV.cmake LICENSE: Replace references to Copyright.txt with LICENSE.rst 2025-03-03 10:43:35 -05:00
OverrideC.cmake AIX: Add -pthread flag to enable std::thread with GCC 2017-11-28 11:24:26 -05:00
OverrideCXX.cmake AIX: Add -pthread flag to enable std::thread with GCC 2017-11-28 11:24:26 -05:00