From 289443192f708d8eb46558ee72e4adc85152b795 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..5a49cc3 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 available to use, modify and distribute for personal use under" CR + ." the Komorebi license, version 2.0.0." CR CR ;