From 2e849b36c12727c46cc8adfb09976a8e11c0cbb3 Mon Sep 17 00:00:00 2001 From: Kenneth J Davis Date: Mon, 18 Dec 2023 20:23:04 -0500 Subject: [PATCH] update copyright string to 2023 --- kernel/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/main.c b/kernel/main.c index 17bce5c..7f9627e 100644 --- a/kernel/main.c +++ b/kernel/main.c @@ -38,7 +38,7 @@ static BYTE *mainRcsId = #endif static char copyright[] = - "(C) Copyright 1995-2022 Pasquale J. Villani and The FreeDOS Project.\n" + "(C) Copyright 1995-2023 Pasquale J. Villani and The FreeDOS Project.\n" "All Rights Reserved. This is free software and comes with ABSOLUTELY NO\n" "WARRANTY; you can redistribute it and/or modify it under the terms of the\n" "GNU General Public License as published by the Free Software Foundation;\n"