-
Notifications
You must be signed in to change notification settings - Fork 6
/
bboxee_config.json
32 lines (32 loc) · 997 Bytes
/
bboxee_config.json
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
{
"labels": [
"Human",
"Bobcat",
"Moose"
],
"license": {
"default": {
"attribution": "",
"license": "",
"license_url": ""
},
"licenses": [
{
"name": "Attribution 4.0 International (CC BY 4.0)",
"url": "https://creativecommons.org/licenses/by/4.0/"
},
{
"name": "Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)",
"url": "https://creativecommons.org/licenses/by-sa/4.0/"
},
{
"name": "Attribution-NonCommercial 4.0 International (CC BY-NC 4.0)",
"url": "https://creativecommons.org/licenses/by-nc/4.0/"
},
{
"name": "Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0)",
"url": "https://creativecommons.org/licenses/by-nc-sa/4.0/"
}
]
}
}