|
200 | 200 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
201 | 201 | See the License for the specific language governing permissions and |
202 | 202 | limitations under the License. |
| 203 | + |
| 204 | + |
| 205 | + |
| 206 | +============================================================================== |
| 207 | + Copyright (c) 2014, Yawning Angel <yawning at torproject dot org> |
| 208 | +All rights reserved. |
| 209 | + |
| 210 | +Redistribution and use in source and binary forms, with or without |
| 211 | +modification, are permitted provided that the following conditions are met: |
| 212 | + |
| 213 | + * Redistributions of source code must retain the above copyright notice, |
| 214 | + this list of conditions and the following disclaimer. |
| 215 | + |
| 216 | + * Redistributions in binary form must reproduce the above copyright notice, |
| 217 | + this list of conditions and the following disclaimer in the documentation |
| 218 | + and/or other materials provided with the distribution. |
| 219 | + |
| 220 | +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" |
| 221 | +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 222 | +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 223 | +ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE |
| 224 | +LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 225 | +CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 226 | +SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
| 227 | +INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
| 228 | +CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 229 | +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 230 | +POSSIBILITY OF SUCH DAMAGE. |
| 231 | + |
| 232 | +============================================================================== |
| 233 | + |
| 234 | +Copyright (c) 2012 The Go Authors. All rights reserved. |
| 235 | + |
| 236 | +Redistribution and use in source and binary forms, with or without |
| 237 | +modification, are permitted provided that the following conditions are |
| 238 | +met: |
| 239 | + |
| 240 | + * Redistributions of source code must retain the above copyright |
| 241 | +notice, this list of conditions and the following disclaimer. |
| 242 | + * Redistributions in binary form must reproduce the above |
| 243 | +copyright notice, this list of conditions and the following disclaimer |
| 244 | +in the documentation and/or other materials provided with the |
| 245 | +distribution. |
| 246 | + * Neither the name of Google Inc. nor the names of its |
| 247 | +contributors may be used to endorse or promote products derived from |
| 248 | +this software without specific prior written permission. |
| 249 | + |
| 250 | +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 251 | +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 252 | +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR |
| 253 | +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT |
| 254 | +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 255 | +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT |
| 256 | +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 257 | +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 258 | +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 259 | +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
| 260 | +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
0 commit comments