Commit 75202858 by Ben Clayton

license-checker.cfg: Update rules

The license classification rules in github.com/google/licensecheck have been updated.
parent 3de5cfe5
[
{
"licenses": [
"Apache-2.0",
"Apache-2.0-Header",
"BSD-2-Clause",
"BSD-3-Clause",
......@@ -29,14 +30,19 @@
"build/**",
"out/**",
"Test/**",
"External/spirv-tools/**"
"External/spirv-tools/**",
"SPIRV/GLSL.*.h",
"SPIRV/NonSemanticDebugPrintf.h",
"SPIRV/spirv.hpp"
]
}
]
},
{
"licenses": [
"GPL-Header"
"GPL-Header",
"GPL-3.0-or-later"
],
"paths": [
{ "exclude": [ "**" ] },
......
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