From 1e82740a0e44338a99b1257224217e14c6d35ab3 Mon Sep 17 00:00:00 2001 From: iWas-Coder Date: Sat, 23 Nov 2024 23:15:36 +0100 Subject: [PATCH] fix: reflect license change in version info of test suite entrypoint --- src/carbon_test_manager.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/carbon_test_manager.c b/src/carbon_test_manager.c index 9014d5e..c1d12a8 100644 --- a/src/carbon_test_manager.c +++ b/src/carbon_test_manager.c @@ -25,8 +25,7 @@ void carbon_test_manager_argparse(i32 argc, char **argv) { "%s homepage: \n"; static const char * const version_msg = "%s %s\n" "Copyright (C) Wasym A. Alonso. All Rights Reserved.\n" - "License BSD-3-Clause: .\n" - "License GPL-3.0-only: .\n" + "License AGPL-3.0-only: .\n" "This is free software: you are free to change and redistribute it.\n" "There is NO WARRANTY, to the extent permitted by law.\n" "\n"