sled/3party/marl/license-checker.cfg

28 lines
668 B
INI
Raw Normal View History

2024-03-08 18:05:40 +08:00
{
"licenses": [
"Apache-2.0",
"Apache-2.0-Header"
],
"paths": [
{
"exclude": [
".clang-format",
".gitignore",
".gitmodules",
".vscode/*.json",
"**.md",
"AUTHORS",
"LICENSE",
"go.mod",
"build/**",
"docs/imgs/*.svg",
"kokoro/**.cfg",
"third_party/benchmark/**",
"third_party/googletest/**",
"examples/run_webserver",
"examples/shell.emscripten.html"
]
}
]
}