]> Joshua Wise's Git repositories - netwatch.git/blobdiff - grubload/multiboot_asm.S
Add some headers.
[netwatch.git] / grubload / multiboot_asm.S
index 1ee6ba29ebd288d823ab2fa0ad2cdc1bc02a3017..c7fd7942d97eab786ddb8b05e8c2828e6412d0b7 100644 (file)
@@ -1,3 +1,13 @@
+/* multiboot_asm.S
+ * Multiboot header
+ * 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. 
+ *
+ */
+
 .globl _start
 
 _start:
This page took 0.023674 seconds and 4 git commands to generate.