add pgpl
This commit is contained in:
parent
ed08109b73
commit
7eb00fc02e
1 changed files with 1 additions and 0 deletions
|
@ -148,6 +148,7 @@ def item_data(data):
|
||||||
for key in ('layers', 'duration', 'size', 'public'):
|
for key in ('layers', 'duration', 'size', 'public'):
|
||||||
if key in d:
|
if key in d:
|
||||||
del d[key]
|
del d[key]
|
||||||
|
d['license'] = ['Pad.ma General Public License']
|
||||||
return d
|
return d
|
||||||
|
|
||||||
def import_layers(item, layers):
|
def import_layers(item, layers):
|
||||||
|
|
Loading…
Reference in a new issue