Mark LZMA files as public domain.

These files need to be marked in such a way that the licensecheck.pl script
recognises the license.


git-svn-id: http://ots.googlecode.com/svn/trunk@94 a4e77c2c-9104-11de-800e-5b313e0d2bf3
diff --git a/third_party/lzma_sdk/LzmaLib.c b/third_party/lzma_sdk/LzmaLib.c
index 02a5118..438a9af 100644
--- a/third_party/lzma_sdk/LzmaLib.c
+++ b/third_party/lzma_sdk/LzmaLib.c
@@ -1,7 +1,8 @@
 /* LzmaLib.c -- LZMA library wrapper
 2008-08-05
 Igor Pavlov
-Public domain */
+Public domain
+in the public domain */
 
 #include "LzmaEnc.h"
 #include "LzmaDec.h"