summaryrefslogtreecommitdiff
path: root/docs/LICENSES
diff options
context:
space:
mode:
Diffstat (limited to 'docs/LICENSES')
-rw-r--r--docs/LICENSES74
1 files changed, 74 insertions, 0 deletions
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 */