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
```
This commit is contained in:
Kitware Robot
2025-03-02 21:08:52 -05:00
committed by Brad King
parent 67b6964efa
commit 1772622772
2154 changed files with 2155 additions and 2155 deletions

View File

@@ -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 used by EnableLanguage in cmGlobalGenerator to