aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorache <ache@ache.one>2019-09-18 01:36:23 +0200
committerache <ache@ache.one>2019-09-18 01:36:23 +0200
commitac9b23742ae05eea97a89dd749a0df162c05b4fd (patch)
tree66f4805b07b6444ef6af6f51e0e1bb84e2f916e3
parent0.8.3 (diff)
License clarification
-rw-r--r--README.md2
-rw-r--r--package.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 5b68869..5f99728 100644
--- a/README.md
+++ b/README.md
@@ -159,7 +159,7 @@ A string with the value `"global"` or `"specific"` or `"extented"` or `"none"` o
## License
-Distributed under a MIT-like license.
+Distributed under a MIT license.
[npm]: https://www.npmjs.com/package/remark-attr
diff --git a/package.json b/package.json
index a918291..0b25547 100644
--- a/package.json
+++ b/package.json
@@ -19,7 +19,7 @@
"md-attr-parser": "^1.2.1"
},
"author": "ache <ache@ache.one>",
- "license": "GPL-3.0-or-later",
+ "license": "MIT",
"bugs": {
"url": "https://github.com/arobase-che/remark-attr/issues"
},