diff options
author | Petr Mrázek <peterix@gmail.com> | 2015-05-16 23:04:00 +0200 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2015-05-16 23:04:00 +0200 |
commit | ff715f77854c84ef7bce446ca5b48190d64b45a9 (patch) | |
tree | c518447ceab7aa07897d6a1dc2e9891e02acc293 /depends/hoedown/LICENSE | |
parent | 43c777f3869922d4f74d406d75f3ca3d05cb9617 (diff) | |
download | MultiMC-ff715f77854c84ef7bce446ca5b48190d64b45a9.tar MultiMC-ff715f77854c84ef7bce446ca5b48190d64b45a9.tar.gz MultiMC-ff715f77854c84ef7bce446ca5b48190d64b45a9.tar.lz MultiMC-ff715f77854c84ef7bce446ca5b48190d64b45a9.tar.xz MultiMC-ff715f77854c84ef7bce446ca5b48190d64b45a9.zip |
NOISSUE replace derpy merkdown thing with hoedown
Diffstat (limited to 'depends/hoedown/LICENSE')
-rw-r--r-- | depends/hoedown/LICENSE | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/depends/hoedown/LICENSE b/depends/hoedown/LICENSE new file mode 100644 index 00000000..4e75de4d --- /dev/null +++ b/depends/hoedown/LICENSE @@ -0,0 +1,15 @@ +Copyright (c) 2008, Natacha Porté +Copyright (c) 2011, Vicent Martí +Copyright (c) 2014, Xavier Mendez, Devin Torres and the Hoedown authors + +Permission to use, copy, modify, and distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |