-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathlicense.html
More file actions
95 lines (90 loc) · 4.62 KB
/
Copy pathlicense.html
File metadata and controls
95 lines (90 loc) · 4.62 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>RipperMoonKit License</title>
<meta name="description" content="RipperMoonKit license terms: free personal use, source available, no repackaging, resale, rebranding, or embedding into another product without permission.">
<link rel="stylesheet" href="site.css">
</head>
<body>
<header class="topbar">
<div class="topbar-inner">
<a class="brand" href="../index.html"><img src="assets/rippermoonlogo.png" alt=""><span>RipperMoonKit</span></a>
<nav class="topnav" aria-label="Top navigation">
<a href="../index.html">Home</a><a href="index.html">Docs</a><a href="https://github.com/MoonTheRipper/RipperMoonKit/releases/latest/download/RipperMoonKit-Launcher.dmg">Download DMG</a><a href="https://github.com/MoonTheRipper/RipperMoonKit">GitHub</a>
</nav>
</div>
</header>
<div class="page">
<aside class="doc-tree" aria-label="Documentation tree">
<input type="checkbox" id="docnav" class="doc-tree-switch">
<label for="docnav" class="doc-tree-toggle">Documentation</label>
<details open>
<summary>Start Here</summary>
<a href="index.html">Overview</a>
<a href="normal-user-guide.html">Normal User Guide</a>
<a href="installation.html">Installation</a>
<a href="proof-of-concept.html">Proof Of Concept</a>
</details>
<details open>
<summary>Use The App</summary>
<a href="gui.html">Launcher Guide</a>
<a href="games.html">Games And Saves</a>
<a href="tested-games.html">Known Tested Games</a>
</details>
<details open>
<summary>Game Workflows</summary>
<a href="elden-ring.html">Elden Ring ERSC</a>
<a href="reframework.html">REFramework Plan</a>
<a href="ersc-esync-file-descriptor-fix-2026-05-16.html">ERSC Esync Fix</a>
</details>
<details open>
<summary>Reference</summary>
<a href="commands.html">Commands</a>
<a href="troubleshooting.html">Troubleshooting</a>
<a href="faq.html">Q&A</a>
</details>
<details>
<summary>Project</summary>
<a href="license.html" aria-current="page">License</a>
<a href="../index.html">Project Home</a>
<a href="https://github.com/MoonTheRipper/RipperMoonKit">GitHub Repo</a>
</details>
</aside>
<main class="content">
<div class="hero">
<p class="eyebrow">License</p>
<h1>Free to use. Not free to repackage.</h1>
<p class="lead">RipperMoonKit is source-available so users can inspect it, run it, modify it for their own machines, and contribute improvements. It is not licensed for resale, rebranding, repackaging, or embedding into another product.</p>
</div>
<h2>What You Can Do</h2>
<ul>
<li>Install and run RipperMoonKit for free.</li>
<li>Read the source code and documentation.</li>
<li>Build a personal copy for your own machines.</li>
<li>Make private modifications for your own use.</li>
<li>Fork the repository or prepare patches to contribute back upstream.</li>
<li>Share links to the official repository and official releases.</li>
</ul>
<h2>What You Cannot Do</h2>
<ul>
<li>Sell or rent RipperMoonKit.</li>
<li>Redistribute modified or unmodified packaged builds.</li>
<li>Rebrand it as a separate launcher or toolkit.</li>
<li>Embed the code into another app, service, commercial toolkit, or paid distribution.</li>
<li>Use the name, logo, screenshots, or branding to imply an unofficial build is endorsed.</li>
<li>Bundle it with games, Apple GPTK files, Steam files, third-party mods, or any files you do not have permission to redistribute.</li>
</ul>
<h2>Plain Answer</h2>
<p>This is not MIT, Apache-2.0, or GPL. Those licenses allow forms of redistribution and repackaging that the project does not allow. The full license is in the repository root as <a href="../LICENSE">LICENSE</a>.</p>
<h2>Third-Party Tools</h2>
<p>RipperMoonKit can help users install or launch third-party tools. Those tools keep their own licenses and terms. This project does not grant rights to Apple Game Porting Toolkit, Wine, Steam, games, game assets, mods, ModEngine, Seamless Co-op, Randomizer, or other third-party components.</p>
<div class="next-links">
<a class="button-link primary" href="../LICENSE">Read Full License</a>
<a class="button-link" href="faq.html">Read Q&A</a>
</div>
</main>
</div>
</body>
</html>