First Commit
This commit is contained in:
36
3rdparty/shaderc/license-checker.cfg
vendored
Normal file
36
3rdparty/shaderc/license-checker.cfg
vendored
Normal file
@@ -0,0 +1,36 @@
|
||||
[
|
||||
{
|
||||
"licenses": [ "Apache-2.0" ],
|
||||
"paths": [
|
||||
{
|
||||
"exclude": [
|
||||
"**.md",
|
||||
"**.png",
|
||||
"**/README.asciidoc",
|
||||
|
||||
".*",
|
||||
"AUTHORS",
|
||||
"CHANGES",
|
||||
"CONTRIBUTORS",
|
||||
"DEPS",
|
||||
"LICENSE",
|
||||
|
||||
"cmake/*.pc.in",
|
||||
"libshaderc_util/testdata/dir/subdir/include_file.2",
|
||||
"libshaderc_util/testdata/include_file.1",
|
||||
|
||||
"utils/git-sync-deps",
|
||||
|
||||
"third_party/**"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"licenses": [ "BSD-3-Clause" ],
|
||||
"paths": [
|
||||
{ "exclude": [ "**" ] },
|
||||
{ "include": [ "utils/git-sync-deps" ] }
|
||||
]
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user