[coreboot] r644 - coreboot-v3/lib

svn at coreboot.org svn at coreboot.org
Mon Mar 17 02:40:57 CET 2008


Author: hailfinger
Date: 2008-03-17 02:40:56 +0100 (Mon, 17 Mar 2008)
New Revision: 644

Modified:
   coreboot-v3/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: coreboot-v3/lib/lzma.c
===================================================================
--- coreboot-v3/lib/lzma.c	2008-03-14 21:15:03 UTC (rev 643)
+++ coreboot-v3/lib/lzma.c	2008-03-17 01:40:56 UTC (rev 644)
@@ -1,9 +1,13 @@
 /* 
 
-coreboot interface to memory-saving variant of LZMA decoder
+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