Add preliminary read-only support for the 7z archive format,
together with Copy and LZMA2 decompression,
some tests, documentation, and Javadocs.
Give attribution as per LEGAL-72.

Jira issue key: COMPRESS-54



git-svn-id: https://svn.apache.org/repos/asf/commons/proper/compress/trunk@1480055 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/NOTICE.txt b/NOTICE.txt
index 9b5b734..6f183f8 100644
--- a/NOTICE.txt
+++ b/NOTICE.txt
@@ -3,3 +3,11 @@
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
+
+====================
+
+The files in the package org.apache.commons.compress.archivers.sevenz
+were derived from the LZMA SDK, version 9.20 (C/ and CPP/7zip/),
+which has been placed in the public domain:
+
+"LZMA SDK is placed in the public domain." (http://www.7-zip.org/sdk.html)