diff options
Diffstat (limited to 'com32/gplinclude/disk/common.h')
-rw-r--r-- | com32/gplinclude/disk/common.h | 14 |
1 files changed, 14 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_ |