CMake/Source/CursesDialog/form
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
..
.gitattributes clang-format.bash: Use generic clang-format attribute 2023-01-18 11:48:49 -05:00
.NoDartCoverage
CMakeLists.txt LICENSE: Replace references to Copyright.txt with LICENSE.rst 2025-03-03 10:43:35 -05:00
cmFormConfigure.h.in LICENSE: Replace references to Copyright.txt with LICENSE.rst 2025-03-03 10:43:35 -05:00
eti.h
fld_arg.c
fld_attr.c
fld_current.c
fld_def.c
fld_dup.c
fld_ftchoice.c
fld_ftlink.c
fld_info.c
fld_just.c
fld_link.c
fld_max.c
fld_move.c
fld_newftyp.c
fld_opts.c
fld_pad.c
fld_page.c
fld_stat.c
fld_type.c
fld_user.c
form.h ccmake: Restore compilation with AIX curses.h 2022-12-07 17:57:28 -05:00
form.priv.h
frm_cursor.c
frm_data.c
frm_def.c ccmake: Tell clang-analyzer a loop body runs at least once 2023-05-22 16:51:15 -04:00
frm_driver.c ccmake: Fix typo in curses form comment 2022-02-17 08:55:56 -05:00
frm_hook.c
frm_opts.c
frm_page.c
frm_post.c
frm_req_name.c
frm_scale.c
frm_sub.c
frm_user.c
frm_win.c
fty_alnum.c
fty_alpha.c
fty_enum.c Source: Simplify some boolean expressions 2021-10-23 11:30:27 -04:00
fty_int.c Source: Replace uses of sprintf with safer snprintf 2022-06-22 08:59:40 -04:00
fty_ipv4.c
fty_num.c Source: Replace uses of sprintf with safer snprintf 2022-06-22 08:59:40 -04:00
fty_regex.c
llib-lform
mf_common.h
nc_alloc.h
READ.ME