first commit
This commit is contained in:
@@ -0,0 +1,115 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover" />
|
||||
<title>Legal · PearDock</title>
|
||||
<meta name="description" content="Legal documents for PearDock by HoneyPeer, LLC: Terms, EULA, Privacy, AGPL-3.0 license notices, and more." />
|
||||
<meta name="theme-color" content="#2dd4bf" />
|
||||
<link rel="icon" href="/assets/favicons/favicon.ico" sizes="any" />
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
||||
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=JetBrains+Mono:wght@400;500&display=swap" rel="stylesheet" />
|
||||
<link rel="stylesheet" href="/src/styles/global.css" />
|
||||
<link rel="stylesheet" href="/src/styles/docs.css" />
|
||||
<link rel="stylesheet" href="/src/styles/legal.css" />
|
||||
</head>
|
||||
<body>
|
||||
<div class="bg-mesh" aria-hidden="true"></div>
|
||||
<div data-nav data-prefix="../"></div>
|
||||
|
||||
<div class="docs-layout legal-layout">
|
||||
<aside class="docs-sidebar" data-legal-nav></aside>
|
||||
<button type="button" class="docs-sidebar-toggle" aria-label="Legal menu">☰</button>
|
||||
|
||||
<article class="docs-main legal-main">
|
||||
<p class="legal-kicker">HoneyPeer, LLC</p>
|
||||
<h1>Legal</h1>
|
||||
<p class="docs-lead">
|
||||
PearDock is owned, operated, and engineered by <strong>HoneyPeer, LLC</strong>,
|
||||
a limited liability company organized under the laws of the State of Georgia
|
||||
(DeKalb County), United States. The PearDock software is made available as
|
||||
open source under the <strong>GNU Affero General Public License v3.0 (AGPL-3.0)</strong>.
|
||||
</p>
|
||||
|
||||
<div class="legal-notice callout info">
|
||||
<div class="callout-icon">i</div>
|
||||
<div class="callout-body">
|
||||
<strong>Two layers of rights.</strong>
|
||||
The <em>source code</em> is licensed under AGPL-3.0 (and third-party licenses noted in
|
||||
<a href="/legal/license">Open Source Notices</a>).
|
||||
Use of the <em>website, hosted materials, trademarks, and binary distributions we publish</em>
|
||||
is also governed by the Terms, EULA, and policies linked below.
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="docs-cards legal-cards">
|
||||
<a class="docs-card" href="/legal/terms">
|
||||
<span class="card-tag">Website & services</span>
|
||||
<h3>Terms of Service</h3>
|
||||
<p>Rules for using peardock.boats, install.peardock.boats, and related HoneyPeer online properties.</p>
|
||||
</a>
|
||||
<a class="docs-card" href="/legal/eula">
|
||||
<span class="card-tag">Software</span>
|
||||
<h3>End User License Agreement</h3>
|
||||
<p>License terms for PearDock client/server binaries and desktop applications distributed by HoneyPeer.</p>
|
||||
</a>
|
||||
<a class="docs-card" href="/legal/privacy">
|
||||
<span class="card-tag">Data</span>
|
||||
<h3>Privacy Policy</h3>
|
||||
<p>How HoneyPeer handles information on our sites, including cookies and similar technologies.</p>
|
||||
</a>
|
||||
<a class="docs-card" href="/legal/license">
|
||||
<span class="card-tag">Open source</span>
|
||||
<h3>Open Source & Notices</h3>
|
||||
<p>AGPL-3.0 license summary, copyright, and third-party components (including Holesail).</p>
|
||||
</a>
|
||||
<a class="docs-card" href="/legal/aup">
|
||||
<span class="card-tag">Conduct</span>
|
||||
<h3>Acceptable Use Policy</h3>
|
||||
<p>Prohibited misuse of PearDock, installers, tunnels, and HoneyPeer infrastructure.</p>
|
||||
</a>
|
||||
<a class="docs-card" href="/legal/copyright">
|
||||
<span class="card-tag">IP</span>
|
||||
<h3>Copyright & DMCA</h3>
|
||||
<p>Copyright ownership, notice-and-takedown, and reporting infringement.</p>
|
||||
</a>
|
||||
<a class="docs-card" href="/legal/disclaimer">
|
||||
<span class="card-tag">Risk</span>
|
||||
<h3>Disclaimer & Liability</h3>
|
||||
<p>Warranty disclaimers and limitation of liability for open-source infrastructure software.</p>
|
||||
</a>
|
||||
<a class="docs-card" href="/legal/security">
|
||||
<span class="card-tag">Safety</span>
|
||||
<h3>Security Policy</h3>
|
||||
<p>Responsible vulnerability disclosure and security contact for PearDock.</p>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<h2>Entity</h2>
|
||||
<div class="table-wrap">
|
||||
<table>
|
||||
<tbody>
|
||||
<tr><th scope="row">Product</th><td>PearDock</td></tr>
|
||||
<tr><th scope="row">Owner / operator / engineer</th><td>HoneyPeer, LLC</td></tr>
|
||||
<tr><th scope="row">Jurisdiction</th><td>State of Georgia, United States (DeKalb County)</td></tr>
|
||||
<tr><th scope="row">Software license</th><td>GNU Affero General Public License, Version 3 (AGPL-3.0)</td></tr>
|
||||
<tr><th scope="row">Primary sites</th><td>peardock.boats · install.peardock.boats</td></tr>
|
||||
<tr><th scope="row">Contact</th><td><a href="mailto:[email protected]">[email protected]</a> (legal, privacy, security, brand, DMCA)</td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<p class="legal-updated">Documents effective as of <strong>July 11, 2026</strong>, unless a page states otherwise. HoneyPeer may update these documents; the “Last updated” line on each page controls.</p>
|
||||
|
||||
<div class="docs-pager">
|
||||
<span></span>
|
||||
<a class="next" href="/legal/terms"><span>Start with</span><strong>Terms of Service →</strong></a>
|
||||
</div>
|
||||
</article>
|
||||
</div>
|
||||
|
||||
<div data-footer data-prefix="../"></div>
|
||||
<script type="module" src="/src/js/site.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user