summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2020-04-08 14:39:30 -0400
committerSolomon Peachy <pizza@shaftnet.org>2020-04-09 02:24:49 +0200
commit8d2d6f4ca5ea75c9708f303c8b58aafe4b86de23 (patch)
treecf59d68f5ac17879ac836710d10fcc7c19cc519f /docs
parent5cdfe30e797a012dfad4bd32f5036a01cf704876 (diff)
downloadrockbox-8d2d6f4ca5ea75c9708f303c8b58aafe4b86de23.tar.gz
rockbox-8d2d6f4ca5ea75c9708f303c8b58aafe4b86de23.zip
rbutil: Add bspatch and libbzip2
This is to enable binary patching of Hiby-based firmware files Note that noting in rbutil uses this yet. Change-Id: I03ac824dd7402d508eb4e857ad78f184eb0d0243
Diffstat (limited to 'docs')
-rw-r--r--docs/CREDITS3
-rw-r--r--docs/LICENSES74
2 files changed, 77 insertions, 0 deletions
diff --git a/docs/CREDITS b/docs/CREDITS
index 2c5ab34710..afd08ac879 100644
--- a/docs/CREDITS
+++ b/docs/CREDITS
@@ -723,3 +723,6 @@ The Wolfenstein 3D team
723The MAME team 723The MAME team
724The Quake team 724The Quake team
725The Pocket Quake team (Dan East and others) 725The Pocket Quake team (Dan East and others)
726The bzip2 team
727The bsdiff team
728
diff --git a/docs/LICENSES b/docs/LICENSES
index 47ddcb19c2..d340d3961b 100644
--- a/docs/LICENSES
+++ b/docs/LICENSES
@@ -69,3 +69,77 @@ PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
69LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 69LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
70NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 70NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
71SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 71SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
72
73*************************************************************************
74In: rbutil/bzip2
75From: https://github.com/cnSchwarzer/bsdiff-win
76*************************************************************************
77
78This program, "bzip2", the associated library "libbzip2", and all
79documentation, are copyright (C) 1996-2019 Julian R Seward. All
80rights reserved.
81
82Redistribution and use in source and binary forms, with or without
83modification, are permitted provided that the following conditions
84are met:
85
861. Redistributions of source code must retain the above copyright
87 notice, this list of conditions and the following disclaimer.
88
892. The origin of this software must not be misrepresented; you must
90 not claim that you wrote the original software. If you use this
91 software in a product, an acknowledgment in the product
92 documentation would be appreciated but is not required.
93
943. Altered source versions must be plainly marked as such, and must
95 not be misrepresented as being the original software.
96
974. The name of the author may not be used to endorse or promote
98 products derived from this software without specific prior written
99 permission.
100
101THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS
102OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
103WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
104ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
105DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
106DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
107GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
108INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
109WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
110NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
111SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
112
113Julian Seward, jseward@acm.org
114bzip2/libbzip2 version 1.0.6 of 6 September 2010
115
116*************************************************************************
117In: rbutil/bspatch/bspatch.c
118From: https://github.com/cnSchwarzer/bsdiff-win
119*************************************************************************
120
121/*-
122 * Copyright 2003-2005 Colin Percival
123 * All rights reserved
124 *
125 * Redistribution and use in source and binary forms, with or without
126 * modification, are permitted providing that the following conditions
127 * are met:
128 * 1. Redistributions of source code must retain the above copyright
129 * notice, this list of conditions and the following disclaimer.
130 * 2. Redistributions in binary form must reproduce the above copyright
131 * notice, this list of conditions and the following disclaimer in the
132 * documentation and/or other materials provided with the distribution.
133 *
134 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
135 * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
136 * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
137 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
138 * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
139 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
140 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
141 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
142 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
143 * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
144 * POSSIBILITY OF SUCH DAMAGE.
145 */