-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsource.html
More file actions
74 lines (64 loc) · 4.49 KB
/
Copy pathsource.html
File metadata and controls
74 lines (64 loc) · 4.49 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width,initial-scale=1"/>
<title>Source Code · Vector//Drift (AGPL-3.0)</title>
<meta name="description" content="AGPL-3.0 source offer, running version, and corresponding-source access for Vector//Drift."/>
<link rel="icon" href="data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40'><path d='M6 28 L20 6 L34 28' stroke='%2300FFCC' stroke-width='3' fill='none'/><circle cx='20' cy='20' r='14' stroke='%2300FFCC' stroke-width='2' fill='none'/></svg>"/>
<link href="https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600&family=JetBrains+Mono:wght@400;500&family=Inter:wght@400;500;600&display=swap" rel="stylesheet">
<link rel="stylesheet" href="assets/css/base.css"/>
</head>
<body data-page="source" data-depth="0">
<header id="topbar" class="topbar"></header>
<main>
<section class="section">
<div class="container prose">
<div class="page-meta">
<span class="accent">◆ AGPL-3.0 · SOURCE OFFER</span>
<span>Running · v0.2-prod</span>
</div>
<h1>Source code.<br/>All of it.</h1>
<p class="lede" style="margin-top:16px">Vector//Drift is licensed under the <b style="color:var(--signal)">GNU Affero General Public License version 3.0</b>. If you interact with the version of Vector//Drift running on this server, you are entitled to the corresponding source code of that version under the same license. This page is our explicit written offer.</p>
<h2>The running version</h2>
<pre>Project: vector-drift
Repository: https://github.com/pietvanbloom-lab/vector-drift
License: AGPL-3.0 (see LICENSE in the repo)
Tag: v0.2-prod
Deployed: 2026-04-19</pre>
<h2>How to obtain the corresponding source</h2>
<ol>
<li>Clone the public repository: <code>git clone https://github.com/pietvanbloom-lab/vector-drift.git</code></li>
<li>Check out the tag matching the running version: <code>git checkout v0.2-prod</code></li>
<li>This yields the exact corresponding source that produced the binaries/assets served from this host.</li>
</ol>
<p>If the public repository is unavailable, or you want an archive bundle delivered directly, email <a href="mailto:compliance@vector-drift.com">compliance@vector-drift.com</a>. We will provide a tarball of the running version's corresponding source, at no charge, in a machine-readable format, within seven days.</p>
<h2>What "corresponding source" means</h2>
<p>For this deployment it includes:</p>
<ul>
<li>All HTML, CSS, JavaScript, SVG, and static assets served to users.</li>
<li>The Nginx configuration fragment that governs the SPA routing, caching, and HTTPS behavior of the running instance.</li>
<li>The Dockerfile and container build steps, if a container is used.</li>
<li>Scripts and installation instructions necessary to rebuild and run the exact deployed version.</li>
</ul>
<h2>Modifications</h2>
<p>If you fork Vector//Drift and run a modified version as a network service, AGPL-3.0 obliges you to make <b style="color:#fff">your</b> modified corresponding source available to the users of <b style="color:#fff">your</b> service, under the same license. A README link or repo URL shown to users is the standard way to comply.</p>
<h2>License text</h2>
<p>The full license is bundled at <a href="https://github.com/pietvanbloom-lab/vector-drift/blob/main/LICENSE" target="_blank" rel="noopener">LICENSE</a> in the repository and is also available from the <a href="https://www.gnu.org/licenses/agpl-3.0.html" target="_blank" rel="noopener">Free Software Foundation</a>.</p>
<h2>No warranty</h2>
<p>The software is provided "as is", without warranty of any kind, as stated in sections 15 and 16 of the AGPL-3.0. Signals published by Vector//Drift are analytical views, not instructions. They are not investment advice, security advice, or legal advice.</p>
<div class="agpl-block" style="margin-top:40px">
<div class="k">▲ Quick link</div>
<div class="v">
<a href="https://github.com/pietvanbloom-lab/vector-drift" target="_blank" rel="noopener">github.com/pietvanbloom-lab/vector-drift</a><br/>
Running: <b style="color:#fff">v0.2-prod</b>
</div>
</div>
</div>
</section>
</main>
<footer id="footer"></footer>
<script src="assets/js/chrome.js"></script>
<script src="assets/js/app.js"></script>
</body>
</html>