summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorMax Wu2017-12-07 06:54:12 +0800
committerGitHub2017-12-07 06:54:12 +0800
commit1b7d621fd1bb691793550b024dde0fb41dda5a40 (patch)
tree8895b7b4ac44c979ed526fd85afa7a02f3525bab /package.json
parent0957f5963b735e9ccde4098265c7fab13dbb216b (diff)
parentbee5e2a558b3826f62e009ad3b9da7caac5e0048 (diff)
Merge pull request #578 from hackmdio/licenseChangeAgreement
License Change Agreement
Diffstat (limited to '')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index f87a0f5c..43668883 100644
--- a/package.json
+++ b/package.json
@@ -3,7 +3,7 @@
"version": "0.5.1",
"description": "Realtime collaborative markdown notes on all platforms.",
"main": "app.js",
- "license": "MIT",
+ "license": "AGPL-3.0",
"scripts": {
"test": "npm run-script standard && npm run-script jsonlint",
"jsonlint": "find . -not -path './node_modules/*' -type f -name '*.json' | while read json; do echo $json ; jsonlint -q $json; done",