206 lines
10 KiB
HTML
206 lines
10 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en" data-theme="dark">
|
|
<head>
|
|
<!-- Theme: FOUC-safe bootstrap (localStorage bridgeswarm.site.theme) -->
|
|
<script>
|
|
(function () {
|
|
try {
|
|
var t = localStorage.getItem('bridgeswarm.site.theme');
|
|
if (t !== 'light' && t !== 'dark') t = 'dark';
|
|
document.documentElement.setAttribute('data-theme', t);
|
|
var meta = document.querySelector('meta[name="theme-color"]');
|
|
if (meta) meta.setAttribute('content', t === 'light' ? '#f4f5f7' : '#0c0c10');
|
|
} catch (e) {
|
|
document.documentElement.setAttribute('data-theme', 'dark');
|
|
}
|
|
})();
|
|
</script>
|
|
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover" />
|
|
<title>Legal · BridgeSwarm</title>
|
|
<meta name="description" content="Legal documents for BridgeSwarm by HoneyPeer, LLC: Terms, EULA, Privacy, AGPL-3.0 license notices, and more." />
|
|
<meta name="keywords" content="BridgeSwarm legal, HoneyPeer, Terms, Privacy, EULA, AGPL" />
|
|
<meta name="author" content="HoneyPeer, LLC" />
|
|
<meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1" />
|
|
<meta name="googlebot" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1" />
|
|
<meta name="theme-color" content="#2dd4bf" />
|
|
<meta name="color-scheme" content="dark light" />
|
|
<meta name="application-name" content="BridgeSwarm" />
|
|
<meta name="apple-mobile-web-app-title" content="BridgeSwarm" />
|
|
<meta name="apple-mobile-web-app-capable" content="yes" />
|
|
<meta name="mobile-web-app-capable" content="yes" />
|
|
<meta name="msapplication-TileColor" content="#2dd4bf" />
|
|
<meta name="msapplication-config" content="/assets/favicons/browserconfig.xml" />
|
|
<meta name="format-detection" content="telephone=no" />
|
|
<link rel="canonical" href="https://bridgeswarm.dev/legal/" />
|
|
<link rel="alternate" hreflang="en" href="https://bridgeswarm.dev/legal/" />
|
|
<link rel="alternate" hreflang="x-default" href="https://bridgeswarm.dev/legal/" />
|
|
|
|
<!-- Open Graph -->
|
|
<meta property="og:type" content="website" />
|
|
<meta property="og:site_name" content="BridgeSwarm" />
|
|
<meta property="og:locale" content="en_US" />
|
|
<meta property="og:url" content="https://bridgeswarm.dev/legal/" />
|
|
<meta property="og:title" content="Legal · BridgeSwarm" />
|
|
<meta property="og:description" content="Legal documents for BridgeSwarm by HoneyPeer, LLC: Terms, EULA, Privacy, AGPL-3.0 license notices, and more." />
|
|
<meta property="og:image" content="https://bridgeswarm.dev/assets/brand/og-image.png" />
|
|
<meta property="og:image:secure_url" content="https://bridgeswarm.dev/assets/brand/og-image.png" />
|
|
<meta property="og:image:type" content="image/png" />
|
|
<meta property="og:image:width" content="1200" />
|
|
<meta property="og:image:height" content="630" />
|
|
<meta property="og:image:alt" content="BridgeSwarm: Hyperswarm P2P for the browser" />
|
|
|
|
<!-- Twitter / X -->
|
|
<meta name="twitter:card" content="summary_large_image" />
|
|
<meta name="twitter:title" content="Legal · BridgeSwarm" />
|
|
<meta name="twitter:description" content="Legal documents for BridgeSwarm by HoneyPeer, LLC: Terms, EULA, Privacy, AGPL-3.0 license notices, and more." />
|
|
<meta name="twitter:image" content="https://bridgeswarm.dev/assets/brand/twitter-card.png" />
|
|
<meta name="twitter:image:alt" content="BridgeSwarm: Hyperswarm P2P for the browser" />
|
|
|
|
<!-- Icons & PWA -->
|
|
<link rel="icon" href="/assets/favicons/favicon.ico" sizes="any" />
|
|
<link rel="icon" type="image/png" sizes="32x32" href="/assets/favicons/favicon-32x32.png" />
|
|
<link rel="icon" type="image/png" sizes="16x16" href="/assets/favicons/favicon-16x16.png" />
|
|
<link rel="icon" type="image/png" sizes="48x48" href="/assets/favicons/favicon-48x48.png" />
|
|
<link rel="apple-touch-icon" sizes="180x180" href="/assets/favicons/apple-touch-icon.png" />
|
|
<link rel="manifest" href="/assets/favicons/site.webmanifest" />
|
|
<link rel="mask-icon" href="/assets/logo/bridgeswarm-wordmark.svg" color="#2dd4bf" />
|
|
|
|
<script type="application/ld+json">
|
|
{
|
|
"@context": "https://schema.org",
|
|
"@type": "WebPage",
|
|
"name": "Legal \u00b7 BridgeSwarm",
|
|
"description": "Legal documents for BridgeSwarm by HoneyPeer, LLC: Terms, EULA, Privacy, AGPL-3.0 license notices, and more.",
|
|
"url": "https://bridgeswarm.dev/legal/",
|
|
"isPartOf": {
|
|
"@type": "WebSite",
|
|
"name": "BridgeSwarm",
|
|
"url": "https://bridgeswarm.dev"
|
|
},
|
|
"publisher": {
|
|
"@type": "Organization",
|
|
"name": "HoneyPeer, LLC",
|
|
"url": "https://bridgeswarm.dev"
|
|
},
|
|
"inLanguage": "en-US",
|
|
"primaryImageOfPage": {
|
|
"@type": "ImageObject",
|
|
"url": "https://bridgeswarm.dev/assets/brand/og-image.png",
|
|
"width": 1200,
|
|
"height": 630
|
|
}
|
|
}
|
|
</script>
|
|
|
|
<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=Syne:wght@600;700;800&family=DM+Sans:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&family=IBM+Plex+Mono:wght@400;500;600&display=swap" rel="stylesheet" />
|
|
<link rel="stylesheet" href="/src/styles/global.css" />
|
|
<link rel="stylesheet" href="/src/styles/theme-light.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">
|
|
BridgeSwarm 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 BridgeSwarm software — the browser extension,
|
|
the native messaging host, and supporting build tooling — 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 (see
|
|
<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 bridgeswarm.dev 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 the BridgeSwarm browser extension and native messaging host binaries.</p>
|
|
</a>
|
|
<a class="docs-card" href="/legal/aup">
|
|
<span class="card-tag">Conduct</span>
|
|
<h3>Acceptable Use Policy</h3>
|
|
<p>Prohibited misuse of BridgeSwarm's peer-to-peer networking and HoneyPeer infrastructure.</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, and how the local-first extension stores your data.</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, network-use obligations, and third-party components.</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 peer-to-peer 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 BridgeSwarm.</p>
|
|
</a>
|
|
</div>
|
|
|
|
<h2>Entity</h2>
|
|
<div class="table-wrap">
|
|
<table>
|
|
<tbody>
|
|
<tr><th scope="row">Product</th><td>BridgeSwarm</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 site</th><td>bridgeswarm.dev</td></tr>
|
|
<tr><th scope="row">Source repository</th><td><a href="https://git.ssh.surf/snxraven/BridgeSwarm" target="_blank" rel="noopener">git.ssh.surf/snxraven/BridgeSwarm</a></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 27, 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>
|