diff options
author | bptato <nincsnevem662@gmail.com> | 2024-05-28 01:37:51 +0200 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2024-05-28 01:42:14 +0200 |
commit | 364ede899025549d49af6e9140e3e2b20d211fad (patch) | |
tree | 5d4702fda05f550a8a8973127784463ca42e75e5 /res/license.html | |
parent | dbf52de5c226443a7e20789a414cb27a7bc6991f (diff) | |
download | chawan-364ede899025549d49af6e9140e3e2b20d211fad.tar.gz |
about: markdownify & update license.html
We have a markdown converter, so why not use it?
Diffstat (limited to 'res/license.html')
-rw-r--r-- | res/license.html | 118 |
1 files changed, 0 insertions, 118 deletions
diff --git a/res/license.html b/res/license.html deleted file mode 100644 index 405d6e2d..00000000 --- a/res/license.html +++ /dev/null @@ -1,118 +0,0 @@ -<!DOCTYPE HTML> -<HTML> -<HEAD> -<TITLE>Licensing</TITLE> -</HEAD> -<BODY> -<P> -Chawan itself is dedicated to the public domain. However, it contains and -depends on projects with different licensing terms. -<P> -This document attempts to list licensing terms of projects included in -the Chawan repository. Note that Chawan is dynamically linked against -your copy of zlib, libcurl, your C library, and if exists, your termcap -library. For licensing terms of these, please consult the appropriate -library's documentation. -<P> -Also, Chawan is statically linked to the Nim standard library. At the time -of writing, (i.e. as of Nim 2.0.0,) this is the MIT license (same terms as -the vendored Punycode library). -<P> -Table of contents: -<UL> -<LI><A HREF="#chawan">Chawan</A> -<LI><A HREF="#quickjs">QuickJS</A> -<LI><A HREF="#punycode">Punycode library</A> -</UL> -<H2 id=chawan>Chawan</H2> -<PRE> -This is free and unencumbered software released into the public domain. - -Anyone is free to copy, modify, publish, use, compile, sell, or -distribute this software, either in source code form or as a compiled -binary, for any purpose, commercial or non-commercial, and by any -means. - -In jurisdictions that recognize copyright laws, the author or authors -of this software dedicate any and all copyright interest in the -software to the public domain. We make this dedication for the benefit -of the public at large and to the detriment of our heirs and -successors. We intend this dedication to be an overt act of -relinquishment in perpetuity of all present and future rights to this -software under copyright law. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. -IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR -OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, -ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR -OTHER DEALINGS IN THE SOFTWARE. - -For more information, please refer to <http://unlicense.org/> -</PRE> - -<H2 id=quickjs>QuickJS</H2> -Note that our vendored copy of QuickJS also includes code from -<A HREF="https://www.freelists.org/post/quickjs-devel/PATCH-toplevel-await-TLA">zamfofex</A>, -<A HREF="https://github.com/bellard/quickjs/pull/132">Bo Yao</A>, -and -<A HREF="https://github.com/bellard/quickjs/pull/182">Nick Vatamaniuc</A>. -<BR> -We also include changes made to the QuickJS sources in the -<A HREF="https://github.com/saghul/txiki.js">txiki.js</A> project by -Saúl Ibarra Corretgé. -<PRE> -QuickJS Javascript Engine - -Copyright (c) 2017-2021 Fabrice Bellard -Copyright (c) 2017-2021 Charlie Gordon - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL -THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. -</PRE> - -<H2 id=punycode>Punycode library</H2> -We vendor the punycode library, which is no longer included in the Nim -standard library. This library is distributed under the following terms: -<PRE> -MIT License - -Copyright (c) 2022 The Nim programming language - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. -</PRE> - -</BODY> -</HTML> |