Unverified Commit 9b4e82ef by greg-lunarg Committed by GitHub

Merge pull request #2505 from ben-clayton/update-licnese-checker-cfg

license-checker.cfg: Update rules
parents 5b7d68ca 75202858
[ [
{ {
"licenses": [ "licenses": [
"Apache-2.0",
"Apache-2.0-Header", "Apache-2.0-Header",
"BSD-2-Clause", "BSD-2-Clause",
"BSD-3-Clause", "BSD-3-Clause",
...@@ -29,14 +30,19 @@ ...@@ -29,14 +30,19 @@
"build/**", "build/**",
"out/**", "out/**",
"Test/**", "Test/**",
"External/spirv-tools/**" "External/spirv-tools/**",
"SPIRV/GLSL.*.h",
"SPIRV/NonSemanticDebugPrintf.h",
"SPIRV/spirv.hpp"
] ]
} }
] ]
}, },
{ {
"licenses": [ "licenses": [
"GPL-Header" "GPL-Header",
"GPL-3.0-or-later"
], ],
"paths": [ "paths": [
{ "exclude": [ "**" ] }, { "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