CMake/Source/LexerParser
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
..
.clang-tidy
.gitattributes Add a parser for GCC-style depfiles 2020-01-28 11:16:11 -05:00
cmCTestResourceGroupsLexer.cxx LICENSE: Replace references to Copyright.txt with LICENSE.rst 2025-03-03 10:43:35 -05:00
cmCTestResourceGroupsLexer.h CTest: Rename "Processes" lexer to "ResourceGroups" 2019-11-05 12:08:35 -05:00
cmCTestResourceGroupsLexer.in.l LICENSE: Replace references to Copyright.txt with LICENSE.rst 2025-03-03 10:43:35 -05:00
cmDependsJavaLexer.cxx LICENSE: Replace references to Copyright.txt with LICENSE.rst 2025-03-03 10:43:35 -05:00
cmDependsJavaLexer.h
cmDependsJavaLexer.in.l LICENSE: Replace references to Copyright.txt with LICENSE.rst 2025-03-03 10:43:35 -05:00
cmDependsJavaParser.cxx LICENSE: Replace references to Copyright.txt with LICENSE.rst 2025-03-03 10:43:35 -05:00
cmDependsJavaParser.y LICENSE: Replace references to Copyright.txt with LICENSE.rst 2025-03-03 10:43:35 -05:00
cmDependsJavaParserTokens.h LexerParser: Regenerate parsers with bison 3.8.2 2022-04-06 16:02:03 -04:00
cmExprLexer.cxx LICENSE: Replace references to Copyright.txt with LICENSE.rst 2025-03-03 10:43:35 -05:00
cmExprLexer.h
cmExprLexer.in.l LICENSE: Replace references to Copyright.txt with LICENSE.rst 2025-03-03 10:43:35 -05:00
cmExprParser.cxx LICENSE: Replace references to Copyright.txt with LICENSE.rst 2025-03-03 10:43:35 -05:00
cmExprParser.y LICENSE: Replace references to Copyright.txt with LICENSE.rst 2025-03-03 10:43:35 -05:00
cmExprParserTokens.h LexerParser: Regenerate parsers with bison 3.8.2 2022-04-06 16:02:03 -04:00
cmFortranLexer.cxx LICENSE: Replace references to Copyright.txt with LICENSE.rst 2025-03-03 10:43:35 -05:00
cmFortranLexer.h
cmFortranLexer.in.l LICENSE: Replace references to Copyright.txt with LICENSE.rst 2025-03-03 10:43:35 -05:00
cmFortranParser.cxx LICENSE: Replace references to Copyright.txt with LICENSE.rst 2025-03-03 10:43:35 -05:00
cmFortranParser.y LICENSE: Replace references to Copyright.txt with LICENSE.rst 2025-03-03 10:43:35 -05:00
cmFortranParserTokens.h LexerParser: Suppress clang -Wunused-but-set-variable warnings 2022-04-06 16:02:03 -04:00
cmGccDepfileLexer.cxx LICENSE: Replace references to Copyright.txt with LICENSE.rst 2025-03-03 10:43:35 -05:00
cmGccDepfileLexer.h IWYU: Update for Debian 12 CI job 2023-07-28 09:14:08 -04:00
cmGccDepfileLexer.in.l LICENSE: Replace references to Copyright.txt with LICENSE.rst 2025-03-03 10:43:35 -05:00
cmListFileLexer.c LICENSE: Replace references to Copyright.txt with LICENSE.rst 2025-03-03 10:43:35 -05:00
cmListFileLexer.in.l LICENSE: Replace references to Copyright.txt with LICENSE.rst 2025-03-03 10:43:35 -05:00