summaryrefslogtreecommitdiff
path: root/com32/gplinclude/disk/partition.h
diff options
context:
space:
mode:
authorPierre-Alexandre Meyer <pierre@mouraf.org>2009-04-30 20:42:43 -0700
committerErwan Velu <erwan.velu@free.fr>2009-05-02 19:23:32 +0200
commitb3a797d35d21bef58b4a36cc76d8e39b822022ec (patch)
tree2a5a241b094a5989392602459826a4c42ae826b8 /com32/gplinclude/disk/partition.h
parentc9621dba0331d0024f9c43fc2a5a9f91decded67 (diff)
downloadsyslinux-b3a797d35d21bef58b4a36cc76d8e39b822022ec.tar.gz
gpllib: Add copyright/license information (disklib)
The disklib is distributed under GPLv2. Add copyright holders for borrowed code: * H. Peter Anvin/Intel Corporation (read/write BIOS calls) * Matt Domsch <Matt_Domsch@dell.com> (edd structures) Signed-off-by: Pierre-Alexandre Meyer <pierre@mouraf.org>
Diffstat (limited to 'com32/gplinclude/disk/partition.h')
-rw-r--r--com32/gplinclude/disk/partition.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/com32/gplinclude/disk/partition.h b/com32/gplinclude/disk/partition.h
index 3bffa89e..be6bfaab 100644
--- a/com32/gplinclude/disk/partition.h
+++ b/com32/gplinclude/disk/partition.h
@@ -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.
+ *
+ * ----------------------------------------------------------------------- */
+
#ifndef _PARTITION_H_
#define _PARTITION_H_