CMake/Modules/Platform/Android
Kitware Robot 1772622772 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 10:43:35 -05:00
..
abi-arm64-v8a-Clang.cmake
abi-arm64-v8a-GNU.cmake
abi-armeabi-Clang.cmake
abi-armeabi-GNU.cmake
abi-armeabi-v6-Clang.cmake
abi-armeabi-v6-GNU.cmake
abi-armeabi-v7a-Clang.cmake
abi-armeabi-v7a-GNU.cmake
abi-common-Clang.cmake
abi-common-GNU.cmake
abi-common.cmake
abi-mips64-Clang.cmake
abi-mips64-GNU.cmake
abi-mips-Clang.cmake
abi-mips-GNU.cmake
abi-x86_64-Clang.cmake
abi-x86_64-GNU.cmake
abi-x86-Clang.cmake
abi-x86-GNU.cmake
Determine-Compiler-NDK.cmake LICENSE: Replace references to Copyright.txt with LICENSE.rst 2025-03-03 10:43:35 -05:00
Determine-Compiler-Standalone.cmake LICENSE: Replace references to Copyright.txt with LICENSE.rst 2025-03-03 10:43:35 -05:00
Determine-Compiler.cmake LICENSE: Replace references to Copyright.txt with LICENSE.rst 2025-03-03 10:43:35 -05:00
ndk-stl-c++_shared.cmake
ndk-stl-c++_static.cmake
ndk-stl-c++.cmake
ndk-stl-gabi++_shared.cmake
ndk-stl-gabi++_static.cmake
ndk-stl-gabi++.cmake
ndk-stl-gnustl_shared.cmake
ndk-stl-gnustl_static.cmake
ndk-stl-gnustl.cmake
ndk-stl-none.cmake
ndk-stl-stlport_shared.cmake
ndk-stl-stlport_static.cmake
ndk-stl-stlport.cmake
ndk-stl-system.cmake
VCXProjInspect.vcxproj.in