|
| 1 | +Copyright (c) 2012 Czarek Tomczak. Portions Copyright |
| 2 | +(c) 2008 Marshall A.Greenblatt, 2006 Google Inc. |
| 3 | +All rights reserved. |
| 4 | + |
| 5 | +Project website: https://github.com/cztomczak/phpdesktop |
| 6 | + |
| 7 | +This product includes the following third party libraries: |
| 8 | +* Chromium Embedded Framework licensed under the BSD 3-clause license. |
| 9 | + See: https://bitbucket.org/chromiumembedded/cef |
| 10 | +* PHP Software licensed under the PHP License 3.0.1. |
| 11 | + See: http://www.php.net/software/ |
| 12 | +* Mongoose webserver from revision 04fc209 licensed under the |
| 13 | + MIT license with phpdesktop specific modifications applied. See: |
| 14 | + https://github.com/cesanta/mongoose/tree/04fc209644b414d915c446bb1815b55e9fe63acc |
| 15 | +* JSON parser licensed under the BSD 2-clause license. |
| 16 | + See: https://github.com/udp/json-parser |
| 17 | + |
| 18 | +Redistribution and use in source and binary forms, with |
| 19 | +or without modification, are permitted provided that the |
| 20 | +following conditions are met: |
| 21 | + |
| 22 | +* Redistributions of source code must retain the above |
| 23 | + copyright notice, this list of conditions and the |
| 24 | + following disclaimer. |
| 25 | + |
| 26 | +* Redistributions in binary form must reproduce the above |
| 27 | + copyright notice, this list of conditions and the |
| 28 | + following disclaimer in the documentation and/or other |
| 29 | + materials provided with the distribution. |
| 30 | + |
| 31 | +* Neither the name of PHP Desktop, nor the name Google Inc. |
| 32 | + nor the name Chromium Embedded Framework nor the names of |
| 33 | + its contributors may be used to endorse or promote products |
| 34 | + derived from this software without specific prior written |
| 35 | + permission. |
| 36 | + |
| 37 | +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND |
| 38 | +CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, |
| 39 | +INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF |
| 40 | +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
| 41 | +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR |
| 42 | +CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 43 | +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
| 44 | +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
| 45 | +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 46 | +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
| 47 | +CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE |
| 48 | +OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
| 49 | +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
0 commit comments