Revision 7796e554
Added by jahoti about 2 years ago
| copyright | ||
|---|---|---|
| 56 | 56 |
2021 jahoti <jahoti@tilde.team> |
| 57 | 57 |
License: GPL-2+ |
| 58 | 58 |
|
| 59 |
Files: test/proxy_core.py test/init.sh |
|
| 60 |
Copyright: 2015, inaz2 |
|
| 61 |
2021 jahoti <jahoti@tilde.team> |
|
| 62 |
License: BSD-3 |
|
| 63 |
Redistribution and use in source and binary forms, with or without |
|
| 64 |
modification, are permitted provided that the following conditions are met: |
|
| 65 |
. |
|
| 66 |
* Redistributions of source code must retain the above copyright notice, this |
|
| 67 |
list of conditions and the following disclaimer. |
|
| 68 |
. |
|
| 69 |
* Redistributions in binary form must reproduce the above copyright notice, |
|
| 70 |
this list of conditions and the following disclaimer in the documentation |
|
| 71 |
and/or other materials provided with the distribution. |
|
| 72 |
. |
|
| 73 |
* Neither the name of proxy2 nor the names of its |
|
| 74 |
contributors may be used to endorse or promote products derived from |
|
| 75 |
this software without specific prior written permission. |
|
| 76 |
. |
|
| 77 |
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" |
|
| 78 |
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
|
| 79 |
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
|
| 80 |
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE |
|
| 81 |
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
|
| 82 |
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR |
|
| 83 |
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER |
|
| 84 |
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
|
| 85 |
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
|
| 86 |
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
|
| 87 |
|
|
| 59 | 88 |
Files: licenses/* |
| 60 | 89 |
Copyright: 2001, 2002, 2011-2013 Creative Commons |
| 61 | 90 |
License: CC-BY-4.0 |
| ... | ... | |
| 68 | 97 |
License: CC0 |
| 69 | 98 |
See `licenses/cc0.txt' |
| 70 | 99 |
|
| 71 |
Files: licenses/gpl-2.txt licenses/gpl-3.0.txt |
|
| 100 |
Files: licenses/gpl-2.txt licenses/gpl-3.0.txt licenses/agpl-3.0.txt
|
|
| 72 | 101 |
Copyright: 2007 Free Software Foundation, Inc. <https://fsf.org/> |
| 73 | 102 |
License: no-changing |
| 74 | 103 |
Everyone is permitted to copy and distribute verbatim copies of |
| ... | ... | |
| 134 | 163 |
|
| 135 | 164 |
License: CC-BY-4.0 |
| 136 | 165 |
See `licenses/cc-by-4.0.txt' |
| 166 |
|
|
| 167 |
License: AGPL-3+ |
|
| 168 |
This program is free software; you can redistribute it and/or modify |
|
| 169 |
it under the terms of the GNU Affero General Public License as |
|
| 170 |
published by the Free Software Foundation; either version 3 of |
|
| 171 |
the License, or (at your option) any later version. |
|
| 172 |
. |
|
| 173 |
This program is distributed in the hope that it will be useful, |
|
| 174 |
but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
| 175 |
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
| 176 |
GNU Affero General Public License for more details. |
|
| 177 |
. |
|
| 178 |
You should have received a copy of the |
|
| 179 |
GNU Affero General Public License along with this program; if not, |
|
| 180 |
you can get it from `https://www.gnu.org/licenses/agpl-3.0.html'. |
|
Also available in: Unified diff
Add the beginnings of a test suite