mirror of https://gitlab.com/bashrc2/epicyon
Attachment could be called 'copyright'
parent
e1bad8b9e1
commit
7cf44a1aab
|
@ -1801,6 +1801,7 @@ def _get_content_license(post_json_object: {}) -> str:
|
|||
continue
|
||||
name_lower = item['name'].lower()
|
||||
if 'license' not in name_lower and \
|
||||
'copyright' not in name_lower and \
|
||||
'licence' not in name_lower:
|
||||
continue
|
||||
if item.get('value'):
|
||||
|
|
Loading…
Reference in New Issue