1
0
Fork 0
mirror of https://github.com/codex-team/codex.docs.git synced 2025-08-08 06:55:26 +02:00

Create LICENSE (#159)

* Create LICENSE

* add license fields to package.json

* Update LICENSE

Co-authored-by: Peter Savchenko <specc.dev@gmail.com>

Co-authored-by: Peter Savchenko <specc.dev@gmail.com>
This commit is contained in:
Nikita Melnikov 2022-03-25 16:33:41 +04:00 committed by GitHub
parent c6e2db0245
commit 28594e7014
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 202 additions and 1 deletions

View file

@ -1,6 +1,6 @@
{
"name": "codex.docs",
"license": "UNLICENSED",
"license": "Apache-2.0",
"bin": {
"generatePassword": "bin/generatePassword.js"
},