OLD | NEW |
(Empty) | |
| 1 (Copied from png.py) |
| 2 |
| 3 -------------------------------------------------------------------------------- |
| 4 |
| 5 Copyright (C) 2006 Johann C. Rocholl <johann@browsershots.org> |
| 6 Portions Copyright (C) 2009 David Jones <drj@pobox.com> |
| 7 And probably portions Copyright (C) 2006 Nicko van Someren <nicko@nicko.org> |
| 8 |
| 9 Original concept by Johann C. Rocholl. |
| 10 |
| 11 LICENSE (The MIT License) |
| 12 |
| 13 Permission is hereby granted, free of charge, to any person |
| 14 obtaining a copy of this software and associated documentation files |
| 15 (the "Software"), to deal in the Software without restriction, |
| 16 including without limitation the rights to use, copy, modify, merge, |
| 17 publish, distribute, sublicense, and/or sell copies of the Software, |
| 18 and to permit persons to whom the Software is furnished to do so, |
| 19 subject to the following conditions: |
| 20 |
| 21 The above copyright notice and this permission notice shall be |
| 22 included in all copies or substantial portions of the Software. |
| 23 |
| 24 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, |
| 25 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF |
| 26 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND |
| 27 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS |
| 28 BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN |
| 29 ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN |
| 30 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE |
| 31 SOFTWARE. |
OLD | NEW |