mirror of
https://github.com/Kitware/CMake.git
synced 2025-12-30 18:29:37 -06:00
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:
@@ -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 script creates a list of compiled Java class files to be added to
|
||||
# a jar file. This avoids including cmake files which get created in
|
||||
|
||||
@@ -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 script deletes compiled Java class files.
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
# Helper script for UseJava.cmake
|
||||
|
||||
|
||||
Reference in New Issue
Block a user