summaryrefslogtreecommitdiff
path: root/com32/gpllib/disk/msdos.c
diff options
context:
space:
mode:
Diffstat (limited to 'com32/gpllib/disk/msdos.c')
-rw-r--r--com32/gpllib/disk/msdos.c14
1 files changed, 14 insertions, 0 deletions
diff --git a/com32/gpllib/disk/msdos.c b/com32/gpllib/disk/msdos.c
index da28b8bb..9bfcacca 100644
--- a/com32/gpllib/disk/msdos.c
+++ b/com32/gpllib/disk/msdos.c
@@ -1,3 +1,17 @@
+/* ----------------------------------------------------------------------- *
+ *
+ * Copyright 2009 Pierre-Alexandre Meyer
+ *
+ * Some parts borrowed from chain.c32:
+ *
+ * Copyright 2003-2009 H. Peter Anvin - All Rights Reserved
+ * Copyright 2009 Intel Corporation; author: H. Peter Anvin
+ *
+ * This file is part of Syslinux, and is made available under
+ * the terms of the GNU General Public License version 2.
+ *
+ * ----------------------------------------------------------------------- */
+
#include <stdlib.h>
#include <disk/geom.h>
#include <disk/partition.h>