diff options
| author | ache <ache@ache.one> | 2019-09-18 01:36:23 +0200 |
|---|---|---|
| committer | ache <ache@ache.one> | 2019-09-18 01:36:23 +0200 |
| commit | ac9b23742ae05eea97a89dd749a0df162c05b4fd (patch) | |
| tree | 66f4805b07b6444ef6af6f51e0e1bb84e2f916e3 | |
| parent | 0.8.3 (diff) | |
License clarification
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | package.json | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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" }, |