You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

94 lines
5.5 KiB

  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  6. <title>raylib - license</title>
  7. <meta name="title" content="raylib - license">
  8. <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!">
  9. <meta name="keywords" content="raylib, videogames, programming, C, C++, library, learn, study, simple, easy, free, open source, raysan">
  10. <meta name="viewport" content="width=device-width">
  11. <!-- Facebook metatags for sharing -->
  12. <meta property="og:title" content="raylib - license"/>
  13. <meta property="og:image" content="http://www.raylib.com/common/img/fb_raylib_logo.png"/>
  14. <meta property="og:url" content="http://www.raylib.com" />
  15. <meta property="og:site_name" content="raylib"/>
  16. <meta property="og:description" content="raylib zlib/libpng license... it is free, open-source and can be used in commercial projects at no cost!"/>
  17. <link rel="stylesheet" href="common/css/main.css">
  18. <link rel="icon" href="favicon.ico" />
  19. </head>
  20. <body>
  21. <div class="page">
  22. <!--[if lt IE 7]>
  23. <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>
  24. <![endif]-->
  25. <div class="header">
  26. <a id="logo" href="index.html"></a>
  27. <div id="social">
  28. <a id="itchio" href="https://raysan5.itch.io" target="_blank"></a>
  29. <a id="handmade" href="https://raylib.handmade.network/" target="_blank"></a>
  30. <a id="patreon" href="https://www.patreon.com/raysan5" target="_blank"></a>
  31. <a id="twitch" href="http://www.twitch.tv/raysan5" target="_blank"></a>
  32. <a id="reddit" href="https://www.reddit.com/r/raylib/" target="_blank"></a>
  33. <a id="freenode" href="http://webchat.freenode.net/?channels=#raylib" target="_blank"></a>
  34. <a id="facebook" href="http://www.facebook.com/raylibgames" target="_blank"></a>
  35. <a id="twitter" href="http://www.twitter.com/raysan5" target="_blank"></a>
  36. <a id="github" href="http://github.com/raysan5/raylib" target="_blank"></a>
  37. <a id="youtube" href="https://www.youtube.com/channel/UC8WIBkhYb5sBNqXO1mZ7WSQ" target="_blank"></a>
  38. </div>
  39. <div class="menu">
  40. <a href="index.html">about</a>
  41. <a href="examples.html">examples</a>
  42. <a href="games.html">games</a>
  43. <a href="helpme.html">helpme!</a>
  44. <a id="forum" href="http://forum.raylib.com">forum</a>
  45. </div>
  46. </div>
  47. <div class="content">
  48. <strong>license</strong>
  49. <br><br>
  50. <p>raylib is licensed under an unmodified zlib/libpng license, which is an
  51. OSI-certified, BSD-like license that allows static linking with closed
  52. source software. It is reproduced in its entirety below.</p>
  53. <br>
  54. <div id="licensebox">
  55. <p>Copyright (c) 2013-2016 Ramon Santamaria (@raysan5)</p>
  56. <p>This software is provided "as-is", without any express or implied warranty. In no event
  57. will the authors be held liable for any damages arising from the use of this software.</p>
  58. <p>Permission is granted to anyone to use this software for any purpose, including commercial
  59. applications, and to alter it and redistribute it freely, subject to the following restrictions:</p>
  60. <p class="licensepoint"> 1. The origin of this software must not be misrepresented; you must not claim that you
  61. wrote the original software. If you use this software in a product, an acknowledgment
  62. in the product documentation would be appreciated but is not required.</p>
  63. <p class="licensepoint"> 2. Altered source versions must be plainly marked as such, and must not be
  64. misrepresented as being the original software.</p>
  65. <p class="licensepoint"> 3. This notice may not be removed or altered from any source distribution.</p>
  66. <br>
  67. </div>
  68. </div>
  69. <div class="footer">
  70. <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>
  71. </div>
  72. </div>
  73. <!-- Google Analytics tracking code -->
  74. <script>
  75. (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  76. (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  77. m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  78. })(window,document,'script','http://www.google-analytics.com/analytics.js','ga');
  79. ga('create', 'UA-45733555-1', 'raylib.com');
  80. ga('require', 'linkid', 'linkid.js');
  81. ga('send', 'pageview');
  82. </script>
  83. </body>
  84. </html>