license-checker.cfg: Update rules
The license classification rules in github.com/google/licensecheck have been updated.
This commit is contained in:
parent
3de5cfe50e
commit
752028582f
@ -1,6 +1,7 @@
|
|||||||
[
|
[
|
||||||
{
|
{
|
||||||
"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 @@
|
|||||||
"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": [ "**" ] },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user