license-checker.cfg: Update rules
The license classification rules in github.com/google/licensecheck have been updated.
This commit is contained in:
parent
2a3ba20937
commit
ad185ee762
@ -1,5 +1,6 @@
|
|||||||
{
|
{
|
||||||
"licenses": [
|
"licenses": [
|
||||||
|
"Apache-2.0",
|
||||||
"Apache-2.0-Header"
|
"Apache-2.0-Header"
|
||||||
],
|
],
|
||||||
"paths": [
|
"paths": [
|
||||||
@ -17,7 +18,8 @@
|
|||||||
"fuzz/**",
|
"fuzz/**",
|
||||||
"kokoro/**.cfg",
|
"kokoro/**.cfg",
|
||||||
"third_party/googletest/**",
|
"third_party/googletest/**",
|
||||||
"third_party/json/**"
|
"third_party/json/**",
|
||||||
|
"third_party/rapidjson/**"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user