From 66c0db52e87104117c9eefbda733e2c77523e600 Mon Sep 17 00:00:00 2001 From: William Bell <62452284+Ugric@users.noreply.github.com> Date: Sun, 30 Nov 2025 06:30:55 +0000 Subject: [PATCH] modify interactive mode license --- src/shell.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/shell.c b/src/shell.c index 5e7db8b..c8547dc 100644 --- a/src/shell.c +++ b/src/shell.c @@ -230,9 +230,9 @@ int shell() { signal(SIGINT, handle_sigint); - printf("Chloride %s Copyright (C) 2025 William Bell -This program comes with ABSOLUTELY NO WARRANTY; for details type `license'. -This is free software, and you are welcome to redistribute it under certain conditions; type `license' for details.") + printf("Chloride %s Copyright (C) 2025 William Bell\n" +"This program comes with ABSOLUTELY NO WARRANTY; for details type `license'.\n" +"This is free software, and you are welcome to redistribute it under certain conditions; type `license' for details.\n", version_string); ArgonObject *output_object = create_argon_native_function("log", term_log); char *totranslate = NULL;