|
| 1 | +The code in this repository code was Written by Gil Tene, Michael Barker, |
| 2 | +and Matt Warren, and released to the public domain, as explained at |
| 3 | +http://creativecommons.org/publicdomain/zero/1.0/ |
| 4 | + |
| 5 | +For users of this code who wish to consume it under the "BSD" license |
| 6 | +rather than under the public domain or CC0 contribution text mentioned |
| 7 | +above, the code found under this directory is *also* provided under the |
| 8 | +following license (commonly referred to as the BSD 2-Clause License). This |
| 9 | +license does not detract from the above stated release of the code into |
| 10 | +the public domain, and simply represents an additional license granted by |
| 11 | +the Author. |
| 12 | + |
| 13 | +----------------------------------------------------------------------------- |
| 14 | +** Beginning of "BSD 2-Clause License" text. ** |
| 15 | + |
| 16 | + Copyright (c) 2012, 2013, 2014, 2015, 2016 Gil Tene |
| 17 | + Copyright (c) 2014 Michael Barker |
| 18 | + Copyright (c) 2014 Matt Warren |
| 19 | + All rights reserved. |
| 20 | + |
| 21 | + Redistribution and use in source and binary forms, with or without |
| 22 | + modification, are permitted provided that the following conditions are met: |
| 23 | + |
| 24 | + 1. Redistributions of source code must retain the above copyright notice, |
| 25 | + this list of conditions and the following disclaimer. |
| 26 | + |
| 27 | + 2. Redistributions in binary form must reproduce the above copyright notice, |
| 28 | + this list of conditions and the following disclaimer in the documentation |
| 29 | + and/or other materials provided with the distribution. |
| 30 | + |
| 31 | + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" |
| 32 | + AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 33 | + IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 34 | + ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE |
| 35 | + LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 36 | + CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 37 | + SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
| 38 | + INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
| 39 | + CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 40 | + ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF |
| 41 | + THE POSSIBILITY OF SUCH DAMAGE. |
0 commit comments