Revision b1444d9c
Added by jahoti about 2 years ago
copyright | ||
---|---|---|
72 | 72 |
2021 jahoti <jahoti@tilde.team> |
73 | 73 |
License: GPL-2+ |
74 | 74 |
|
75 |
Files: test/* |
|
76 |
Copyright: 2021 jahoti <jahoti@tilde.team> |
|
77 |
2021 jahoti <jahoti@tilde.team> |
|
78 |
License: AGPL-3+ or Alicense-1.0 |
|
79 |
|
|
80 |
Files: test/proxy_core.py |
|
81 |
Copyright: 2015, inaz2 |
|
82 |
2021 jahoti <jahoti@tilde.team> |
|
83 |
License: BSD-3 |
|
84 |
Redistribution and use in source and binary forms, with or without |
|
85 |
modification, are permitted provided that the following conditions are met: |
|
86 |
. |
|
87 |
* Redistributions of source code must retain the above copyright notice, this |
|
88 |
list of conditions and the following disclaimer. |
|
89 |
. |
|
90 |
* Redistributions in binary form must reproduce the above copyright notice, |
|
91 |
this list of conditions and the following disclaimer in the documentation |
|
92 |
and/or other materials provided with the distribution. |
|
93 |
. |
|
94 |
* Neither the name of proxy2 nor the names of its |
|
95 |
contributors may be used to endorse or promote products derived from |
|
96 |
this software without specific prior written permission. |
|
97 |
. |
|
98 |
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" |
|
99 |
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
|
100 |
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
|
101 |
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE |
|
102 |
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
|
103 |
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR |
|
104 |
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER |
|
105 |
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
|
106 |
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
|
107 |
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
|
108 |
|
|
109 |
Files: test/server.py |
|
110 |
Copyright: 2021 jahoti <jahoti@tilde.team> |
|
111 |
License: AGPL-3+ |
|
112 |
|
|
75 | 113 |
Files: licenses/* |
76 | 114 |
Copyright: 2001, 2002, 2011-2013 Creative Commons |
77 | 115 |
License: CC-BY-4.0 |
... | ... | |
84 | 122 |
License: CC0 |
85 | 123 |
See `licenses/cc0.txt' |
86 | 124 |
|
87 |
Files: licenses/gpl-2.txt licenses/gpl-3.0.txt |
|
125 |
Files: licenses/gpl-2.txt licenses/gpl-3.0.txt licenses/agpl-3.0.txt
|
|
88 | 126 |
Copyright: 2007 Free Software Foundation, Inc. <https://fsf.org/> |
89 | 127 |
License: no-changing |
90 | 128 |
Everyone is permitted to copy and distribute verbatim copies of |
... | ... | |
150 | 188 |
|
151 | 189 |
License: CC-BY-4.0 |
152 | 190 |
See `licenses/cc-by-4.0.txt' |
191 |
|
|
192 |
License: AGPL-3+ |
|
193 |
This program is free software; you can redistribute it and/or modify |
|
194 |
it under the terms of the GNU Affero General Public License as |
|
195 |
published by the Free Software Foundation; either version 3 of |
|
196 |
the License, or (at your option) any later version. |
|
197 |
. |
|
198 |
This program is distributed in the hope that it will be useful, |
|
199 |
but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
200 |
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
201 |
GNU Affero General Public License for more details. |
|
202 |
. |
|
203 |
You should have received a copy of the |
|
204 |
GNU Affero General Public License along with this program; if not, |
|
205 |
you can get it from `https://www.gnu.org/licenses/agpl-3.0.html'. |
Also available in: Unified diff
Incorporate test suite from jahoti branch