cppdap/license-checker.cfg
2023-01-06 15:54:31 +00:00

28 lines
668 B
INI

{
"licenses": [
"Apache-2.0",
"Apache-2.0-Header"
],
"paths": [
{
"exclude": [
".clang-format",
".gitattributes",
".gitignore",
".gitmodules",
".vscode/*.json",
"**.md",
"CONTRIBUTING",
"LICENSE",
"build/**",
"examples/vscode/package.json",
"fuzz/**",
"kokoro/**.cfg",
"third_party/googletest/**",
"third_party/json/**",
"third_party/rapidjson/**"
]
}
]
}