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