[coreboot] r3161 - trunk/coreboot-v2/src/lib

svn at coreboot.org svn at coreboot.org
Mon Mar 17 02:37:31 CET 2008


Author: hailfinger
Date: 2008-03-17 02:37:27 +0100 (Mon, 17 Mar 2008)
New Revision: 3161

Modified:
   trunk/coreboot-v2/src/lib/lzma.c
Log:
Clarify LZMA code license.

Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006 at gmx.net>
Acked-by: Stefan Reinauer <stepan at coresystems.de>


Modified: trunk/coreboot-v2/src/lib/lzma.c
===================================================================
--- trunk/coreboot-v2/src/lib/lzma.c	2008-03-16 23:43:04 UTC (rev 3160)
+++ trunk/coreboot-v2/src/lib/lzma.c	2008-03-17 01:37:27 UTC (rev 3161)
@@ -1,9 +1,13 @@
 /* 
 
 Coreboot interface to memory-saving variant of LZMA decoder
+
 (C)opyright 2006 Carl-Daniel Hailfinger
-Released under the GNU GPL
+Released under the GNU GPL v2 or later
 
+Parts of this file are based on C/7zip/Compress/LZMA_C/LzmaTest.c from the LZMA
+SDK 4.42, which is written and distributed to public domain by Igor Pavlov.
+
 */
 
 #include "lzmadecode.c"





More information about the coreboot mailing list