|
| 1 | +BSD License |
| 2 | + |
| 3 | +For python-blosc - A Python wrapper for the Blosc compression library |
| 4 | + |
| 5 | +Copyright (C) 2010-2012 Francesc Alted (faltet@gmail.com) |
| 6 | +Copyright (C) 2013-2015 Francesc Alted (faltet@gmail.com), Valentin Haenel (valentin@haenel.co) |
| 7 | +Copyright (C) 2016-2017 Francesc Alted <francesc@blosc.org> |
| 8 | +Copyright (C) 2018-2019 Francesc Alted <francesc@blosc.org>, Valentin Haenel <valentin@haenel.co> |
| 9 | +Copyright (C) 2020-Present The Blosc Development Team |
| 10 | + |
| 11 | +Redistribution and use in source and binary forms, with or without modification, |
| 12 | +are permitted provided that the following conditions are met: |
| 13 | + |
| 14 | + * Redistributions of source code must retain the above copyright notice, this |
| 15 | + list of conditions and the following disclaimer. |
| 16 | + |
| 17 | + * Redistributions in binary form must reproduce the above copyright notice, |
| 18 | + this list of conditions and the following disclaimer in the documentation |
| 19 | + and/or other materials provided with the distribution. |
| 20 | + |
| 21 | + * Neither the name Francesc Alted nor the names of its contributors may be used |
| 22 | + to endorse or promote products derived from this software without specific |
| 23 | + prior written permission. |
| 24 | + |
| 25 | +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND |
| 26 | +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
| 27 | +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
| 28 | +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR |
| 29 | +ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES |
| 30 | +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
| 31 | +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON |
| 32 | +ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 33 | +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
| 34 | +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
0 commit comments