141 lines
3.3 KiB
Plaintext
141 lines
3.3 KiB
Plaintext
This package was debianized by Aurelien Jarno <aurel32@debian.org> on
|
|
Sun, 03 Jan 2010 21:27:52 +0100.
|
|
|
|
It was downloaded from http://code.coreboot.org/p/seabios/downloads/
|
|
|
|
Author:
|
|
Kevin O'Connor <kevin@koconnor.net>
|
|
|
|
Copyright holders:
|
|
Copyright (C) 1994 Drew Eckhardt
|
|
Copyright (C) 1997-1999 Martin Mares <mj@ucw.cz>
|
|
Copyright (C) 1999-2004 Vojtech Pavlik
|
|
Copyright (C) 1999-2006 Igor Pavlov
|
|
Copyright (C) 2001-2008 the LGPL VGABios developers Team
|
|
Copyright (C) 2002 MandrakeSoft S.A.
|
|
Copyright (C) 2005 Struan Bartlett
|
|
Copyright (C) 2004, 2006 Fabrice Bellard
|
|
Copyright (C) 2008-2009 Kevin O'Connor <kevin@koconnor.net>
|
|
Copyright (C) 2009 Red Hat Inc.
|
|
Copyright (C) Joseph Gil
|
|
|
|
Licenses:
|
|
|
|
The following files are distributed under the terms of the
|
|
GNU Lesser General Public License version 3 (LGPL v3):
|
|
|
|
Makefile
|
|
src/acpi.c
|
|
src/apm.c
|
|
src/ata.c
|
|
src/biosvar.h
|
|
src/block.c
|
|
src/boot.c
|
|
src/bregs.h
|
|
src/cdrom.c
|
|
src/clock.c
|
|
src/cmos.h
|
|
src/coreboot.c
|
|
src/disk.c
|
|
src/disk.h
|
|
src/entryfuncs.S
|
|
src/farptr.h
|
|
src/floppy.c
|
|
src/ioport.h
|
|
src/kbd.c
|
|
src/memmap.c
|
|
src/misc.c
|
|
src/mouse.c
|
|
src/mptable.c
|
|
src/mtrr.c
|
|
src/optionroms.c
|
|
src/output.c
|
|
src/paravirt.c
|
|
src/pcibios.c
|
|
src/pci.c
|
|
src/pci.h
|
|
src/pciinit.c
|
|
src/pci_regs.h
|
|
src/pic.c
|
|
src/pic.h
|
|
src/pirtable.c
|
|
src/pmm.c
|
|
src/pnpbios.c
|
|
src/post.c
|
|
src/ps2port.c
|
|
src/ramdisk.c
|
|
src/resume.c
|
|
src/rombios16.lds.S
|
|
src/rombios32seg.lds.S
|
|
src/rombios.lds.S
|
|
src/romlayout.S
|
|
src/serial.c
|
|
src/shadow.c
|
|
src/smbios.c
|
|
src/smm.c
|
|
src/smp.c
|
|
src/stacks.c
|
|
src/system.c
|
|
src/types.h
|
|
src/usb.c
|
|
src/usb-hid.c
|
|
src/usb-ohci.c
|
|
src/usb-uhci.c
|
|
src/util.c
|
|
src/util.h
|
|
src/vgahooks.c
|
|
tools/buildrom.py
|
|
tools/checkrom.py
|
|
tools/checkstack.py
|
|
tools/checksum.py
|
|
tools/gen-offsets.sh
|
|
tools/layoutrom.py
|
|
tools/readserial.py
|
|
tools/test-gcc.sh
|
|
vgasrc/clext.c
|
|
vgasrc/vga.c
|
|
vgasrc/vgaentry.S
|
|
vgasrc/vgafb.c
|
|
vgasrc/vgaio.c
|
|
vgasrc/vgalayout.lds.S
|
|
vgasrc/vgatables.c
|
|
|
|
On Debian systems, the complete text of the LGPL v3 license can be found
|
|
in the /usr/share/common-licenses/LGPL-3 file.
|
|
|
|
--
|
|
|
|
The following file is distributed under the terms of the
|
|
GNU Lesser General Public License version 2 (LGPL v2):
|
|
|
|
src/acpi-dsdt.dsl
|
|
|
|
On Debian systems, the complete text of the LGPL v2 license can be found
|
|
in the /usr/share/common-licenses/LGPL-2 file.
|
|
|
|
--
|
|
|
|
The following files are distributed both under the GNU Lesser General
|
|
Public License (LGPL) and Common Public License (CPL):
|
|
|
|
src/lzmadecode.c
|
|
src/lzmadecode.h
|
|
|
|
| SPECIAL EXCEPTION:
|
|
| Igor Pavlov, as the author of this Code, expressly permits you to
|
|
| statically or dynamically link your Code (or bind by name) to the
|
|
| interfaces of this file without subjecting your linked Code to the
|
|
| terms of the CPL or GNU LGPL. Any modifications or additions
|
|
| to this file, however, are subject to the LGPL or CPL terms.
|
|
|
|
On Debian systems, the complete text of the LGPL license can be found
|
|
in the /usr/share/common-licenses/LGPL-3 file.
|
|
|
|
--
|
|
The following files are placed under Public Domain:
|
|
|
|
vgasrc/vgafonts.c
|
|
src/font.c
|
|
|
|
--
|