| OLD | NEW |
| (Empty) |
| 1 Copyright (c) 2010 by Armin Ronacher and contributors. See AUTHORS | |
| 2 for more details. | |
| 3 | |
| 4 Some rights reserved. | |
| 5 | |
| 6 Redistribution and use in source and binary forms of the software as well | |
| 7 as documentation, with or without modification, are permitted provided | |
| 8 that the following conditions are met: | |
| 9 | |
| 10 * Redistributions of source code must retain the above copyright | |
| 11 notice, this list of conditions and the following disclaimer. | |
| 12 | |
| 13 * Redistributions in binary form must reproduce the above | |
| 14 copyright notice, this list of conditions and the following | |
| 15 disclaimer in the documentation and/or other materials provided | |
| 16 with the distribution. | |
| 17 | |
| 18 * The names of the contributors may not be used to endorse or | |
| 19 promote products derived from this software without specific | |
| 20 prior written permission. | |
| 21 | |
| 22 THIS SOFTWARE AND DOCUMENTATION IS PROVIDED BY THE COPYRIGHT HOLDERS AND | |
| 23 CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT | |
| 24 NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR | |
| 25 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER | |
| 26 OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, | |
| 27 EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, | |
| 28 PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR | |
| 29 PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF | |
| 30 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING | |
| 31 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS | |
| 32 SOFTWARE AND DOCUMENTATION, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH | |
| 33 DAMAGE. | |
| OLD | NEW |