Skip to content

Commit 8aefbbd

Browse files
committed
Set var license to CC BY to align with VamHub standard
1 parent 62edc70 commit 8aefbbd

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

build.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
with open(cslistName, 'r', encoding = 'utf-8') as cslist:
3232
with ZipFile(varName, 'w') as var:
3333
var.writestr('meta.json', json.dumps(meta, indent=3))
34-
var.write('LICENSE.md')
3534
var.write(cslistName, os.path.join(zipPath, cslistName))
3635
for file in [x.strip() for x in cslist]:
3736
var.write(file, os.path.join(zipPath, file))

meta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"licenseType": "MIT",
2+
"licenseType": "CC BY",
33
"creatorName": "Yoooi",
44
"packageName": "ToySerialController",
55
"includeVersionsInReferences": "true",

0 commit comments

Comments
 (0)