summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Riebeling <Dominik.Riebeling@gmail.com>2020-11-07 21:39:57 +0100
committerDominik Riebeling <Dominik.Riebeling@gmail.com>2020-11-07 21:48:13 +0100
commit4820072a42d2ac24984bad54f5bfe53c1473cc11 (patch)
tree4c6d0700e40c98546fbf722b17ef7e7c17f44e6c
parentba34b0fac30dbfdd6eb32a1842e111d65ebdc256 (diff)
downloadrockbox-4820072a42d2ac24984bad54f5bfe53c1473cc11.tar.gz
rockbox-4820072a42d2ac24984bad54f5bfe53c1473cc11.zip
bzip: Add missing license to our copy of bzip2.
Change-Id: Ifdc87c72f3ea3f846e5d2b60586517fe4980d5cf
-rw-r--r--rbutil/bzip2/LICENSE42
1 files changed, 42 insertions, 0 deletions
diff --git a/rbutil/bzip2/LICENSE b/rbutil/bzip2/LICENSE
new file mode 100644
index 0000000000..cc614178cf
--- /dev/null
+++ b/rbutil/bzip2/LICENSE
@@ -0,0 +1,42 @@
1
2--------------------------------------------------------------------------
3
4This program, "bzip2", the associated library "libbzip2", and all
5documentation, are copyright (C) 1996-2010 Julian R Seward. All
6rights reserved.
7
8Redistribution and use in source and binary forms, with or without
9modification, are permitted provided that the following conditions
10are met:
11
121. Redistributions of source code must retain the above copyright
13 notice, this list of conditions and the following disclaimer.
14
152. The origin of this software must not be misrepresented; you must
16 not claim that you wrote the original software. If you use this
17 software in a product, an acknowledgment in the product
18 documentation would be appreciated but is not required.
19
203. Altered source versions must be plainly marked as such, and must
21 not be misrepresented as being the original software.
22
234. The name of the author may not be used to endorse or promote
24 products derived from this software without specific prior written
25 permission.
26
27THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS
28OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
29WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
30ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
31DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
32DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
33GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
34INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
35WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
36NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
37SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
38
39Julian Seward, jseward@bzip.org
40bzip2/libbzip2 version 1.0.6 of 6 September 2010
41
42--------------------------------------------------------------------------