From 259aa730f7e6d8bb27daa30b9ada81b85b2aa690 Mon Sep 17 00:00:00 2001 From: Camden Dixie O'Brien Date: Sun, 1 Mar 2026 20:32:18 +0000 Subject: [PATCH] Add copyright and license message to the banner --- prelude.f | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/prelude.f b/prelude.f index b5540f1..451d702 100644 --- a/prelude.f +++ b/prelude.f @@ -258,6 +258,10 @@ CHAR . EMIT ." /_/ " CR CR ." Wipforth " VERSION-PRINT CR + ." Copyright (c) Camden Dixie O'Brien" CR + CR + ." Wipforth is freely available to use, modify and distribute for personal use" CR + ." under the Komorebi license, version 2.0.0." CR CR ;