Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
661 changes: 661 additions & 0 deletions LICENSE

Large diffs are not rendered by default.

22 changes: 0 additions & 22 deletions LICENSE.md

This file was deleted.

5 changes: 5 additions & 0 deletions NOTICES
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Shielded.dev
Copyright (C) 2020-2026 Jesse G. Donat

Shielded.dev is licensed under the GNU Affero General Public License, version 3 only.
See LICENSE for the complete license text.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "git",
"url": "git+https://github.com/ShieldedDotDev/shieldeddotdev.git"
},
"license": "MIT",
"license": "AGPL-3.0-only",
"bugs": {
"url": "https://github.com/ShieldedDotDev/shieldeddotdev/issues"
},
Expand Down
3 changes: 2 additions & 1 deletion pages/common.templ
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,10 @@ templ Header() {
</header>
}

templ Footer() {
templ Footer() {
<footer>
<a href="https://github.com/shieldedDotDev/">Shielded.dev on GitHub</a>
<a href="https://github.com/ShieldedDotDev/shieldeddotdev">Source code (AGPL-3.0)</a>
<a href="/privacy.html">Privacy Policy</a>
</footer>
}
Expand Down
6 changes: 3 additions & 3 deletions pages/common_templ.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.