chatty.github.io/help/help-about.html
2023-01-15 05:21:11 +01:00

117 lines
6.9 KiB
HTML

<!DOCTYPE html>
<html>
<title>Chatty - About / License</title>
<link rel="stylesheet" type="text/css" href="style.css" />
<body>
<div id="backlink"><a href="help.html">To main help page</a></div>
<h1><a name="top">About / License</a></h1>
<p>Chatty is released, as a whole, under the <a href="GPLv3.html">GPLv3</a>.
The source code for this program is available on
<a href="https://github.com/chatty/chatty">GitHub</a>.</p>
<pre>
Copyright (C) 2017-2022 tduva and contributors
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see &lt;http://www.gnu.org/licenses/&gt;.</pre>
<h2>Third-party components</h2>
<p>Chatty wouldn't be as it is today without the work of others.
See the <a href="https://github.com/chatty/chatty">GitHub Repository</a>
for more detailed license information.</p>
<h3>Libraries</h3>
<ul>
<li><a href="https://code.google.com/p/json-simple/">JSON-Simple</a>
(<a href="http://www.apache.org/licenses/LICENSE-2.0">"Apache License 2.0"</a>)</li>
<li><a href="https://github.com/tulskiy/jkeymaster">JKeyMaster</a> (LGPL-3.0), <a href="https://github.com/java-native-access/jna">JNA</a> (Apache 2.0)</li>
<li><a href="https://github.com/TooTallNate/Java-WebSocket">Java-WebSocket</a> (MIT), <a href="http://www.slf4j.org/">SLF4J</a> (MIT)</li>
<li><a href="http://www.jtattoo.net">JTattoo</a> by MH Software-Entwicklung
(<a href="http://www.gnu.org/licenses/gpl-3.0.txt">GPLv2 or later</a>)</li>
<li><a href="https://www.formdev.com/flatlaf/">FlatLaf</a> by FormDev
(<a href="https://github.com/JFormDesigner/FlatLaf/blob/main/LICENSE">Apache License 2.0</a>)</li>
<li><a href="https://github.com/rjeschke/txtmark">Txtmark</a>
(<a href="http://www.apache.org/licenses/LICENSE-2.0">"Apache License 2.0"</a>)</li>
<li><a href="https://hc.apache.org/">Apache HttpComponents Client</a> (<a href="http://www.apache.org/licenses/LICENSE-2.0">"Apache License 2.0"</a>)</li>
<li><a href="https://github.com/pngencoder/pngencoder">PNGEncoder</a> (<a href="https://github.com/chatty/chatty/blob/master/src/com/pngencoder/LICENSE">License</a>)</li>
<li><a href="https://github.com/chatty/chatty/blob/master/src/chatty/util/gif/PNGDecoder.java">PNGDecoder</a>
<li><a href="https://github.com/tduva/WebPDecoderJN">WebPDecoderJN</a>, uses <a href="https://github.com/webmproject/libwebp">LibWebP</a> (<a href="https://github.com/tduva/WebPDecoderJN/blob/main/COPYING">BSD-3-Clause</a>)</li>
</ul>
<h3>Images / Other resources</h3>
<ul>
<li><a href="https://www.iconfinder.com/icons/17999/bookmark_favorite_star_icon">Favorite Icon</a>
(Star Icon) by Everaldo Coelho under <a href="http://www.gnu.org/licenses/lgpl.html">LGPL</a>.</li>
<li>Several Icons from the <a href="http://tango.freedesktop.org/Tango_Icon_Library">Tango Icon Theme</a>
(Public Domain).</li>
<li>Several Icons from the <a href="http://www.icon-king.com/projects/nuvola/">NUVOLA ICON THEME</a> for KDE 3.x by David Vignoni
under <a href="http://www.gnu.org/licenses/lgpl.html">LGPL</a>.</li>
<li>Robot Icon by <a href="http://p.yusukekamiyamane.com">Yusuke Kamiyamane</a> under <a href="http://creativecommons.org/licenses/by/3.0/">CC-BY 3.0</a>.</li>
<li>Emoji:
<ul>
<li>Metadata (shortcodes, category, unicode version) based on <a href="https://github.com/github/gemoji/blob/master/db/emoji.json">Gemoji</a>
and <a href="https://github.com/joypixels/emojione/blob/master/emoji.json">Emoji One</a>, both
under the <a href="https://opensource.org/licenses/MIT">MIT License</a></li>
<li><a href="http://emojione.com/">EmojiOne</a> images (old version, newer versions are not under a free license) licensed under
<a href="https://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International</a></li>
<li><a href="https://github.com/twitter/twemoji">Twitter Emoji (Twemoji)</a> images licensed under
<a href="https://creativecommons.org/licenses/by/4.0/">CC-BY 4.0</a></li>
</ul>
</li>
</ul>
<h2>
<a name="thanks">Thanks</a>
<a href="#top" class="top">[back to menu]</a>
</h2>
<p>Some of the resources that were helpful in the development of this program:</p>
<ul>
<li>Thanks to <a href="http://java-sl.com">java-sl.com</a> for some nice articles.</li>
<li>Thanks to <a href="http://twitchemotes.com">Twitchemotes.com</a> for
their API endpoints providing additional emote information.</li>
<li>Thanks to <a href="https://frankerfacez.com">FrankerFaceZ</a> for
their Emotes/APIs and support.</li>
<li>Thanks to <a href="http://www.nightdev.com">Nightdev</a> for allowing the use
of the <a href="http://www.nightdev.com/betterttv/">BetterTTV</a> emotes.</li>
<li>Thanks to users providing good bug reports and giving feedback.</li>
</ul>
<h2>Other License Information</h2>
<p>Partly based on source code (most files located in the src/chatty/
directory and subdirectories) licensed under the MIT license.</p>
<pre>
Copyright (c) 2014-2017 tduva and contributors
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>