summaryrefslogtreecommitdiff
path: root/com32/gplinclude
diff options
context:
space:
mode:
authorPierre-Alexandre Meyer <pierre@mouraf.org>2009-04-30 20:42:43 -0700
committerPierre-Alexandre Meyer <pierre@mouraf.org>2009-04-30 20:42:43 -0700
commit146c95f97bf8818278be0662f7fefce42c9c0626 (patch)
treee1f9c360aff500f784d1833cd909469949f121de /com32/gplinclude
parent8518be2b8e1a9b04d71239610757da22758cc363 (diff)
downloadsyslinux-146c95f97bf8818278be0662f7fefce42c9c0626.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')
-rw-r--r--com32/gplinclude/disk/common.h14
-rw-r--r--com32/gplinclude/disk/error.h9
-rw-r--r--com32/gplinclude/disk/geom.h19
-rw-r--r--com32/gplinclude/disk/msdos.h9
-rw-r--r--com32/gplinclude/disk/partition.h14
-rw-r--r--com32/gplinclude/disk/read.h9
-rw-r--r--com32/gplinclude/disk/util.h14
-rw-r--r--com32/gplinclude/disk/write.h14
8 files changed, 102 insertions, 0 deletions
diff --git a/com32/gplinclude/disk/common.h b/com32/gplinclude/disk/common.h
index 6e4f3d61..c6df2f4e 100644
--- a/com32/gplinclude/disk/common.h
+++ b/com32/gplinclude/disk/common.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 _COMMON_H_
#define _COMMON_H_
diff --git a/com32/gplinclude/disk/error.h b/com32/gplinclude/disk/error.h
index 3a7614e9..5eb54e01 100644
--- a/com32/gplinclude/disk/error.h
+++ b/com32/gplinclude/disk/error.h
@@ -1,3 +1,12 @@
+/* ----------------------------------------------------------------------- *
+ *
+ * Copyright 2009 Pierre-Alexandre Meyer
+ *
+ * This file is part of Syslinux, and is made available under
+ * the terms of the GNU General Public License version 2.
+ *
+ * ----------------------------------------------------------------------- */
+
#ifndef _ERROR_H_
#define _ERROR_H_
void get_error(const int, char**);
diff --git a/com32/gplinclude/disk/geom.h b/com32/gplinclude/disk/geom.h
index 30dc86bf..0d3eed57 100644
--- a/com32/gplinclude/disk/geom.h
+++ b/com32/gplinclude/disk/geom.h
@@ -1,3 +1,22 @@
+/* ----------------------------------------------------------------------- *
+ *
+ * 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
+ *
+ * Some parts borrowed from Linux:
+ *
+ * Copyright (C) 2002, 2003, 2004 Dell Inc.
+ * by Matt Domsch <Matt_Domsch@dell.com>
+ *
+ * This file is part of Syslinux, and is made available under
+ * the terms of the GNU General Public License version 2.
+ *
+ * ----------------------------------------------------------------------- */
+
#ifndef _GEOM_H_
#define _GEOM_H_
diff --git a/com32/gplinclude/disk/msdos.h b/com32/gplinclude/disk/msdos.h
index b6dd9481..1f565f32 100644
--- a/com32/gplinclude/disk/msdos.h
+++ b/com32/gplinclude/disk/msdos.h
@@ -1,3 +1,12 @@
+/* ----------------------------------------------------------------------- *
+ *
+ * Copyright 2009 Pierre-Alexandre Meyer
+ *
+ * This file is part of Syslinux, and is made available under
+ * the terms of the GNU General Public License version 2.
+ *
+ * ----------------------------------------------------------------------- */
+
#ifndef _MSDOS_H_
#define _MSDOS_H_
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_
diff --git a/com32/gplinclude/disk/read.h b/com32/gplinclude/disk/read.h
index fee10daf..6d6d9fe9 100644
--- a/com32/gplinclude/disk/read.h
+++ b/com32/gplinclude/disk/read.h
@@ -1,3 +1,12 @@
+/* ----------------------------------------------------------------------- *
+ *
+ * Copyright 2009 Pierre-Alexandre Meyer
+ *
+ * This file is part of Syslinux, and is made available under
+ * the terms of the GNU General Public License version 2.
+ *
+ * ----------------------------------------------------------------------- */
+
#ifndef _READ_H_
#define _READ_H_
diff --git a/com32/gplinclude/disk/util.h b/com32/gplinclude/disk/util.h
index dd0d5c02..df2eadda 100644
--- a/com32/gplinclude/disk/util.h
+++ b/com32/gplinclude/disk/util.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 _UTIL_H_
#define _UTIL_H_
diff --git a/com32/gplinclude/disk/write.h b/com32/gplinclude/disk/write.h
index be6494fa..fe251f94 100644
--- a/com32/gplinclude/disk/write.h
+++ b/com32/gplinclude/disk/write.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 _WRITE_H_
#define _WRITE_H_