Adds support for CC-BY-NC licenses (#6648)
This commit is contained in:
parent
8aff9418b8
commit
0349c843e3
1 changed files with 3 additions and 1 deletions
4
.github/rsi-schema.json
vendored
4
.github/rsi-schema.json
vendored
|
|
@ -79,6 +79,8 @@
|
|||
"enum":[
|
||||
"CC-BY-SA-3.0",
|
||||
"CC-BY-SA-4.0",
|
||||
"CC-BY-NC-3.0",
|
||||
"CC-BY-NC-4.0",
|
||||
"CC-BY-NC-SA-3.0",
|
||||
"CC-BY-NC-SA-4.0",
|
||||
"CC0-1.0"
|
||||
|
|
@ -180,4 +182,4 @@
|
|||
}
|
||||
},
|
||||
"additionalProperties":true
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue