Small HACKING document for development guidelines and a license overview.
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@149 f3766cd6-281f-0410-b1cd-43a5c92072e9
This commit is contained in:
parent
0f7316cbfc
commit
7f263b8ecf
1 changed files with 27 additions and 0 deletions
27
HACKING
Normal file
27
HACKING
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
-------------------------------------------------------------------------------
|
||||
HACKING
|
||||
-------------------------------------------------------------------------------
|
||||
|
||||
Development Guidelines
|
||||
----------------------
|
||||
|
||||
Please read http://linuxbios.org/Development_Guidelines.
|
||||
|
||||
|
||||
Third-party Code and License Overview
|
||||
-------------------------------------
|
||||
|
||||
* util/dtc/*: GPLv2 or later
|
||||
Taken from http://ozlabs.org/~dgibson/dtc/dtc.tar.gz (currently down).
|
||||
There seems to be a git repository for dtc somewhere!?
|
||||
|
||||
* util/kconfig/*: GPLv2
|
||||
Taken from git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.
|
||||
|
||||
* util/lar/*: GPLv2
|
||||
|
||||
* include/elf.h: LGPLv2.1 or later
|
||||
Taken from the GNU C Library.
|
||||
You can get the latest version of the file via CVS:
|
||||
cvs -d:pserver:anoncvs@sources.redhat.com:/cvs/glibc co libc/elf/elf.h
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue