Merge pull request #2505 from ben-clayton/update-licnese-checker-cfg
license-checker.cfg: Update rules
This commit is contained in:
commit
9b4e82efb4
@ -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": [ "**" ] },
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user