| 1 | DjangoBB software is distributed under the following terms: |
|---|
| 2 | |
|---|
| 3 | Copyright (c) 2009, Alexey Afinogenov, Maranchuk Sergey |
|---|
| 4 | All rights reserved. |
|---|
| 5 | |
|---|
| 6 | Redistribution and use in source and binary forms, with or without modification, |
|---|
| 7 | are permitted provided that the following conditions are met: |
|---|
| 8 | |
|---|
| 9 | * Redistributions of source code must retain the above copyright notice, |
|---|
| 10 | this list of conditions and the following disclaimer. |
|---|
| 11 | * Redistributions in binary form must reproduce the above copyright |
|---|
| 12 | notice, this list of conditions and the following disclaimer in the |
|---|
| 13 | documentation and/or other materials provided with the distribution. |
|---|
| 14 | * Neither the name of the DjangoBB nor the names of its contributors may |
|---|
| 15 | be used to endorse or promote products derived from this software without |
|---|
| 16 | specific prior written permission. |
|---|
| 17 | |
|---|
| 18 | THIS SOFTWARE IS PROVIDED BY AUTHOR AND CONTRIBUTORS "AS IS" AND |
|---|
| 19 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
|---|
| 20 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
|---|
| 21 | DISCLAIMED. IN NO EVENT SHALL AUTHOR OR CONTRIBUTORS BE LIABLE FOR |
|---|
| 22 | ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES |
|---|
| 23 | (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
|---|
| 24 | LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON |
|---|
| 25 | ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
|---|
| 26 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
|---|
| 27 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
|---|
| 28 | |
|---|
| 29 | ------------------------------------------------------------------------------- |
|---|
| 30 | |
|---|
| 31 | PyBB software is distributed under the following terms: |
|---|
| 32 | |
|---|
| 33 | Copyright (c) 2008-2009, Grigoriy Petukhov |
|---|
| 34 | All rights reserved. |
|---|
| 35 | |
|---|
| 36 | Redistribution and use in source and binary forms, with or without modification, |
|---|
| 37 | are permitted provided that the following conditions are met: |
|---|
| 38 | |
|---|
| 39 | * Redistributions of source code must retain the above copyright notice, |
|---|
| 40 | this list of conditions and the following disclaimer. |
|---|
| 41 | * Redistributions in binary form must reproduce the above copyright |
|---|
| 42 | notice, this list of conditions and the following disclaimer in the |
|---|
| 43 | documentation and/or other materials provided with the distribution. |
|---|
| 44 | * Neither the name of the PyBB nor the names of its contributors may be used |
|---|
| 45 | to endorse or promote products derived from this software without |
|---|
| 46 | specific prior written permission. |
|---|
| 47 | |
|---|
| 48 | THIS SOFTWARE IS PROVIDED BY AUTHOR AND CONTRIBUTORS "AS IS" AND |
|---|
| 49 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
|---|
| 50 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
|---|
| 51 | DISCLAIMED. IN NO EVENT SHALL AUTHOR OR CONTRIBUTORS BE LIABLE FOR |
|---|
| 52 | ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES |
|---|
| 53 | (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
|---|
| 54 | LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON |
|---|
| 55 | ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
|---|
| 56 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
|---|
| 57 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
|---|