CMake/Utilities/Scripts
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
..
BoostScanDeps.cmake LICENSE: Replace references to Copyright.txt with LICENSE.rst 2025-03-03 10:43:35 -05:00
clang-format.bash clang-format.bash: update to clang-format-18 2025-01-23 11:42:52 -05:00
regenerate-lexers.bash Utilities/Scripts: Update regenerate-lexers.bash 2020-10-02 14:25:56 -04:00
regenerate-parsers.bash LexerParser: Manual removing code from Bison is no longer needed 2021-01-25 12:05:36 -05:00
update-bzip2.bash bzip2: Update import script to get bzip2 1.0.8 2020-02-24 12:11:30 -05:00
update-cppdap.bash cppdap: Update script to get version as of 2024-08-02 2024-08-13 15:35:20 -04:00
update-curl.bash curl: Update script to get curl 8.12.1 2025-02-13 10:26:39 -05:00
update-elf.bash cmelf: Add script to import the FreeBSD ELF headers 2021-06-23 13:55:54 -04:00
update-expat.bash expat: Update script to get Expat 2.6.2 2024-08-13 15:16:02 -04:00
update-gitsetup.bash GitSetup: Restrict import to files we need 2017-11-30 14:55:16 -05:00
update-jsoncpp.bash jsoncpp: Update script to get jsoncpp 1.9.6 2025-02-20 19:04:28 -05:00
update-kwiml.bash kwiml: Update import script for new upstream URL 2016-09-08 09:49:39 -04:00
update-kwsys.bash update-kwsys: apply changes made in CMake to the import 2017-04-20 15:35:17 -04:00
update-libarchive.bash libarchive: Update script to get 3.7.7 2024-11-18 14:15:17 -05:00
update-liblzma.bash liblzma: Update script to get 5.6.3 2025-01-07 16:24:06 -05:00
update-librhash.bash librhash: Update import script to get rhash 1.4.4 2023-11-28 18:53:12 -05:00
update-libuv.bash libuv: Comment why we cannot update past 1.44.2 2023-08-18 15:52:49 -04:00
update-llpkgc.bash PkgC: Add update-llpkgc script 2024-07-19 12:13:17 -04:00
update-nghttp2.bash nghttp2: Update script to get nghttp2 1.52.0 2023-02-16 15:23:56 -05:00
update-pdcurses.bash pdcurses: Add script to import PDCurses from upstream 2022-01-12 16:13:56 -05:00
update-third-party.bash Fix: A lot of typos in code found by typos 2025-01-12 18:49:34 +04:00
update-vim-syntax.bash Add script to update vim-cmake-syntax from upstream 2016-08-17 09:11:06 -04:00
update-zlib.bash zlib: Update script to get zlib 1.3.1 2024-03-11 09:52:22 -04:00
update-zstd.bash zstd: Update script to get zstd 1.5.5 2024-02-14 09:10:08 -05:00