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": [ "licenses": [
"Apache-2.0",
"Apache-2.0-Header" "Apache-2.0-Header"
], ],
"paths": [ "paths": [
...@@ -17,7 +18,8 @@ ...@@ -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/**"
] ]
} }
] ]
......
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