]> Joshua Wise's Git repositories - netwatch.git/blobdiff - grubload/loader.c
Add some headers.
[netwatch.git] / grubload / loader.c
index a754a49faeab3e5d917127181f406e3ad28b69c5..2b86a75d80f21c7542530c9aba52dd5dfce793e8 100644 (file)
@@ -1,3 +1,13 @@
+/* loader.c
+ * ELF loading subroutines
+ * NetWatch multiboot loader
+ *
+ * Copyright (c) 2008 Jacob Potter and Joshua Wise.  All rights reserved.
+ * This program is free software; you can redistribute and/or modify it under
+ * the terms found in the file LICENSE in the root of this source tree. 
+ *
+ */
+
 #include <elf.h>
 #include <output.h>
 #include <minilib.h>
This page took 0.022725 seconds and 4 git commands to generate.