Add my name to the new blkdev, mbr code
authorWill Sowerbutts <will@sowerbutts.com>
Mon, 5 Jan 2015 01:56:29 +0000 (01:56 +0000)
committerWill Sowerbutts <will@sowerbutts.com>
Mon, 5 Jan 2015 01:56:29 +0000 (01:56 +0000)
Kernel/dev/blkdev.c
Kernel/dev/mbr.c

index 675e6df..f061dab 100644 (file)
@@ -1,3 +1,5 @@
+/* 2015-01-04 Will Sowerbutts */
+
 #include <kernel.h>
 #include <kdata.h>
 #include <printf.h>
index 7c1daea..5e30291 100644 (file)
@@ -1,3 +1,5 @@
+/* 2015-01-04 Will Sowerbutts */
+
 #include <kernel.h>
 #include <kdata.h>
 #include <printf.h>