index.html 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155
  1. <!DOCTYPE html>
  2. <html lang="en-us">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1">
  6. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  7. <title>jMonkeyEngine</title>
  8. <meta name="description" content="A cross-platform game engine for adventurous Java developers.">
  9. <link rel="stylesheet" href="/css/custom.css">
  10. <link rel="stylesheet" href="/lib/fomantic/semantic.min.css">
  11. <link rel="stylesheet" href="/lib/blueimp-gallery/2.35.0/css/blueimp-gallery.min.css" />
  12. <script src="/js/jquery.min.js"></script>
  13. <script src="/lib/fomantic/semantic.min.js"></script>
  14. <script src="/lib/blueimp-gallery/2.35.0/js/blueimp-gallery.min.js" defer></script>
  15. <script src="/js/custom.js" defer></script>
  16. <link rel="alternate" type="application/rss+xml" href="/license/index.xml" title="jMonkeyEngine">
  17. </head>
  18. <body>
  19. <header>
  20. <div class="ui stackable inverted secondary menu" style="background-color: #222222;">
  21. <div class="ui container">
  22. <div class="item">
  23. <a href="/"><img class="ui image" src="/images/jme-logo.png"/></a>
  24. </div>
  25. <a class="item" id="Blog" href="/blog/">Blog</a>
  26. <a class="item" id="Documentation" href="/docs/">Documentation</a>
  27. <a class="item" id="License" href="/license/">License</a>
  28. <a class="item" href="https://hub.jmonkeyengine.org">Community</a>
  29. <a class="item" href="https://jmonkeystore.com">Store</a>
  30. <div class="right menu">
  31. <a class="item" href="https://github.com/jMonkeyEngine/jmonkeyengine" id="git-menu-item"><i class="github icon"></i>Github</a>
  32. <a href="https://discord.gg/JdjhsRw" class="item" id="discord-menu-item"><i class="discord icon"></i>Discord</a>
  33. </div>
  34. </div>
  35. </div>
  36. </header>
  37. <div class="ui container">
  38. <br />
  39. <h1>License</h1>
  40. <p>jMonkeyEngine is licensed under the very permissive <a href="https://choosealicense.com/licenses/bsd-3-clause/">BSD 3-Clause License</a>, giving you the freedom to publish your game and modify the engine without limitation completely free! There are <strong>no requirements</strong> to use our engine. No splash screens, no fees and no requirement to mention jMonkeyEngine in your game at all.</p>
  41. <p>Below is a copy of the BSD 3-Clause license used by this engine.</p>
  42. <div class="highlight"><pre style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code class="language-text" data-lang="text">Copyright (c) 2009-2019 jMonkeyEngine
  43. All rights reserved.
  44. Redistribution and use in source and binary forms, with or without
  45. modification, are permitted provided that the following conditions are
  46. met:
  47. * Redistributions of source code must retain the above copyright
  48. notice, this list of conditions and the following disclaimer.
  49. * Redistributions in binary form must reproduce the above copyright
  50. notice, this list of conditions and the following disclaimer in the
  51. documentation and/or other materials provided with the distribution.
  52. * Neither the name of &#39;jMonkeyEngine&#39; nor the names of its contributors
  53. may be used to endorse or promote products derived from this software
  54. without specific prior written permission.
  55. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  56. &#34;AS IS&#34; AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
  57. TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  58. PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
  59. CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
  60. EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
  61. PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
  62. PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
  63. LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
  64. NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  65. SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.</code></pre></div>
  66. <br />
  67. </div>
  68. <script>
  69. $("#License").addClass("active");
  70. </script>
  71. <footer>
  72. <div id="bottom-shadow"></div>
  73. <div class="ui inverted segment footer" style="border-radius: 0px; margin-bottom: 0px;">
  74. <div class="ui container">
  75. <br />
  76. <div class="ui two column stackable grid">
  77. <div class="column">
  78. <p>
  79. &copy; 2019 <a href="https://jmonkeyengine.org/">jMonkeyEngine</a>.
  80. A free open-source game engine licensed under the <a href="https://choosealicense.com/licenses/bsd-3-clause/">BSD 3-Clause license</a>.
  81. All rights reserved.
  82. </p>
  83. </div>
  84. <div class="column">
  85. <a href="https://www.patreon.com/jmonkey">
  86. <img style="float: right; width: 217px; height: 51px;" class="ui rounded fluid image" src="/images/become_a_patron_button.png">
  87. </a>
  88. </div>
  89. </div>
  90. <br />
  91. </div>
  92. </div>
  93. </footer>
  94. </body>
  95. </html>