39 lines
576 B
JSON
39 lines
576 B
JSON
[
|
|
{
|
|
"type": "kwargs",
|
|
"function": "project",
|
|
"id": "/",
|
|
"operation": "set",
|
|
"kwargs": {
|
|
"license": "GPL"
|
|
}
|
|
},
|
|
{
|
|
"type": "kwargs",
|
|
"function": "project",
|
|
"id": "/",
|
|
"operation": "add",
|
|
"kwargs": {
|
|
"license": ["MIT"]
|
|
}
|
|
},
|
|
{
|
|
"type": "kwargs",
|
|
"function": "project",
|
|
"id": "/",
|
|
"operation": "add",
|
|
"kwargs": {
|
|
"license": "BSD"
|
|
}
|
|
},
|
|
{
|
|
"type": "kwargs",
|
|
"function": "project",
|
|
"id": "//",
|
|
"operation": "add",
|
|
"kwargs": {
|
|
"license": "Boost"
|
|
}
|
|
}
|
|
]
|