magicctf-github-io/licensing.html

81 lines
6.6 KiB
HTML

<!doctype html>
<!-- Template for lua_api.html -->
<html lang="en">
<body data-spy="scroll" data-target="#contenttable" data-offset="15" style="background: url('background.png') no-repeat center center fixed;background-size: auto 100%;background-repeat: no-repeat;image-rendering:optimizeSpeed;image-rendering:pixelated"></body>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="Minetest Magic-CTF Game - Licensing">
<meta name="og:description" content="Minetest Magic-CTF Game - Licensing">
<meta name="og:title" content="Minetest Magic-CTF - Licensing">
<meta name="og:image" content="https://magicctf.github.io/magicctflogoultrares.png">
<meta name="favicon" content="https://magicctf.github.io/favicon.ico">
<meta name="author" content="Lars Müller">
<link rel="icon" href="icon.png">
<div class="bg"></div>
<title>Magic-CTF - Licensing</title>
<link rel="icon" href="favicon.ico" type="image/x-icon">
<!-- Scripts and stylesheets -->
<!-- Bootstrap core CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<link href="jumbotron.css" rel="stylesheet">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"></script>
<!-- Table of content -->
<div class="position-fixed" id="toc2" style="left: 20px;">
<nav class="col-lg">
<ul class="nav flex-column nav-pills affix">
<a class="nav-link" href="index.html">Home</a><a class="nav-link" href="content.html">Content</a><a class="nav-link" href="about.html">About Magic-CTF</a><a class="nav-link" href="gallery.html">Gallery</a><a class="nav-link active" id="v-pills-home-tab" data-toggle="pill" href="licensing.html" role="tab" aria-controls="v-pills-home" aria-selected="true">Licensing</a><a class="nav-link" href="videos.html">Videos</a><a class="nav-link" href="playguide.html">Playguide</a><a class="nav-link" href="credits.html">Credits</a><a class="nav-link" href="releases.html">Releases</a><a class="nav-link" href="about_us.html">About Us</a>
<!--Python script places stuff here-->
</ul>
</nav>
</div>
<!-- Table of content -->
<div class="position-fixed" id="toc" style="right: 20px;">
<nav class="col-lg" id="contenttable">
<ul class="nav flex-column nav-pills affix" id="v-pills-tab" data-spy="affix" data-offset-top="205">
<li><a class="nav-link" href="#gheader1"><h1><p>Licensing</p></h1></a></li>
<!--Python script places stuff here-->
</ul>
</nav>
</div>
<!--<div class="jumbotron" style="background-color:rgba(0,0,0,0)">-->
<div class="row" style="width:60%;margin-left:20%;margin-right:20%;">
<div class="col-lg" style="display:inline-block;height:100%;">
<div>
<h1 id="gheader1"><p>Licensing</p></h1><br><br><p><b>The Minetest Game content, as well as the mods by external contributors(hudbars &amp; mana(Wuzzy), sprint(Gunship Penguin), 3d_armor modpack(stu)), of course remain under their licenses.</b></p><br><p>Content by KGM(magical, tnta &amp; more_weapons base) is licensed under a <b>custom license</b> : </p><br><blockquote class="blockquote"><p>===================================================================</p><p>KGM RD License v 1.0</p><p>===================================================================</p><p>0.</p><p>This software comes without any warranty,</p><p>to the extent permitted by applicable law.</p><p>1.</p><p>you are allowed to use this mod for personal use only.</p><p>2.</p><p>(taken out of gnu GPL)</p><p>This License applies to any program or other work which contains a notice placed by the copyright</p><p>holder saying it may be distributed under the terms of this General Public License. The</p><p>&quot;Program&quot;, below, refers to any such program or work, and a &quot;work based on the Program&quot; means</p><p>either the Program or any derivative work under copyright law: that is to say, a work containing</p><p>the Program or a portion of it, either verbatim or with modifications and/or translated into</p><p>another language. (Hereinafter, translation is included without limitation in the term</p><p>&quot;modification&quot;.) Each licensee is addressed as &quot;you&quot;.</p><p>3.</p><p>you are allowed to create derivative works for personal use only.</p><p>4.</p><p>You are not allowed to distribute any copy or work based on this programm unless the copyright</p><p>holder declares his consent.</p></blockquote><br><p>which <b>was</b> fully compatible with the Minetest forum rules.</p><br><p>All other stuff was made by LMD and is licensed under <b>GPLv3</b>, if not otherwise stated.</p><p>As the Gullskoen font is licensed under <b>CC-BY-NC</b>, all textures of this game that are based on that font are therefore also licensed under <b>CC-BY-NC</b>.</p><p>The textures based on jp&apos;s enchantment table texture(magic tables, treasure spawners) <b>inherit the license</b>.</p><br>
</div>
<!--Python script places stuff here-->
<hr>
<p>Magic-CTF is a new, magically themed CTF Engine & Game for Minetest Servers.</p>
<p>Minetest is a free software game engine currently under development to create various games based on voxel gameplay, inspired by InfiniMiner, Minecraft, and the like. Minetest was originally created by Perttu Ahola (alias “celeron55”). </p>
<a>Page generated by </a><a href="https://github.com/appgurueu/md-pypage">md-pypage</a><a>.</a>
</div>
</div>
<!--</div>-->
<script>
var last=""
var objDiv=document.getElementById("toc")
function scroll() {
var elem=document.getElementsByClassName("nav-link active")
elem=elem[elem.length-1]
if (elem != null && last != elem.textContent) {
last=elem.textContent;
objDiv.scrollTop = elem.offsetTop;
}
}
window.setInterval(scroll,5)
</script>
</body>
</html>