CMake/Auxiliary
Kitware Robot de273b2e11 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 09:56:07 -05:00
..
bash-completion bash-completion: Complete a workflow name after the --workflow option 2024-10-27 21:08:12 +04:00
vim Merge topic 'msvc-runtime-checks' 2025-01-30 08:48:01 -05:00
cmake-mode.el LICENSE: Replace references to Copyright.txt with LICENSE.rst 2025-03-03 09:56:07 -05:00
cmake.m4 LICENSE: Replace references to Copyright.txt with LICENSE.rst 2025-03-03 09:56:07 -05:00
CMakeLists.txt Auxiliary: Add options to control Vim and Emacs file installation 2020-07-21 08:34:30 -04:00