mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-23 12:52:10 +00:00
Relicense website code from ISC to AGPLv3
The template code has gotten significant enough to warrant an actual license.
This commit is contained in:
parent
7abb87aeaa
commit
dcd8709506
2 changed files with 662 additions and 368 deletions
|
@ -5,7 +5,7 @@ title: How to build this site
|
||||||
description: "Instructions for re-building seirdy.one from its source code"
|
description: "Instructions for re-building seirdy.one from its source code"
|
||||||
date: "2023-11-24T21:44:00-08:00"
|
date: "2023-11-24T21:44:00-08:00"
|
||||||
---
|
---
|
||||||
Wanna steal this website? You're allowed to! Just remember that it's licensed under the CC-BY-SA (for content) and ISC (for code) licenses.
|
Wanna steal this website? You're allowed to! Just remember that it's licensed under the CC-BY-SA (for content) and GNU Affero GPL Version 3 (for code) licenses.
|
||||||
|
|
||||||
Once you put a few binaries in your `$PATH`, building is just a `make` invocation away.
|
Once you put a few binaries in your `$PATH`, building is just a `make` invocation away.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue