diff --git a/src/sys/include/copyright/copyright.h b/src/sys/include/copyright/copyright.h deleted file mode 100755 index 64a2ba0..0000000 --- a/src/sys/include/copyright/copyright.h +++ /dev/null @@ -1,12 +0,0 @@ -/************************************************************************************** - Copyright (c) 2002 - The UbixOS Project - -**************************************************************************************/ - -#include - -void outputCopyright(); { - kprint("Copyright (c) 2002 - The UbixOS Project\n"); -} -