From be79883921450a7e5b39254680c898db46f93c43 Mon Sep 17 00:00:00 2001 From: "Brian S. Stephan" Date: Wed, 25 Feb 2026 14:22:59 -0600 Subject: [PATCH] specify a CC BY-SA license unless otherwise specified --- config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/config.json b/config.json index 711169b..58378c6 100644 --- a/config.json +++ b/config.json @@ -7,6 +7,7 @@ "name": "Brian S. Stephan", "email": "bss@orb.moe" }, + "LICENSE": "CC BY-SA 4.0 unless otherwise specified", "DEFAULT_PAGE_STYLE": "dungeon", "PAGE_STYLES": { "dungeon": "/static/css/dungeon.css",