Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
glslang
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
glslang
Commits
9b4e82ef
Unverified
Commit
9b4e82ef
authored
Jan 19, 2021
by
greg-lunarg
Committed by
GitHub
Jan 19, 2021
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2505 from ben-clayton/update-licnese-checker-cfg
license-checker.cfg: Update rules
parents
5b7d68ca
75202858
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
2 deletions
+8
-2
license-checker.cfg
license-checker.cfg
+8
-2
No files found.
license-checker.cfg
View file @
9b4e82ef
[
[
{
{
"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 @@
...
@@ -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": [ "**" ] },
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment