license-checker.cfg: Update rules

The license classification rules in github.com/google/licensecheck have been updated.
This commit is contained in:
Ben Clayton 2021-01-18 12:31:42 +00:00
parent 2a3ba20937
commit ad185ee762

View File

@ -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/**"
] ]
} }
] ]