@@ -26,6 +26,7 @@ documents. The latest released version is [`1.0.1`](https://github.com/syntax-tr |
|
|
26 |
26 |
* [List of Utilities](#list-of-utilities) |
27 |
27 |
* [Contribute](#contribute) |
28 |
28 |
* [Acknowledgments](#acknowledgments) |
|
29 |
+* [License](#license) |
29 |
30 |
|
30 |
31 |
## Unist nodes |
31 |
32 |
|
@@ -222,6 +223,10 @@ Thanks to [**@jlevy**](https://github.com/jlevy), |
|
|
222 |
223 |
[**@gibson042**](https://github.com/gibson042), and |
223 |
224 |
[**@azu**](https://github.com/azu) for contributing commits since! |
224 |
225 |
|
|
226 |
+## License |
|
227 |
+ |
|
228 |
+[CC-BY-4.0][license] © [Titus Wormer][author] |
|
229 |
+ |
225 |
230 |
|
226 |
231 |
|
227 |
232 |
[logo]: https://cdn.rawgit.com/syntax-tree/unist/b2943b1/logo.svg |
@@ -259,3 +264,7 @@ Thanks to [**@jlevy**](https://github.com/jlevy), |
|
|
259 |
264 |
[ideas]: https://github.com/syntax-tree/ideas |
260 |
265 |
|
261 |
266 |
[chat]: https://gitter.im/syntax-tree/Lobby |
|
267 |
+ |
|
268 |
+[license]: https://creativecommons.org/licenses/by/4.0/ |
|
269 |
+ |
|
270 |
+[author]: http://wooorm.com |