feat add marl for fiber
This commit is contained in:
27
3party/marl/license-checker.cfg
Normal file
27
3party/marl/license-checker.cfg
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"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"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user