diff options
| author | Ray San <[email protected]> | 2017-02-06 18:48:56 +0100 |
|---|---|---|
| committer | Ray San <[email protected]> | 2017-02-06 18:48:56 +0100 |
| commit | 1f6eb1fc61d2cc0cca54a79c1516432f09c86313 (patch) | |
| tree | 9ddff0e6ddba65004557c3628a3d56dfaf47ea4b /docs/license.html | |
| parent | f2f05a734d4999ffdc19629c838f46914650bbd0 (diff) | |
| download | raylib-1f6eb1fc61d2cc0cca54a79c1516432f09c86313.tar.gz raylib-1f6eb1fc61d2cc0cca54a79c1516432f09c86313.zip | |
Moved raylib webpage to docs folder
raylib webpage has been completely reorganized and moved from gh-pages
(a pain to work with) to docs folder. Useless libs have been removed,
webs have been renamed, etc.
Now it would be easier (hopefully) to update webpage. :)
Diffstat (limited to 'docs/license.html')
| -rw-r--r-- | docs/license.html | 93 |
1 files changed, 93 insertions, 0 deletions
diff --git a/docs/license.html b/docs/license.html new file mode 100644 index 00000000..f9fc1b9f --- /dev/null +++ b/docs/license.html @@ -0,0 +1,93 @@ +<!DOCTYPE html> +<html> + <head> + <meta charset="utf-8"> + <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> + + <title>raylib - license</title> + + <meta name="title" content="raylib - license"> + <meta name="description" content="raylib is a simple and easy-to-use library to learn videogames programming. It is free, open-source and can be used in commercial projects at no cost!"> + <meta name="keywords" content="raylib, videogames, programming, C, C++, library, learn, study, simple, easy, free, open source, raysan"> + <meta name="viewport" content="width=device-width"> + + <!-- Facebook metatags for sharing --> + <meta property="og:title" content="raylib - license"/> + <meta property="og:image" content="http://www.raylib.com/common/img/fb_raylib_logo.png"/> + <meta property="og:url" content="http://www.raylib.com" /> + <meta property="og:site_name" content="raylib"/> + <meta property="og:description" content="raylib zlib/libpng license... it is free, open-source and can be used in commercial projects at no cost!"/> + + <link rel="stylesheet" href="common/css/main.css"> + <link rel="icon" href="favicon.ico" /> + </head> + + <body> + <div class="page"> + <!--[if lt IE 7]> + <p class="chromeframe">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">activate Google Chrome Frame</a> to improve your experience.</p> + <![endif]--> + + <div class="header"> + <a id="logo" href="index.html"></a> + <div id="social"> + <a id="itchio" href="https://raysan5.itch.io" target="_blank"></a> + <a id="patreon" href="https://www.patreon.com/raysan5" target="_blank"></a> + <a id="twitch" href="http://www.twitch.tv/raysan5" target="_blank"></a> + <a id="reddit" href="https://www.reddit.com/r/raylib/" target="_blank"></a> + <a id="freenode" href="http://webchat.freenode.net/?channels=#raylib" target="_blank"></a> + <a id="facebook" href="http://www.facebook.com/raylibgames" target="_blank"></a> + <a id="twitter" href="http://www.twitter.com/raysan5" target="_blank"></a> + <a id="github" href="http://github.com/raysan5/raylib" target="_blank"></a> + </div> + <div class="menu"> + <a href="index.html">about</a> + <a href="examples.html">examples</a> + <a href="games.html">games</a> + <a href="helpme.html">helpme!</a> + <a id="forum" href="http://forum.raylib.com">forum</a> + </div> + </div> + + <div class="content"> + <strong>license</strong> + <br><br> + <p>raylib is licensed under an unmodified zlib/libpng license, which is an + OSI-certified, BSD-like license that allows static linking with closed + source software. It is reproduced in its entirety below.</p> + <br> + <div id="licensebox"> + <p>Copyright (c) 2013-2016 Ramon Santamaria (@raysan5)</p> + <p>This software is provided "as-is", without any express or implied warranty. In no event + will the authors be held liable for any damages arising from the use of this software.</p> + <p>Permission is granted to anyone to use this software for any purpose, including commercial + applications, and to alter it and redistribute it freely, subject to the following restrictions:</p> + <p class="licensepoint"> 1. The origin of this software must not be misrepresented; you must not claim that you + wrote the original software. If you use this software in a product, an acknowledgment + in the product documentation would be appreciated but is not required.</p> + <p class="licensepoint"> 2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software.</p> + <p class="licensepoint"> 3. This notice may not be removed or altered from any source distribution.</p> + <br> + </div> + </div> + + <div class="footer"> + <p>Web developed by <a href="http://www.raysanweb.com" target="_blank">RaySan</a> and <a href="http://www.elendow.com" target="_blank">Elendow</a></p> + </div> + + </div> + + <!-- Google Analytics tracking code --> + <script> + (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ + (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), + m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) + })(window,document,'script','http://www.google-analytics.com/analytics.js','ga'); + + ga('create', 'UA-45733555-1', 'raylib.com'); + ga('require', 'linkid', 'linkid.js'); + ga('send', 'pageview'); + </script> + </body> +</html>
\ No newline at end of file |
