Merge branch 'master' of github.com:beardog108/snow10-android

This commit is contained in:
Kevin Froman 2017-05-27 14:04:39 -05:00
commit ad2d3944e8
2 changed files with 21 additions and 2 deletions

View File

@ -70,7 +70,26 @@
<br><br>
<p class='center'><a href='./index.html' class='btn btn-primary'>Go Back</a></p>
</div>
<h2>License Info</h2>
<p>This software is licensed under a GPLV3 License (Copyright 2017 Kevin Froman and Arinerron)</p>
<p>This software uses the following assets/libraries:</p>
<p>jQuery v2.1.4 | (c) 2005, 2015 jQuery Foundation, Inc. | jquery.org/license</p>
<p> * Bootstrap v3.3.5 (http://getbootstrap.com) Copyright 2011-2015 Twitter, Inc. Licensed under
MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css</p>
<p>CryptoJS v3.1.2 (c) 2009-2013 by Jeff Mott. All rights reserved MIT License</p>
<p>Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License</p>
<p>clipboard.js v1.5.10 * https://zenorocha.github.io/clipboard.js Licensed MIT © Zeno Rocha</p>
<p>Bootstrap Growl by ifightcrime https://github.com/ifightcrime/bootstrap-growl/ MIT license</p>
<h3>MIT License</h3>
<pre>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>
<p>You can find the gplv3 license at https://www.gnu.org/licenses/gpl-3.0.txt</p>
</div>
<footer class='center'>made with <i class='fa fa-heart'></i> by <a href='https://chaoswebs.net/'>Beardog</a></footer>
<script src='./main.js'></script>
</body>

View File

@ -60,7 +60,7 @@
<textarea id='text' placeholder=''></textarea>
</div>
<br>
<p class='center'>Input contains <span id='countBytes'>0</span> bytes</p><br>
<p class='center'>Bytes: <span id='countBytes'>0</span></p><br>
<div class='center'><button class='btn btn-sm btn-default dataItem' id='clearInputButton'>Clear Input <i class='fa fa-cross'></i></button></div>
<br>
<div class='center'>