From db243d46882dd860dfdd70f53cd3eb0aed26bfd3 Mon Sep 17 00:00:00 2001 From: Eric Auer Date: Sat, 20 May 2006 21:01:29 +0000 Subject: [PATCH] Updated the year in the "copyright" string which is used for the signon message at boot time. Note that the string in globals.h is no longer used! Message is now: (C) Copyright 1995-2004 Pasquale J. Villani and The FreeDOS Project. All Rights Reserved. This is free software and comes with ABSOLUTELY NO WARRANTY; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version. git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/trunk@1189 6ac86273-5f31-0410-b378-82cca8765d1b --- kernel/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/main.c b/kernel/main.c index 586a61f..f2ed872 100644 --- a/kernel/main.c +++ b/kernel/main.c @@ -37,7 +37,7 @@ static BYTE *mainRcsId = #endif static char copyright[] = - "(C) Copyright 1995-2004 Pasquale J. Villani and The FreeDOS Project.\n" + "(C) Copyright 1995-2006 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"