
`license-checker` is a tool that verifies each file has contains a permitted license header. See https://github.com/ben-clayton/license-checker for more information. Also add missing licenses to presubmit scripts.
25 lines
568 B
INI
25 lines
568 B
INI
{
|
|
"licenses": [
|
|
"Apache-2.0-Header"
|
|
],
|
|
"paths": [
|
|
{
|
|
"exclude": [
|
|
".clang-format",
|
|
".gitignore",
|
|
".gitmodules",
|
|
".vscode/*.json",
|
|
"**.md",
|
|
"CONTRIBUTING",
|
|
"LICENSE",
|
|
"build/**",
|
|
"examples/vscode/package.json",
|
|
"fuzz/**",
|
|
"kokoro/**.cfg",
|
|
"third_party/googletest/**",
|
|
"third_party/json/**"
|
|
]
|
|
}
|
|
]
|
|
}
|