Commit ad185ee7 by Ben Clayton

license-checker.cfg: Update rules

The license classification rules in github.com/google/licensecheck have been updated.
parent 2a3ba209
{
"licenses": [
"Apache-2.0",
"Apache-2.0-Header"
],
"paths": [
......@@ -17,7 +18,8 @@
"fuzz/**",
"kokoro/**.cfg",
"third_party/googletest/**",
"third_party/json/**"
"third_party/json/**",
"third_party/rapidjson/**"
]
}
]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment