feat: Add Unlicense (more permissive than MIT) - Add LICENSE file with Unlicense which dedicates the software to the public domain

This commit is contained in:
Cody Seibert
2025-12-09 14:08:23 -05:00
parent 08014f3a4a
commit 4527829bac
3 changed files with 134 additions and 59 deletions

View File

@@ -2,6 +2,7 @@
"name": "automaker",
"version": "0.1.0",
"private": true,
"license": "Unlicense",
"main": "electron/main.js",
"scripts": {
"dev": "next dev -p 3007",