first commit

This commit is contained in:
Raven Scott
2026-07-11 19:01:46 -04:00
commit acc2042f82
84 changed files with 13094 additions and 0 deletions
+93
View File
@@ -0,0 +1,93 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover" />
<title>Copyright &amp; DMCA · PearDock Legal</title>
<meta name="description" content="Copyright ownership and DMCA notice procedure for PearDock / HoneyPeer, LLC." />
<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">Legal</p>
<h1>Copyright &amp; DMCA</h1>
<p class="docs-lead">
Copyright in PearDock product materials and HoneyPeer-operated Sites is held by
<strong>HoneyPeer, LLC</strong>, except open-source code licensed under AGPL-3.0 and third-party works.
</p>
<p class="legal-updated">Last updated: <strong>July 11, 2026</strong></p>
<h2 id="ownership">1. Copyright ownership</h2>
<p>
© 2024-<span data-year></span> HoneyPeer, LLC and contributors.
Website content, documentation layout, original graphics, and brand materials are protected by copyright.
Software source is additionally licensed under AGPL-3.0 as described in
<a href="/legal/license">Open Source Notices</a>.
</p>
<h2 id="permission">2. Permission</h2>
<p>
You may quote short excerpts of documentation with attribution for non-misleading technical purposes.
For republication of substantial documentation or brand assets, contact
<a href="mailto:[email protected]">[email protected]</a>.
</p>
<h2 id="dmca">3. DMCA / copyright complaints</h2>
<p>
If you believe content on a HoneyPeer-operated Site infringes your copyright, send a notice that includes:
</p>
<ol>
<li>Your physical or electronic signature;</li>
<li>Identification of the copyrighted work claimed to be infringed;</li>
<li>Identification of the material that is claimed to be infringing and information reasonably sufficient to locate it (URL);</li>
<li>Your contact information (address, telephone, email);</li>
<li>A statement that you have a good-faith belief that use of the material is not authorized by the copyright owner, its agent, or the law;</li>
<li>A statement that the information in the notification is accurate, and under penalty of perjury, that you are authorized to act on behalf of the owner.</li>
</ol>
<p>
<strong>Designated agent (email):</strong>
<a href="mailto:[email protected]">[email protected]</a><br />
<strong>Entity:</strong> HoneyPeer, LLC, DeKalb County, Georgia, USA
</p>
<p>
Upon valid notice, HoneyPeer may remove or disable access to the material and, where applicable, notify the poster.
Counter-notification procedures under the DMCA may apply.
</p>
<h2 id="repeat">4. Repeat infringers</h2>
<p>
HoneyPeer may terminate access to Sites or distribution channels for users who are repeat infringers, where accounts or access controls exist.
</p>
<h2 id="selfhost">5. Self-hosted content</h2>
<p>
Content hosted on systems you operate with PearDock is your responsibility.
HoneyPeer generally cannot remove content from infrastructure we do not control.
Send notices about HoneyPeer-operated Sites only to the address above.
</p>
<div class="docs-pager">
<a href="/legal/aup"><span>Previous</span><strong>← Acceptable Use</strong></a>
<a class="next" href="/legal/disclaimer"><span>Next</span><strong>Disclaimer →</strong></a>
</div>
</article>
</div>
<div data-footer data-prefix="../"></div>
<script type="module" src="/src/js/site.js"></script>
</body>
</html>