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/LzHash.h b/third_party/lzma_sdk/LzHash.h
index f3e8996..f6b4403 100644
--- a/third_party/lzma_sdk/LzHash.h
+++ b/third_party/lzma_sdk/LzHash.h
@@ -1,5 +1,6 @@
 /* LzHash.h -- HASH functions for LZ algorithms
-2009-02-07 : Igor Pavlov : Public domain */
+2009-02-07 : Igor Pavlov : Public domain
+in the public domain */
 
 #ifndef __LZ_HASH_H
 #define __LZ_HASH_H