From a0b903cb25d86c1856b68083209de3d9c144684b Mon Sep 17 00:00:00 2001 From: Luchezar Georgiev Date: Tue, 11 Jan 2005 07:20:07 +0000 Subject: [PATCH] Update copyright year git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/branches/UNSTABLE@1092 6ac86273-5f31-0410-b378-82cca8765d1b --- kernel/main.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/kernel/main.c b/kernel/main.c index 8e34744..30f7cda 100644 --- a/kernel/main.c +++ b/kernel/main.c @@ -39,9 +39,8 @@ static BYTE *mainRcsId = /* The Holy Copyright Message. Do NOT remove it or you'll be cursed forever! */ static char copyright[] = -"Copyright 1995-2004 Pasquale J. Villani and The FreeDOS Project.\n" -"This free software has ABSOLUTELY NO WARRANTY and is licensed under\n" -"the GNU General Public License (http://www.gnu.org/licenses/gpl.html)\n\n"; +"Copyright 1995-2005 Pasquale J. Villani and The FreeDOS Project.\n" +"NO WARRANTY. Licensed under the GNU General Public License version 2.\n\n"; struct _KernelConfig InitKernelConfig BSS_INIT({0});