diff options
| author | Kitware Robot <kwrobot@kitware.com> | 2025-03-03 02:08:52 (GMT) |
|---|---|---|
| committer | Brad King <brad.king@kitware.com> | 2025-03-03 15:43:35 (GMT) |
| commit | 1772622772133fad3b348ca4a5b4df3bbd69da75 (patch) | |
| tree | 278796b7fd2086bbe74c573787b6b514ea8c6283 /Modules/FindPython/Support.cmake | |
| parent | 67b6964efa94a4782b7f8082bde77c8947148146 (diff) | |
| download | CMake-1772622772133fad3b348ca4a5b4df3bbd69da75.zip CMake-1772622772133fad3b348ca4a5b4df3bbd69da75.tar.gz CMake-1772622772133fad3b348ca4a5b4df3bbd69da75.tar.bz2 | |
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
```
Diffstat (limited to 'Modules/FindPython/Support.cmake')
| -rw-r--r-- | Modules/FindPython/Support.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/FindPython/Support.cmake b/Modules/FindPython/Support.cmake index 112af84..a9edfa5 100644 --- a/Modules/FindPython/Support.cmake +++ b/Modules/FindPython/Support.cmake @@ -1,5 +1,5 @@ # Distributed under the OSI-approved BSD 3-Clause License. See accompanying -# file Copyright.txt or https://cmake.org/licensing for details. +# file LICENSE.rst or https://cmake.org/licensing for details. # # This file is a "template" file used by various FindPython modules. |
