浏览代码

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
```
Kitware Robot 7 月之前
父节点
当前提交
de273b2e11
共有 100 个文件被更改,包括 101 次插入101 次删除
  1. 1 1
      .hooks-config
  2. 1 1
      Auxiliary/cmake-mode.el
  3. 1 1
      Auxiliary/cmake.m4
  4. 1 1
      CMakeCPack.cmake
  5. 1 1
      CMakeLists.txt
  6. 1 1
      CTestConfig.cmake
  7. 1 1
      CompileFlags.cmake
  8. 1 1
      DartConfig.cmake
  9. 2 2
      Help/dev/documentation.rst
  10. 1 1
      Help/manual/cmake-developer.7.rst
  11. 1 1
      Modules/AddFileDependencies.cmake
  12. 1 1
      Modules/AndroidTestUtilities.cmake
  13. 1 1
      Modules/AndroidTestUtilities/PushToAndroidDevice.cmake
  14. 1 1
      Modules/BundleUtilities.cmake
  15. 1 1
      Modules/CMake.cmake
  16. 1 1
      Modules/CMakeASM-ATTInformation.cmake
  17. 1 1
      Modules/CMakeASMInformation.cmake
  18. 1 1
      Modules/CMakeASM_MARMASMInformation.cmake
  19. 1 1
      Modules/CMakeASM_MASMInformation.cmake
  20. 1 1
      Modules/CMakeASM_NASMInformation.cmake
  21. 1 1
      Modules/CMakeAddFortranSubdirectory.cmake
  22. 1 1
      Modules/CMakeBackwardCompatibilityC.cmake
  23. 1 1
      Modules/CMakeBackwardCompatibilityCXX.cmake
  24. 1 1
      Modules/CMakeBorlandFindMake.cmake
  25. 1 1
      Modules/CMakeCInformation.cmake
  26. 1 1
      Modules/CMakeCSharpInformation.cmake
  27. 1 1
      Modules/CMakeCUDAInformation.cmake
  28. 1 1
      Modules/CMakeCXXInformation.cmake
  29. 1 1
      Modules/CMakeCheckCompilerFlagCommonPatterns.cmake
  30. 1 1
      Modules/CMakeCommonLanguageInclude.cmake
  31. 1 1
      Modules/CMakeCompilerIdDetection.cmake
  32. 1 1
      Modules/CMakeDependentOption.cmake
  33. 1 1
      Modules/CMakeDetermineASM-ATTCompiler.cmake
  34. 1 1
      Modules/CMakeDetermineASMCompiler.cmake
  35. 1 1
      Modules/CMakeDetermineASM_MARMASMCompiler.cmake
  36. 1 1
      Modules/CMakeDetermineASM_MASMCompiler.cmake
  37. 1 1
      Modules/CMakeDetermineASM_NASMCompiler.cmake
  38. 1 1
      Modules/CMakeDetermineCCompiler.cmake
  39. 1 1
      Modules/CMakeDetermineCSharpCompiler.cmake
  40. 1 1
      Modules/CMakeDetermineCUDACompiler.cmake
  41. 1 1
      Modules/CMakeDetermineCXXCompiler.cmake
  42. 1 1
      Modules/CMakeDetermineCompiler.cmake
  43. 1 1
      Modules/CMakeDetermineCompilerABI.cmake
  44. 1 1
      Modules/CMakeDetermineCompilerId.cmake
  45. 1 1
      Modules/CMakeDetermineCompilerSupport.cmake
  46. 1 1
      Modules/CMakeDetermineFortranCompiler.cmake
  47. 1 1
      Modules/CMakeDetermineHIPCompiler.cmake
  48. 1 1
      Modules/CMakeDetermineISPCCompiler.cmake
  49. 1 1
      Modules/CMakeDetermineJavaCompiler.cmake
  50. 1 1
      Modules/CMakeDetermineOBJCCompiler.cmake
  51. 1 1
      Modules/CMakeDetermineOBJCXXCompiler.cmake
  52. 1 1
      Modules/CMakeDetermineRCCompiler.cmake
  53. 1 1
      Modules/CMakeDetermineSwiftCompiler.cmake
  54. 1 1
      Modules/CMakeDetermineSystem.cmake
  55. 1 1
      Modules/CMakeDetermineVSServicePack.cmake
  56. 1 1
      Modules/CMakeExpandImportedTargets.cmake
  57. 1 1
      Modules/CMakeExportBuildSettings.cmake
  58. 1 1
      Modules/CMakeExtraGeneratorDetermineCompilerMacrosAndIncludeDirs.cmake
  59. 1 1
      Modules/CMakeFindBinUtils.cmake
  60. 1 1
      Modules/CMakeFindCodeBlocks.cmake
  61. 1 1
      Modules/CMakeFindDependencyMacro.cmake
  62. 1 1
      Modules/CMakeFindEclipseCDT4.cmake
  63. 1 1
      Modules/CMakeFindFrameworks.cmake
  64. 1 1
      Modules/CMakeFindJavaCommon.cmake
  65. 1 1
      Modules/CMakeFindKate.cmake
  66. 1 1
      Modules/CMakeFindPackageMode.cmake
  67. 1 1
      Modules/CMakeFindSublimeText2.cmake
  68. 1 1
      Modules/CMakeFindWMake.cmake
  69. 1 1
      Modules/CMakeFindXCode.cmake
  70. 1 1
      Modules/CMakeForceCompiler.cmake
  71. 1 1
      Modules/CMakeFortranInformation.cmake
  72. 1 1
      Modules/CMakeGenericSystem.cmake
  73. 1 1
      Modules/CMakeGraphVizOptions.cmake
  74. 1 1
      Modules/CMakeHIPInformation.cmake
  75. 1 1
      Modules/CMakeIOSInstallCombined.cmake
  76. 1 1
      Modules/CMakeISPCInformation.cmake
  77. 1 1
      Modules/CMakeImportBuildSettings.cmake
  78. 1 1
      Modules/CMakeInitializeConfigs.cmake
  79. 1 1
      Modules/CMakeJOMFindMake.cmake
  80. 1 1
      Modules/CMakeJavaInformation.cmake
  81. 1 1
      Modules/CMakeLanguageInformation.cmake
  82. 1 1
      Modules/CMakeMSYSFindMake.cmake
  83. 1 1
      Modules/CMakeMinGWFindMake.cmake
  84. 1 1
      Modules/CMakeNMakeFindMake.cmake
  85. 1 1
      Modules/CMakeNinjaFindMake.cmake
  86. 1 1
      Modules/CMakeOBJCInformation.cmake
  87. 1 1
      Modules/CMakeOBJCXXInformation.cmake
  88. 1 1
      Modules/CMakePackageConfigHelpers.cmake
  89. 1 1
      Modules/CMakeParseArguments.cmake
  90. 1 1
      Modules/CMakeParseImplicitIncludeInfo.cmake
  91. 1 1
      Modules/CMakeParseImplicitLinkInfo.cmake
  92. 1 1
      Modules/CMakeParseLibraryArchitecture.cmake
  93. 1 1
      Modules/CMakePrintHelpers.cmake
  94. 1 1
      Modules/CMakePrintSystemInformation.cmake
  95. 1 1
      Modules/CMakePushCheckState.cmake
  96. 1 1
      Modules/CMakeRCInformation.cmake
  97. 1 1
      Modules/CMakeSwiftCompiler.cmake.in
  98. 1 1
      Modules/CMakeSwiftInformation.cmake
  99. 1 1
      Modules/CMakeSystemSpecificInformation.cmake
  100. 1 1
      Modules/CMakeSystemSpecificInitialize.cmake

+ 1 - 1
.hooks-config

@@ -1,5 +1,5 @@
 # Distributed under the OSI-approved BSD 3-Clause License.  See accompanying
 # 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.
 
 
 # Loaded by .git/hooks/(pre-commit|commit-msg|prepare-commit-msg)
 # Loaded by .git/hooks/(pre-commit|commit-msg|prepare-commit-msg)
 # during git commit after local hooks have been installed.
 # during git commit after local hooks have been installed.

+ 1 - 1
Auxiliary/cmake-mode.el

@@ -3,7 +3,7 @@
 ;; Package-Requires: ((emacs "24.1"))
 ;; Package-Requires: ((emacs "24.1"))
 
 
 ; Distributed under the OSI-approved BSD 3-Clause License.  See accompanying
 ; 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.
 
 
 ;------------------------------------------------------------------------------
 ;------------------------------------------------------------------------------
 
 

+ 1 - 1
Auxiliary/cmake.m4

@@ -1,5 +1,5 @@
 dnl Distributed under the OSI-approved BSD 3-Clause License.  See accompanying
 dnl Distributed under the OSI-approved BSD 3-Clause License.  See accompanying
-dnl file Copyright.txt or https://cmake.org/licensing for details.
+dnl file LICENSE.rst or https://cmake.org/licensing for details.
 
 
 AC_DEFUN([CMAKE_FIND_BINARY],
 AC_DEFUN([CMAKE_FIND_BINARY],
 [AC_ARG_VAR([CMAKE_BINARY], [path to the cmake binary])dnl
 [AC_ARG_VAR([CMAKE_BINARY], [path to the cmake binary])dnl

+ 1 - 1
CMakeCPack.cmake

@@ -1,5 +1,5 @@
 # Distributed under the OSI-approved BSD 3-Clause License.  See accompanying
 # 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.
 
 
 option(CMAKE_INSTALL_DEBUG_LIBRARIES
 option(CMAKE_INSTALL_DEBUG_LIBRARIES
   "Install Microsoft runtime debug libraries with CMake." FALSE)
   "Install Microsoft runtime debug libraries with CMake." FALSE)

+ 1 - 1
CMakeLists.txt

@@ -1,5 +1,5 @@
 # Distributed under the OSI-approved BSD 3-Clause License.  See accompanying
 # 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.
 
 
 cmake_minimum_required(VERSION 3.13...3.30 FATAL_ERROR)
 cmake_minimum_required(VERSION 3.13...3.30 FATAL_ERROR)
 set(CMAKE_USER_MAKE_RULES_OVERRIDE_C ${CMAKE_CURRENT_SOURCE_DIR}/Source/Modules/OverrideC.cmake)
 set(CMAKE_USER_MAKE_RULES_OVERRIDE_C ${CMAKE_CURRENT_SOURCE_DIR}/Source/Modules/OverrideC.cmake)

+ 1 - 1
CTestConfig.cmake

@@ -1,5 +1,5 @@
 # Distributed under the OSI-approved BSD 3-Clause License.  See accompanying
 # 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.
 
 
 # If changing this file, also update Utilities/Sphinx/CTestConfig.cmake
 # If changing this file, also update Utilities/Sphinx/CTestConfig.cmake
 
 

+ 1 - 1
CompileFlags.cmake

@@ -1,5 +1,5 @@
 # Distributed under the OSI-approved BSD 3-Clause License.  See accompanying
 # 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.
 
 
 #-----------------------------------------------------------------------------
 #-----------------------------------------------------------------------------
 # set some special flags for different compilers
 # set some special flags for different compilers

+ 1 - 1
DartConfig.cmake

@@ -1,5 +1,5 @@
 # Distributed under the OSI-approved BSD 3-Clause License.  See accompanying
 # 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.
 
 
 set(CTEST_PROJECT_NAME "CMake")
 set(CTEST_PROJECT_NAME "CMake")
 set(CTEST_NIGHTLY_START_TIME "21:00:00 EDT")
 set(CTEST_NIGHTLY_START_TIME "21:00:00 EDT")

+ 2 - 2
Help/dev/documentation.rst

@@ -632,7 +632,7 @@ license notice:
 .. code-block:: cmake
 .. code-block:: cmake
 
 
  # Distributed under the OSI-approved BSD 3-Clause License.  See accompanying
  # 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.
 
 
 After this notice, add a *BLANK* line.  Then, add documentation using
 After this notice, add a *BLANK* line.  Then, add documentation using
 a `Bracket Comment`_ of the form:
 a `Bracket Comment`_ of the form:
@@ -658,7 +658,7 @@ For example, a ``FindXxx.cmake`` module may contain:
 .. code-block:: cmake
 .. code-block:: cmake
 
 
   # Distributed under the OSI-approved BSD 3-Clause License.  See accompanying
   # 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.
 
 
   #[=======================================================================[.rst:
   #[=======================================================================[.rst:
   FindXxx
   FindXxx

+ 1 - 1
Help/manual/cmake-developer.7.rst

@@ -341,7 +341,7 @@ reStructuredText-format documentation.  For example:
 ::
 ::
 
 
   # Distributed under the OSI-approved BSD 3-Clause License.  See accompanying
   # 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.
 
 
   #[=======================================================================[.rst:
   #[=======================================================================[.rst:
   FindFoo
   FindFoo

+ 1 - 1
Modules/AddFileDependencies.cmake

@@ -1,5 +1,5 @@
 # Distributed under the OSI-approved BSD 3-Clause License.  See accompanying
 # 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.
 
 
 #[=======================================================================[.rst:
 #[=======================================================================[.rst:
 AddFileDependencies
 AddFileDependencies

+ 1 - 1
Modules/AndroidTestUtilities.cmake

@@ -1,5 +1,5 @@
 # Distributed under the OSI-approved BSD 3-Clause License.  See accompanying
 # 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.
 
 
 #[======================================================================[.rst:
 #[======================================================================[.rst:
 AndroidTestUtilities
 AndroidTestUtilities

+ 1 - 1
Modules/AndroidTestUtilities/PushToAndroidDevice.cmake

@@ -1,5 +1,5 @@
 # Distributed under the OSI-approved BSD 3-Clause License.  See accompanying
 # 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 function handles pushing all of the test files needed to the device.
 # This function handles pushing all of the test files needed to the device.
 # It places the data files in the object store and makes links to them from
 # It places the data files in the object store and makes links to them from

+ 1 - 1
Modules/BundleUtilities.cmake

@@ -1,5 +1,5 @@
 # Distributed under the OSI-approved BSD 3-Clause License.  See accompanying
 # 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.
 
 
 #[=======================================================================[.rst:
 #[=======================================================================[.rst:
 BundleUtilities
 BundleUtilities

+ 1 - 1
Modules/CMake.cmake

@@ -1,5 +1,5 @@
 # Distributed under the OSI-approved BSD 3-Clause License.  See accompanying
 # 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 cmake.cxx to compute the CMAKE_ROOT location.
 # This file is used by cmake.cxx to compute the CMAKE_ROOT location.

+ 1 - 1
Modules/CMakeASM-ATTInformation.cmake

@@ -1,5 +1,5 @@
 # Distributed under the OSI-approved BSD 3-Clause License.  See accompanying
 # 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.
 
 
 
 
 # support for AT&T syntax assemblers, e.g. GNU as
 # support for AT&T syntax assemblers, e.g. GNU as

+ 1 - 1
Modules/CMakeASMInformation.cmake

@@ -1,5 +1,5 @@
 # Distributed under the OSI-approved BSD 3-Clause License.  See accompanying
 # 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.
 
 
 
 
 if(UNIX)
 if(UNIX)

+ 1 - 1
Modules/CMakeASM_MARMASMInformation.cmake

@@ -1,5 +1,5 @@
 # Distributed under the OSI-approved BSD 3-Clause License.  See accompanying
 # 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.
 
 
 
 
 # support for the MS ARM assembler, marmasm and marmasm64
 # support for the MS ARM assembler, marmasm and marmasm64

+ 1 - 1
Modules/CMakeASM_MASMInformation.cmake

@@ -1,5 +1,5 @@
 # Distributed under the OSI-approved BSD 3-Clause License.  See accompanying
 # 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.
 
 
 
 
 # support for the MS assembler, masm and masm64
 # support for the MS assembler, masm and masm64

+ 1 - 1
Modules/CMakeASM_NASMInformation.cmake

@@ -1,5 +1,5 @@
 # Distributed under the OSI-approved BSD 3-Clause License.  See accompanying
 # 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.
 
 
 
 
 # support for the nasm assembler
 # support for the nasm assembler

+ 1 - 1
Modules/CMakeAddFortranSubdirectory.cmake

@@ -1,5 +1,5 @@
 # Distributed under the OSI-approved BSD 3-Clause License.  See accompanying
 # 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.
 
 
 #[=======================================================================[.rst:
 #[=======================================================================[.rst:
 CMakeAddFortranSubdirectory
 CMakeAddFortranSubdirectory

+ 1 - 1
Modules/CMakeBackwardCompatibilityC.cmake

@@ -1,5 +1,5 @@
 # Distributed under the OSI-approved BSD 3-Clause License.  See accompanying
 # 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.
 
 
 
 
 if(NOT CMAKE_SKIP_COMPATIBILITY_TESTS)
 if(NOT CMAKE_SKIP_COMPATIBILITY_TESTS)

+ 1 - 1
Modules/CMakeBackwardCompatibilityCXX.cmake

@@ -1,5 +1,5 @@
 # Distributed under the OSI-approved BSD 3-Clause License.  See accompanying
 # 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.
 
 
 #[=======================================================================[.rst:
 #[=======================================================================[.rst:
 CMakeBackwardCompatibilityCXX
 CMakeBackwardCompatibilityCXX

+ 1 - 1
Modules/CMakeBorlandFindMake.cmake

@@ -1,5 +1,5 @@
 # Distributed under the OSI-approved BSD 3-Clause License.  See accompanying
 # 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.
 
 
 
 
 set (CMAKE_MAKE_PROGRAM "make" CACHE STRING
 set (CMAKE_MAKE_PROGRAM "make" CACHE STRING

+ 1 - 1
Modules/CMakeCInformation.cmake

@@ -1,5 +1,5 @@
 # Distributed under the OSI-approved BSD 3-Clause License.  See accompanying
 # 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 sets the basic flags for the C language in CMake.
 # This file sets the basic flags for the C language in CMake.

+ 1 - 1
Modules/CMakeCSharpInformation.cmake

@@ -1,5 +1,5 @@
 # Distributed under the OSI-approved BSD 3-Clause License.  See accompanying
 # 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 sets the basic flags for the C# language in CMake.
 # This file sets the basic flags for the C# language in CMake.
 # It also loads the available platform file for the system-compiler
 # It also loads the available platform file for the system-compiler

+ 1 - 1
Modules/CMakeCUDAInformation.cmake

@@ -1,5 +1,5 @@
 # Distributed under the OSI-approved BSD 3-Clause License.  See accompanying
 # 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.
 
 
 if(UNIX)
 if(UNIX)
   set(CMAKE_CUDA_OUTPUT_EXTENSION .o)
   set(CMAKE_CUDA_OUTPUT_EXTENSION .o)

+ 1 - 1
Modules/CMakeCXXInformation.cmake

@@ -1,5 +1,5 @@
 # Distributed under the OSI-approved BSD 3-Clause License.  See accompanying
 # 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 sets the basic flags for the C++ language in CMake.
 # This file sets the basic flags for the C++ language in CMake.

+ 1 - 1
Modules/CMakeCheckCompilerFlagCommonPatterns.cmake

@@ -1,5 +1,5 @@
 # Distributed under the OSI-approved BSD 3-Clause License.  See accompanying
 # 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.
 
 
 
 
 # Do NOT include this module directly into any of your code. It is meant as
 # Do NOT include this module directly into any of your code. It is meant as

+ 1 - 1
Modules/CMakeCommonLanguageInclude.cmake

@@ -1,5 +1,5 @@
 # Distributed under the OSI-approved BSD 3-Clause License.  See accompanying
 # 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 has flags that are shared across languages and sets
 # this file has flags that are shared across languages and sets

+ 1 - 1
Modules/CMakeCompilerIdDetection.cmake

@@ -1,5 +1,5 @@
 # Distributed under the OSI-approved BSD 3-Clause License.  See accompanying
 # 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.
 
 
 
 
 function(_readFile file)
 function(_readFile file)

+ 1 - 1
Modules/CMakeDependentOption.cmake

@@ -1,5 +1,5 @@
 # Distributed under the OSI-approved BSD 3-Clause License.  See accompanying
 # 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.
 
 
 #[=======================================================================[.rst:
 #[=======================================================================[.rst:
 CMakeDependentOption
 CMakeDependentOption

+ 1 - 1
Modules/CMakeDetermineASM-ATTCompiler.cmake

@@ -1,5 +1,5 @@
 # Distributed under the OSI-approved BSD 3-Clause License.  See accompanying
 # 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.
 
 
 
 
 # determine the compiler to use for ASM using AT&T syntax, e.g. GNU as
 # determine the compiler to use for ASM using AT&T syntax, e.g. GNU as

+ 1 - 1
Modules/CMakeDetermineASMCompiler.cmake

@@ -1,5 +1,5 @@
 # Distributed under the OSI-approved BSD 3-Clause License.  See accompanying
 # 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.
 
 
 
 
 # determine the compiler to use for ASM programs
 # determine the compiler to use for ASM programs

+ 1 - 1
Modules/CMakeDetermineASM_MARMASMCompiler.cmake

@@ -1,5 +1,5 @@
 # Distributed under the OSI-approved BSD 3-Clause License.  See accompanying
 # 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.
 
 
 
 
 # Find the MS ARM assembler (marmasm or marmasm64)
 # Find the MS ARM assembler (marmasm or marmasm64)

+ 1 - 1
Modules/CMakeDetermineASM_MASMCompiler.cmake

@@ -1,5 +1,5 @@
 # Distributed under the OSI-approved BSD 3-Clause License.  See accompanying
 # 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.
 
 
 
 
 # Find the MS assembler (masm or masm64)
 # Find the MS assembler (masm or masm64)

+ 1 - 1
Modules/CMakeDetermineASM_NASMCompiler.cmake

@@ -1,5 +1,5 @@
 # Distributed under the OSI-approved BSD 3-Clause License.  See accompanying
 # 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.
 
 
 
 
 # Find the nasm assembler. yasm (http://www.tortall.net/projects/yasm/) is nasm compatible
 # Find the nasm assembler. yasm (http://www.tortall.net/projects/yasm/) is nasm compatible

+ 1 - 1
Modules/CMakeDetermineCCompiler.cmake

@@ -1,5 +1,5 @@
 # Distributed under the OSI-approved BSD 3-Clause License.  See accompanying
 # 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.
 
 
 
 
 # determine the compiler to use for C programs
 # determine the compiler to use for C programs

+ 1 - 1
Modules/CMakeDetermineCSharpCompiler.cmake

@@ -1,5 +1,5 @@
 # Distributed under the OSI-approved BSD 3-Clause License.  See accompanying
 # 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.
 
 
 if(NOT ${CMAKE_GENERATOR} MATCHES "Visual Studio")
 if(NOT ${CMAKE_GENERATOR} MATCHES "Visual Studio")
   message(FATAL_ERROR
   message(FATAL_ERROR

+ 1 - 1
Modules/CMakeDetermineCUDACompiler.cmake

@@ -1,5 +1,5 @@
 # Distributed under the OSI-approved BSD 3-Clause License.  See accompanying
 # 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.
 
 
 include(${CMAKE_ROOT}/Modules/CMakeDetermineCompiler.cmake)
 include(${CMAKE_ROOT}/Modules/CMakeDetermineCompiler.cmake)
 include(${CMAKE_ROOT}/Modules/CMakeParseImplicitLinkInfo.cmake)
 include(${CMAKE_ROOT}/Modules/CMakeParseImplicitLinkInfo.cmake)

+ 1 - 1
Modules/CMakeDetermineCXXCompiler.cmake

@@ -1,5 +1,5 @@
 # Distributed under the OSI-approved BSD 3-Clause License.  See accompanying
 # 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.
 
 
 
 
 # determine the compiler to use for C++ programs
 # determine the compiler to use for C++ programs

+ 1 - 1
Modules/CMakeDetermineCompiler.cmake

@@ -1,5 +1,5 @@
 # Distributed under the OSI-approved BSD 3-Clause License.  See accompanying
 # 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.
 
 
 
 
 macro(_cmake_find_compiler lang)
 macro(_cmake_find_compiler lang)

+ 1 - 1
Modules/CMakeDetermineCompilerABI.cmake

@@ -1,5 +1,5 @@
 # Distributed under the OSI-approved BSD 3-Clause License.  See accompanying
 # 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.
 
 
 
 
 # Function to compile a source file to identify the compiler ABI.
 # Function to compile a source file to identify the compiler ABI.

+ 1 - 1
Modules/CMakeDetermineCompilerId.cmake

@@ -1,5 +1,5 @@
 # Distributed under the OSI-approved BSD 3-Clause License.  See accompanying
 # 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.
 
 
 macro(__determine_compiler_id_test testflags_var userflags_var)
 macro(__determine_compiler_id_test testflags_var userflags_var)
   set(_CMAKE_${lang}_COMPILER_ID_LOG "")
   set(_CMAKE_${lang}_COMPILER_ID_LOG "")

+ 1 - 1
Modules/CMakeDetermineCompilerSupport.cmake

@@ -1,5 +1,5 @@
 # Distributed under the OSI-approved BSD 3-Clause License.  See accompanying
 # 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.
 
 
 
 
 function(cmake_determine_compiler_support lang)
 function(cmake_determine_compiler_support lang)

+ 1 - 1
Modules/CMakeDetermineFortranCompiler.cmake

@@ -1,5 +1,5 @@
 # Distributed under the OSI-approved BSD 3-Clause License.  See accompanying
 # 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.
 
 
 
 
 # determine the compiler to use for Fortran programs
 # determine the compiler to use for Fortran programs

+ 1 - 1
Modules/CMakeDetermineHIPCompiler.cmake

@@ -1,5 +1,5 @@
 # Distributed under the OSI-approved BSD 3-Clause License.  See accompanying
 # 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.
 
 
 include(${CMAKE_ROOT}/Modules/CMakeDetermineCompiler.cmake)
 include(${CMAKE_ROOT}/Modules/CMakeDetermineCompiler.cmake)
 include(${CMAKE_ROOT}/Modules/CMakeParseImplicitLinkInfo.cmake)
 include(${CMAKE_ROOT}/Modules/CMakeParseImplicitLinkInfo.cmake)

+ 1 - 1
Modules/CMakeDetermineISPCCompiler.cmake

@@ -1,5 +1,5 @@
 # Distributed under the OSI-approved BSD 3-Clause License.  See accompanying
 # 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.
 
 
 
 
 # determine the compiler to use for ISPC programs
 # determine the compiler to use for ISPC programs

+ 1 - 1
Modules/CMakeDetermineJavaCompiler.cmake

@@ -1,5 +1,5 @@
 # Distributed under the OSI-approved BSD 3-Clause License.  See accompanying
 # 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.
 
 
 
 
 # determine the compiler to use for Java programs
 # determine the compiler to use for Java programs

+ 1 - 1
Modules/CMakeDetermineOBJCCompiler.cmake

@@ -1,5 +1,5 @@
 # Distributed under the OSI-approved BSD 3-Clause License.  See accompanying
 # 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.
 
 
 
 
 # determine the compiler to use for Objective-C programs
 # determine the compiler to use for Objective-C programs

+ 1 - 1
Modules/CMakeDetermineOBJCXXCompiler.cmake

@@ -1,5 +1,5 @@
 # Distributed under the OSI-approved BSD 3-Clause License.  See accompanying
 # 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.
 
 
 
 
 # determine the compiler to use for Objective-C++ programs
 # determine the compiler to use for Objective-C++ programs

+ 1 - 1
Modules/CMakeDetermineRCCompiler.cmake

@@ -1,5 +1,5 @@
 # Distributed under the OSI-approved BSD 3-Clause License.  See accompanying
 # 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.
 
 
 
 
 # determine the compiler to use for RC programs
 # determine the compiler to use for RC programs

+ 1 - 1
Modules/CMakeDetermineSwiftCompiler.cmake

@@ -1,5 +1,5 @@
 # Distributed under the OSI-approved BSD 3-Clause License.  See accompanying
 # 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.
 
 
 include(${CMAKE_ROOT}/Modules/CMakeDetermineCompiler.cmake)
 include(${CMAKE_ROOT}/Modules/CMakeDetermineCompiler.cmake)
 
 

+ 1 - 1
Modules/CMakeDetermineSystem.cmake

@@ -1,5 +1,5 @@
 # Distributed under the OSI-approved BSD 3-Clause License.  See accompanying
 # 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 module is used by the Makefile generator to determine the following variables:
 # This module is used by the Makefile generator to determine the following variables:

+ 1 - 1
Modules/CMakeDetermineVSServicePack.cmake

@@ -1,5 +1,5 @@
 # Distributed under the OSI-approved BSD 3-Clause License.  See accompanying
 # 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.
 
 
 #[=======================================================================[.rst:
 #[=======================================================================[.rst:
 CMakeDetermineVSServicePack
 CMakeDetermineVSServicePack

+ 1 - 1
Modules/CMakeExpandImportedTargets.cmake

@@ -1,5 +1,5 @@
 # Distributed under the OSI-approved BSD 3-Clause License.  See accompanying
 # 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.
 
 
 #[=======================================================================[.rst:
 #[=======================================================================[.rst:
 CMakeExpandImportedTargets
 CMakeExpandImportedTargets

+ 1 - 1
Modules/CMakeExportBuildSettings.cmake

@@ -1,5 +1,5 @@
 # Distributed under the OSI-approved BSD 3-Clause License.  See accompanying
 # 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 module is purposely no longer documented.  It does nothing useful.
 # This module is purposely no longer documented.  It does nothing useful.

+ 1 - 1
Modules/CMakeExtraGeneratorDetermineCompilerMacrosAndIncludeDirs.cmake

@@ -1,5 +1,5 @@
 # Distributed under the OSI-approved BSD 3-Clause License.  See accompanying
 # 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 included by CMakeFindEclipseCDT4.cmake and CMakeFindCodeBlocks.cmake
 # This file is included by CMakeFindEclipseCDT4.cmake and CMakeFindCodeBlocks.cmake

+ 1 - 1
Modules/CMakeFindBinUtils.cmake

@@ -1,5 +1,5 @@
 # Distributed under the OSI-approved BSD 3-Clause License.  See accompanying
 # 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.
 
 
 
 
 # search for additional tools required for C/C++ (and other languages ?)
 # search for additional tools required for C/C++ (and other languages ?)

+ 1 - 1
Modules/CMakeFindCodeBlocks.cmake

@@ -1,5 +1,5 @@
 # Distributed under the OSI-approved BSD 3-Clause License.  See accompanying
 # 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 included in CMakeSystemSpecificInformation.cmake if
 # This file is included in CMakeSystemSpecificInformation.cmake if

+ 1 - 1
Modules/CMakeFindDependencyMacro.cmake

@@ -1,5 +1,5 @@
 # Distributed under the OSI-approved BSD 3-Clause License.  See accompanying
 # 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.
 
 
 #[=======================================================================[.rst:
 #[=======================================================================[.rst:
 CMakeFindDependencyMacro
 CMakeFindDependencyMacro

+ 1 - 1
Modules/CMakeFindEclipseCDT4.cmake

@@ -1,5 +1,5 @@
 # Distributed under the OSI-approved BSD 3-Clause License.  See accompanying
 # 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 included in CMakeSystemSpecificInformation.cmake if
 # This file is included in CMakeSystemSpecificInformation.cmake if

+ 1 - 1
Modules/CMakeFindFrameworks.cmake

@@ -1,5 +1,5 @@
 # Distributed under the OSI-approved BSD 3-Clause License.  See accompanying
 # 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.
 
 
 #[=======================================================================[.rst:
 #[=======================================================================[.rst:
 CMakeFindFrameworks
 CMakeFindFrameworks

+ 1 - 1
Modules/CMakeFindJavaCommon.cmake

@@ -1,5 +1,5 @@
 # Distributed under the OSI-approved BSD 3-Clause License.  See accompanying
 # 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.
 
 
 
 
 # Do not include this module directly from code outside CMake!
 # Do not include this module directly from code outside CMake!

+ 1 - 1
Modules/CMakeFindKate.cmake

@@ -1,5 +1,5 @@
 # Distributed under the OSI-approved BSD 3-Clause License.  See accompanying
 # 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 included in CMakeSystemSpecificInformation.cmake if
 # This file is included in CMakeSystemSpecificInformation.cmake if

+ 1 - 1
Modules/CMakeFindPackageMode.cmake

@@ -1,5 +1,5 @@
 # Distributed under the OSI-approved BSD 3-Clause License.  See accompanying
 # 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.
 
 
 #[=======================================================================[.rst:
 #[=======================================================================[.rst:
 CMakeFindPackageMode
 CMakeFindPackageMode

+ 1 - 1
Modules/CMakeFindSublimeText2.cmake

@@ -1,5 +1,5 @@
 # Distributed under the OSI-approved BSD 3-Clause License.  See accompanying
 # 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 included in CMakeSystemSpecificInformation.cmake if
 # This file is included in CMakeSystemSpecificInformation.cmake if

+ 1 - 1
Modules/CMakeFindWMake.cmake

@@ -1,5 +1,5 @@
 # Distributed under the OSI-approved BSD 3-Clause License.  See accompanying
 # 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.
 
 
 
 
 set (CMAKE_MAKE_PROGRAM "wmake" CACHE STRING
 set (CMAKE_MAKE_PROGRAM "wmake" CACHE STRING

+ 1 - 1
Modules/CMakeFindXCode.cmake

@@ -1,5 +1,5 @@
 # Distributed under the OSI-approved BSD 3-Clause License.  See accompanying
 # 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.
 
 
 
 
 # Empty placeholder for input dependencies in existing
 # Empty placeholder for input dependencies in existing

+ 1 - 1
Modules/CMakeForceCompiler.cmake

@@ -1,5 +1,5 @@
 # Distributed under the OSI-approved BSD 3-Clause License.  See accompanying
 # 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.
 
 
 #[=======================================================================[.rst:
 #[=======================================================================[.rst:
 CMakeForceCompiler
 CMakeForceCompiler

+ 1 - 1
Modules/CMakeFortranInformation.cmake

@@ -1,5 +1,5 @@
 # Distributed under the OSI-approved BSD 3-Clause License.  See accompanying
 # 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.
 
 
 
 
 include(CMakeLanguageInformation)
 include(CMakeLanguageInformation)

+ 1 - 1
Modules/CMakeGenericSystem.cmake

@@ -1,5 +1,5 @@
 # Distributed under the OSI-approved BSD 3-Clause License.  See accompanying
 # 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.
 
 
 include(CMakeInitializeConfigs)
 include(CMakeInitializeConfigs)
 
 

+ 1 - 1
Modules/CMakeGraphVizOptions.cmake

@@ -1,5 +1,5 @@
 # Distributed under the OSI-approved BSD 3-Clause License.  See accompanying
 # 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.
 
 
 #[=======================================================================[.rst:
 #[=======================================================================[.rst:
 CMakeGraphVizOptions
 CMakeGraphVizOptions

+ 1 - 1
Modules/CMakeHIPInformation.cmake

@@ -1,5 +1,5 @@
 # Distributed under the OSI-approved BSD 3-Clause License.  See accompanying
 # 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.
 
 
 if(UNIX)
 if(UNIX)
   set(CMAKE_HIP_OUTPUT_EXTENSION .o)
   set(CMAKE_HIP_OUTPUT_EXTENSION .o)

+ 1 - 1
Modules/CMakeIOSInstallCombined.cmake

@@ -1,5 +1,5 @@
 # Distributed under the OSI-approved BSD 3-Clause License.  See accompanying
 # 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.
 
 
 # Function to print messages of this module
 # Function to print messages of this module
 function(_ios_install_combined_message)
 function(_ios_install_combined_message)

+ 1 - 1
Modules/CMakeISPCInformation.cmake

@@ -1,5 +1,5 @@
 # Distributed under the OSI-approved BSD 3-Clause License.  See accompanying
 # 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.
 
 
 if(UNIX)
 if(UNIX)
   set(CMAKE_ISPC_OUTPUT_EXTENSION .o)
   set(CMAKE_ISPC_OUTPUT_EXTENSION .o)

+ 1 - 1
Modules/CMakeImportBuildSettings.cmake

@@ -1,5 +1,5 @@
 # Distributed under the OSI-approved BSD 3-Clause License.  See accompanying
 # 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 module is purposely no longer documented.  It does nothing useful.
 # This module is purposely no longer documented.  It does nothing useful.

+ 1 - 1
Modules/CMakeInitializeConfigs.cmake

@@ -1,5 +1,5 @@
 # Distributed under the OSI-approved BSD 3-Clause License.  See accompanying
 # 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.
 
 
 include_guard(GLOBAL)
 include_guard(GLOBAL)
 
 

+ 1 - 1
Modules/CMakeJOMFindMake.cmake

@@ -1,5 +1,5 @@
 # Distributed under the OSI-approved BSD 3-Clause License.  See accompanying
 # 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.
 
 
 
 
 set (CMAKE_MAKE_PROGRAM "jom" CACHE STRING
 set (CMAKE_MAKE_PROGRAM "jom" CACHE STRING

+ 1 - 1
Modules/CMakeJavaInformation.cmake

@@ -1,5 +1,5 @@
 # Distributed under the OSI-approved BSD 3-Clause License.  See accompanying
 # 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 should be included before the _INIT variables are
 # This should be included before the _INIT variables are

+ 1 - 1
Modules/CMakeLanguageInformation.cmake

@@ -1,5 +1,5 @@
 # Distributed under the OSI-approved BSD 3-Clause License.  See accompanying
 # 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 contains common code blocks used by all the language information
 # This file contains common code blocks used by all the language information

+ 1 - 1
Modules/CMakeMSYSFindMake.cmake

@@ -1,5 +1,5 @@
 # Distributed under the OSI-approved BSD 3-Clause License.  See accompanying
 # 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.
 
 
 
 
 find_program(CMAKE_MAKE_PROGRAM make
 find_program(CMAKE_MAKE_PROGRAM make

+ 1 - 1
Modules/CMakeMinGWFindMake.cmake

@@ -1,5 +1,5 @@
 # Distributed under the OSI-approved BSD 3-Clause License.  See accompanying
 # 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.
 
 
 
 
 find_program(CMAKE_MAKE_PROGRAM mingw32-make.exe PATHS
 find_program(CMAKE_MAKE_PROGRAM mingw32-make.exe PATHS

+ 1 - 1
Modules/CMakeNMakeFindMake.cmake

@@ -1,5 +1,5 @@
 # Distributed under the OSI-approved BSD 3-Clause License.  See accompanying
 # 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.
 
 
 
 
 set (CMAKE_MAKE_PROGRAM "nmake" CACHE STRING
 set (CMAKE_MAKE_PROGRAM "nmake" CACHE STRING

+ 1 - 1
Modules/CMakeNinjaFindMake.cmake

@@ -1,5 +1,5 @@
 # Distributed under the OSI-approved BSD 3-Clause License.  See accompanying
 # 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.
 
 
 
 
 find_program(CMAKE_MAKE_PROGRAM
 find_program(CMAKE_MAKE_PROGRAM

+ 1 - 1
Modules/CMakeOBJCInformation.cmake

@@ -1,5 +1,5 @@
 # Distributed under the OSI-approved BSD 3-Clause License.  See accompanying
 # 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 sets the basic flags for the Objective-C language in CMake.
 # This file sets the basic flags for the Objective-C language in CMake.

+ 1 - 1
Modules/CMakeOBJCXXInformation.cmake

@@ -1,5 +1,5 @@
 # Distributed under the OSI-approved BSD 3-Clause License.  See accompanying
 # 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 sets the basic flags for the Objective-C++ language in CMake.
 # This file sets the basic flags for the Objective-C++ language in CMake.

+ 1 - 1
Modules/CMakePackageConfigHelpers.cmake

@@ -1,5 +1,5 @@
 # Distributed under the OSI-approved BSD 3-Clause License.  See accompanying
 # 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.
 
 
 #[=======================================================================[.rst:
 #[=======================================================================[.rst:
 CMakePackageConfigHelpers
 CMakePackageConfigHelpers

+ 1 - 1
Modules/CMakeParseArguments.cmake

@@ -1,5 +1,5 @@
 # Distributed under the OSI-approved BSD 3-Clause License.  See accompanying
 # 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.
 
 
 #[=======================================================================[.rst:
 #[=======================================================================[.rst:
 CMakeParseArguments
 CMakeParseArguments

+ 1 - 1
Modules/CMakeParseImplicitIncludeInfo.cmake

@@ -1,5 +1,5 @@
 # Distributed under the OSI-approved BSD 3-Clause License.  See accompanying
 # 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 is used internally by CMake and should not be included by user code.
 # This is used internally by CMake and should not be included by user code.
 
 

+ 1 - 1
Modules/CMakeParseImplicitLinkInfo.cmake

@@ -1,5 +1,5 @@
 # Distributed under the OSI-approved BSD 3-Clause License.  See accompanying
 # 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.
 
 
 # Function to parse implicit linker options.
 # Function to parse implicit linker options.
 #
 #

+ 1 - 1
Modules/CMakeParseLibraryArchitecture.cmake

@@ -1,5 +1,5 @@
 # Distributed under the OSI-approved BSD 3-Clause License.  See accompanying
 # 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.
 
 
 # Function parse implicit linker options.
 # Function parse implicit linker options.
 # This is used internally by CMake and should not be included by user
 # This is used internally by CMake and should not be included by user

+ 1 - 1
Modules/CMakePrintHelpers.cmake

@@ -1,5 +1,5 @@
 # Distributed under the OSI-approved BSD 3-Clause License.  See accompanying
 # 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.
 
 
 #[=======================================================================[.rst:
 #[=======================================================================[.rst:
 CMakePrintHelpers
 CMakePrintHelpers

+ 1 - 1
Modules/CMakePrintSystemInformation.cmake

@@ -1,5 +1,5 @@
 # Distributed under the OSI-approved BSD 3-Clause License.  See accompanying
 # 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.
 
 
 #[=======================================================================[.rst:
 #[=======================================================================[.rst:
 CMakePrintSystemInformation
 CMakePrintSystemInformation

+ 1 - 1
Modules/CMakePushCheckState.cmake

@@ -1,5 +1,5 @@
 # Distributed under the OSI-approved BSD 3-Clause License.  See accompanying
 # 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.
 
 
 include_guard(GLOBAL)
 include_guard(GLOBAL)
 
 

+ 1 - 1
Modules/CMakeRCInformation.cmake

@@ -1,5 +1,5 @@
 # Distributed under the OSI-approved BSD 3-Clause License.  See accompanying
 # 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 sets the basic flags for the Windows Resource Compiler.
 # This file sets the basic flags for the Windows Resource Compiler.

+ 1 - 1
Modules/CMakeSwiftCompiler.cmake.in

@@ -1,5 +1,5 @@
 # Distributed under the OSI-approved BSD 3-Clause License.  See accompanying
 # 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.
 
 
 set(CMAKE_Swift_COMPILER "@CMAKE_Swift_COMPILER@")
 set(CMAKE_Swift_COMPILER "@CMAKE_Swift_COMPILER@")
 set(CMAKE_Swift_COMPILER_ID "@CMAKE_Swift_COMPILER_ID@")
 set(CMAKE_Swift_COMPILER_ID "@CMAKE_Swift_COMPILER_ID@")

+ 1 - 1
Modules/CMakeSwiftInformation.cmake

@@ -1,5 +1,5 @@
 # Distributed under the OSI-approved BSD 3-Clause License.  See accompanying
 # 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.
 
 
 if(UNIX)
 if(UNIX)
   set(CMAKE_Swift_OUTPUT_EXTENSION .o)
   set(CMAKE_Swift_OUTPUT_EXTENSION .o)

+ 1 - 1
Modules/CMakeSystemSpecificInformation.cmake

@@ -1,5 +1,5 @@
 # Distributed under the OSI-approved BSD 3-Clause License.  See accompanying
 # 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 included by cmGlobalGenerator::EnableLanguage.
 # This file is included by cmGlobalGenerator::EnableLanguage.

+ 1 - 1
Modules/CMakeSystemSpecificInitialize.cmake

@@ -1,5 +1,5 @@
 # Distributed under the OSI-approved BSD 3-Clause License.  See accompanying
 # 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 included by cmGlobalGenerator::EnableLanguage.
 # This file is included by cmGlobalGenerator::EnableLanguage.

部分文件因为文件数量过多而无法显示