This commit is contained in:
MLH
2025-04-07 01:25:18 +02:00
parent cdd3e180a0
commit 7a0bd064db
2 changed files with 9 additions and 1 deletions

8
LICENSE Normal file
View File

@ -0,0 +1,8 @@
Private Use License v1.0
Du darfst diesen Code ansehen, benutzen und verändern, solange:
- du ihn **nicht kommerziell nutzt**,
- du ihn **nicht weiterverkaufst oder verteilst**, und
- du mich nicht verklagst, wenn er kaputt ist.
Wenn du ihn kommerziell nutzen willst, schreib mir.

View File

@ -17,7 +17,7 @@
"nodejs"
],
"author": "",
"license": "ISC",
"license": "Private Use License v1.0",
"dependencies": {
"bcrypt": "^5.1.1",
"cors": "^2.8.5",