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/LzFind.h b/third_party/lzma_sdk/LzFind.h
index 010c4b9..6f50e02 100644
--- a/third_party/lzma_sdk/LzFind.h
+++ b/third_party/lzma_sdk/LzFind.h
@@ -1,5 +1,6 @@
 /* LzFind.h -- Match finder for LZ algorithms
-2009-04-22 : Igor Pavlov : Public domain */
+2009-04-22 : Igor Pavlov : Public domain
+in the public domain */
 
 #ifndef __LZ_FIND_H
 #define __LZ_FIND_H