|
198 | 198 | distributed under the License is distributed on an "AS IS" BASIS,
|
199 | 199 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
200 | 200 | See the License for the specific language governing permissions and
|
201 |
| - limitations under the License. |
| 201 | + limitations under the License. |
| 202 | + |
| 203 | + ------ |
| 204 | + This product has a bundle disruptor--, which is available under BSD License. |
| 205 | + The source code of disruptor-- can be found at https://github.com/fsaintjacques/disruptor--. |
| 206 | + |
| 207 | + Copyright (c) 2011, François Saint-Jacques |
| 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 | + * Redistributions of source code must retain the above copyright |
| 213 | + notice, this list of conditions and the following disclaimer. |
| 214 | + * Redistributions in binary form must reproduce the above copyright |
| 215 | + notice, this list of conditions and the following disclaimer in the |
| 216 | + documentation and/or other materials provided with the distribution. |
| 217 | + * Neither the name of the disruptor-- nor the |
| 218 | + names of its contributors may be used to endorse or promote products |
| 219 | + derived from this software without specific prior written permission. |
| 220 | + |
| 221 | + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND |
| 222 | + ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
| 223 | + WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
| 224 | + DISCLAIMED. IN NO EVENT SHALL FRANÇOIS SAINT-JACQUES BE LIABLE FOR ANY |
| 225 | + DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES |
| 226 | + (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
| 227 | + LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND |
| 228 | + ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 229 | + (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
| 230 | + SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 231 | + |
| 232 | + ------- |
| 233 | + This product has a bundle of big_endian.h and big_endian.cpp, which is available under BSD License. |
| 234 | + The source code of disruptor-- can be found at https://github.com/chromium/chromium/tree/master/base. |
| 235 | + |
| 236 | + // Copyright 2015 The Chromium Authors. All rights reserved. |
| 237 | + // |
| 238 | + // Redistribution and use in source and binary forms, with or without |
| 239 | + // modification, are permitted provided that the following conditions are |
| 240 | + // met: |
| 241 | + // |
| 242 | + // * Redistributions of source code must retain the above copyright |
| 243 | + // notice, this list of conditions and the following disclaimer. |
| 244 | + // * Redistributions in binary form must reproduce the above |
| 245 | + // copyright notice, this list of conditions and the following disclaimer |
| 246 | + // in the documentation and/or other materials provided with the |
| 247 | + // distribution. |
| 248 | + // * Neither the name of Google Inc. nor the names of its |
| 249 | + // contributors may be used to endorse or promote products derived from |
| 250 | + // this software without specific prior written permission. |
| 251 | + // |
| 252 | + // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 253 | + // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 254 | + // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR |
| 255 | + // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT |
| 256 | + // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 257 | + // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT |
| 258 | + // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 259 | + // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 260 | + // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 261 | + // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
| 262 | + // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 263 | + |
0 commit comments