Add LICENSE.txt with GPL-3.0-only license and update package.json

This commit is contained in:
Lucas Oskorep
2026-02-27 19:11:44 -05:00
parent 94abb7388b
commit f8a5d5ab8e
2 changed files with 312 additions and 0 deletions
+5
View File
@@ -1,3 +1,8 @@
{
"name": "pi-mta-sign",
"version": "1.0.0",
"description": "MTA Sign API for Raspberry Pi",
"author": "Lucas Oskorep <lucas.oskorep@gmail.com>",
"license": "GPL-3.0-only",
"packageManager": "yarn@4.12.0"
}