diff options
author | hitlerrip <git@hitler.rip> | 2025-07-28 14:49:07 +0200 |
---|---|---|
committer | hitlerrip <git@hitler.rip> | 2025-07-28 14:49:07 +0200 |
commit | 74e8e1ad4d02d1c2e39302b5bf2c85ec88c99ad5 (patch) | |
tree | 7e1076feab5a6e9b9e995baff6937b8d11882fc0 /LICENSE.md | |
download | website-74e8e1ad4d02d1c2e39302b5bf2c85ec88c99ad5.tar.gz website-74e8e1ad4d02d1c2e39302b5bf2c85ec88c99ad5.tar.bz2 website-74e8e1ad4d02d1c2e39302b5bf2c85ec88c99ad5.zip |
init
created the initial version of my website build script
Diffstat (limited to 'LICENSE.md')
-rw-r--r-- | LICENSE.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 0000000..90aa81f --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,9 @@ +# Licenses + +This project has two licenses. + +Any content (images and text), unless otherwise specified, is licensed under **CC BY-SA 4.0**. + +Any source code is licensed under **AGPLv3-or-later**. + +You can find copies of both licenses under `./licenses/` |