From b08d825ea2b81d9ecc339129f480984afe8c1a75 Mon Sep 17 00:00:00 2001 From: frosty Date: Sun, 7 Jun 2026 17:28:51 -0400 Subject: Update README to include license --- README.md | 1 + gen-readme.sh | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 712fa9d..75b5620 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # Symchan Art I made of the character symchan, created for my friend Dacctal. +All of this artwork is licensed under [CC BY-NC-NSA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/) ![character_sheet_pkgit_shirt.png](https://git.bwaaa.monster/symchan/plain/character_sheet_pkgit_shirt.png) diff --git a/gen-readme.sh b/gen-readme.sh index 8aae781..ad014ef 100755 --- a/gen-readme.sh +++ b/gen-readme.sh @@ -1,4 +1,5 @@ #!/bin/sh printf "# Symchan\n" > README.md -printf "Art I made of the character symchan, created for my friend Dacctal.\n\n" >> README.md +printf "Art I made of the character symchan, created for my friend Dacctal.\n" >> README.md +printf "All of this artwork is licensed under [CC BY-NC-NSA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/)\n\n" >> README.md find . -name '*.png' -exec sh -c 'for f do f=${f#./}; printf "![%s](https://git.bwaaa.monster/symchan/plain/%s)\n\n" "$f" "$f"; done' _ {} + >> README.md -- cgit v1.3