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

license-checker.cfg: Update rules
This commit is contained in:
greg-lunarg 2021-01-19 11:05:02 -07:00 committed by GitHub
commit 9b4e82efb4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,7 @@
[
{
"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": [ "**" ] },