mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
Document the source of lib/lzmadecode.[ch] (trivial).
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@174 f3766cd6-281f-0410-b1cd-43a5c92072e9
This commit is contained in:
parent
36696cc613
commit
21ac13289a
1 changed files with 6 additions and 1 deletions
7
HACKING
7
HACKING
|
@ -25,7 +25,7 @@ Third-party Code and License Overview
|
|||
* util/lzma/C/*: Dual-licensed, LGPL + Common Public License (CPL). There's
|
||||
a special exception, please see util/lzma/C/7zip/Decompress/LzmaDecode.c.
|
||||
Source: LZMA SDK, http://sourceforge.net/projects/sevenzip/
|
||||
Current version we use: lzma442.tar.bz2 (05/2006)
|
||||
Current version we use: LZMA SDK 4.42 (05/2006)
|
||||
|
||||
* util/lzma/minilzma.cc: ?
|
||||
Source: ?
|
||||
|
@ -41,3 +41,8 @@ Third-party Code and License Overview
|
|||
cvs -d:pserver:anoncvs@sources.redhat.com:/cvs/glibc co libc/elf/elf.h
|
||||
Current version we use: ?
|
||||
|
||||
* lib/lzmadecode.[ch]: Dual-licensed, LGPL + Common Public License (CPL).
|
||||
There's a special exception, please see lib/lzmadecode.[ch].
|
||||
Source: LZMA SDK, http://sourceforge.net/projects/sevenzip/
|
||||
Current version we use: LZMA SDK 4.40 (05/2006)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue