Revision 5b2a7a61
Added by koszko almost 2 years ago
copyright | ||
---|---|---|
6 | 6 |
Copyright: 2021 Wojtek Kosior <koszko@koszko.org> |
7 | 7 |
License: GPL-3+-javascript or Alicense-1.0 |
8 | 8 |
|
9 |
Files: *.sh default_settings.json |
|
9 |
Files: *.sh default_settings.json Makefile.in
|
|
10 | 10 |
Copyright: 2021 Wojtek Kosior <koszko@koszko.org> |
11 | 11 |
2021 jahoti <jahoti@tilde.team> |
12 | 12 |
License: CC0 |
13 | 13 |
|
14 |
Files: Makefile |
|
15 |
Copyright: 2021 jahoti <jahoti@tilde.team> |
|
16 |
License: CC0 |
|
17 |
|
|
18 | 14 |
Files: icons/* |
19 | 15 |
Copyright: 2017 David Lyons <https://openclipart.org/artist/davidblyons> |
20 | 16 |
License: CC0 or CC-BY-SA-4.0 |
... | ... | |
71 | 67 |
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION |
72 | 68 |
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
73 | 69 |
|
70 |
Files: test/* |
|
71 |
Copyright: 2021 jahoti <jahoti@tilde.team> |
|
72 |
2021 Wojtek Kosior <koszko@koszko.org> |
|
73 |
License: AGPL-3+ |
|
74 |
Comment: Wojtek Kosior promises not to sue even in case of violations |
|
75 |
of the license. |
|
76 |
|
|
77 |
Files: test/__init__.py test/test_unit.py test/default_profiles/icecat_empty/extensions.json |
|
78 |
Copyright: 2021 Wojtek Kosior <koszko@koszko.org> |
|
79 |
License: CC0 |
|
80 |
|
|
81 |
Files: test/profiles.py |
|
82 |
Copyright: 2021 Wojtek Kosior <koszko@koszko.org> |
|
83 |
License: GPL-3+ |
|
84 |
Comment: Wojtek Kosior promises not to sue even in case of violations |
|
85 |
of the license. |
|
86 |
|
|
87 |
Files: test/proxy_core.py |
|
88 |
Copyright: 2015, inaz2 |
|
89 |
2021 jahoti <jahoti@tilde.team> |
|
90 |
2021 Wojtek Kosior <koszko@koszko.org> |
|
91 |
License: BSD-3 |
|
92 |
Redistribution and use in source and binary forms, with or without |
|
93 |
modification, are permitted provided that the following conditions are met: |
|
94 |
. |
|
95 |
* Redistributions of source code must retain the above copyright notice, this |
|
96 |
list of conditions and the following disclaimer. |
|
97 |
. |
|
98 |
* Redistributions in binary form must reproduce the above copyright notice, |
|
99 |
this list of conditions and the following disclaimer in the documentation |
|
100 |
and/or other materials provided with the distribution. |
|
101 |
. |
|
102 |
* Neither the name of proxy2 nor the names of its contributors may be used to |
|
103 |
endorse or promote products derived from this software without specific prior |
|
104 |
written permission. |
|
105 |
. |
|
106 |
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" |
|
107 |
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
|
108 |
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
|
109 |
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE |
|
110 |
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
|
111 |
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR |
|
112 |
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER |
|
113 |
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
|
114 |
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
|
115 |
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
|
116 |
Comment: Wojtek Kosior promises not to sue even in case of violations |
|
117 |
of the license. |
|
118 |
|
|
74 | 119 |
Files: licenses/* |
75 | 120 |
Copyright: 2001, 2002, 2011-2013 Creative Commons |
76 | 121 |
License: CC-BY-4.0 |
... | ... | |
83 | 128 |
License: CC0 |
84 | 129 |
See `licenses/cc0.txt' |
85 | 130 |
|
86 |
Files: licenses/gpl-2.txt licenses/gpl-3.0.txt |
|
131 |
Files: licenses/gpl-2.txt licenses/gpl-3.0.txt licenses/agpl-3.0.txt
|
|
87 | 132 |
Copyright: 2007 Free Software Foundation, Inc. <https://fsf.org/> |
88 | 133 |
License: no-changing |
89 | 134 |
Everyone is permitted to copy and distribute verbatim copies of |
... | ... | |
144 | 189 |
along with this program; if not, write to the Free Software |
145 | 190 |
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
146 | 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'. |
|
206 |
|
|
147 | 207 |
License: CC-BY-SA-4.0 |
148 | 208 |
See `licenses/cc-by-sa-4.0.txt' |
149 | 209 |
|
Also available in: Unified diff
add Selenium- and Python-based test system