This commit is contained in:
Timo Hocker 2020-04-26 12:07:23 +02:00
parent cae2b2ad75
commit 0edf59ba24

View File

@ -41,6 +41,7 @@ export default class Copyright implements Snippet {
json.license = options.has_license
? options.license
: 'UNLICENSED';
return json;
});
if (options.has_license) {