CMake/Utilities/cmllpkgc
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 Merge branch 'upstream-llpkgc' into llpkgc-integration 2024-07-19 12:14:40 -04:00
CMakeLists.txt PkgC: Add llpkgc to build 2024-07-29 13:14:41 -04:00
llpkgc__internal.c LICENSE: Replace references to Copyright.txt with LICENSE.rst 2025-03-03 10:43:35 -05:00
llpkgc__internal.h LICENSE: Replace references to Copyright.txt with LICENSE.rst 2025-03-03 10:43:35 -05:00
llpkgc.c LICENSE: Replace references to Copyright.txt with LICENSE.rst 2025-03-03 10:43:35 -05:00
llpkgc.h LICENSE: Replace references to Copyright.txt with LICENSE.rst 2025-03-03 10:43:35 -05:00
README.rst

llpkgc
******

This code is generated by the upstream llpkgc repository located at:
https://gitlab.kitware.com/utils/llpkgc

Generally, updates to llpkgc should be made in the upstream utilities library
unless they are exceptionally specific to CMake itself.

The upstream repository does not vendor a generated copy of the parser, so
the associated update script for this dependency runs the generator and
vendors it appropriately. This requires a reasonably up-to-date version of
npm be available in addition to the normal 3rd-party update tooling
requirements.