diff --git a/src/sys/kmods/kmod.c b/src/sys/kmods/kmod.c index 53e2031..5e164ae 100644 --- a/src/sys/kmods/kmod.c +++ b/src/sys/kmods/kmod.c @@ -1,5 +1,5 @@ /***************************************************************************************** - Copyright (c) 2002-2004 The UbixOS Project + Copyright (c) 2002-2005 The UbixOS Project All rights reserved. Redistribution and use in source and binary forms, with or without modification, are @@ -186,13 +186,5 @@ } /*** - $Log$ - Revision 1.2 2004/09/26 20:37:35 reddawg - Fixed a few minor bugs - - Revision 1.1 2004/09/20 07:33:10 reddawg - Start of kernel modules will make it much more flexable - These modules can be either in kernel threads or system services... - END ***/ -