forked from google/amber
-
Notifications
You must be signed in to change notification settings - Fork 0
/
license-checker.cfg
43 lines (40 loc) · 1.25 KB
/
license-checker.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"licenses": [
"Apache-2.0",
"Apache-2.0-Header"
],
"paths": [
{
"exclude": [
".clang-format",
"AUTHORS",
"CPPLINT.cfg",
"DEPS",
"Doxyfile",
"LICENSE",
"**.gitignore",
"**.md",
"**.png",
"build/**",
"third_party/*/**",
"out/**",
"android_gradle/**/AndroidManifest.xml",
"android_gradle/app/build.gradle",
"android_gradle/build.gradle",
"android_gradle/gradle.properties",
"android_gradle/gradle/wrapper/gradle-wrapper.jar",
"android_gradle/gradle/wrapper/gradle-wrapper.properties",
"android_gradle/gradlew.bat",
"android_gradle/gradlew",
"android_gradle/settings.gradle",
"android_sample/assets/amber/*.spv",
"src/vulkan/vk-funcs*.inc",
"tests/cases/*.bin",
"tests/cases/*.txt",
"tools/amber-syntax.vim",
"tools/amber.sublime-syntax",
"tools/doxy.css"
]
}
]
}