@@ -6,45 +6,44 @@ by the TFC installer.
6
6
7
7
applies to:
8
8
- The Click CLI toolkit, Copyright © 2014, the Pallets team
9
- (https://github.com/pallets/click)
9
+ (https://github.com/pallets/click/blob/main/LICENSE.rst )
10
10
(See 3rd party licenses at https://github.com/pallets/click/blob/master/LICENSE.rst)
11
11
12
12
- The cryptography library, Copyright © Individual contributors
13
- (https://github.com/pyca/cryptography)
13
+ (https://github.com/pyca/cryptography/blob/main/LICENSE.BSD )
14
14
15
15
- The Flask web application framework, Copyright © 2010, the Pallets team
16
- (https://github.com/pallets/flask)
16
+ (https://github.com/pallets/flask/blob/main/LICENSE.rst )
17
17
18
- - The Internationalized Domain Names in Applications (IDNA) library, Copyright © 2013-2018 , Kim Davies
19
- (https://github.com/kjd/idna)
18
+ - The Internationalized Domain Names in Applications (IDNA) library, Copyright © 2013-2023 , Kim Davies
19
+ (https://github.com/kjd/idna/blob/master/LICENSE.md )
20
20
(See 3rd party licenses at https://github.com/kjd/idna/blob/master/LICENSE.rst)
21
21
22
22
- The itsdangerous library, Copyright © 2011, the Pallets team
23
- (https://github.com/pallets/itsdangerous)
23
+ (https://github.com/pallets/itsdangerous/blob/main/LICENSE.rst )
24
24
25
- - The Jinja2 template engine, Copyright © 2009 , the Jinja Team, see AUTHORS for more details.
26
- (https://github.com/pallets/jinja)
25
+ - The Jinja2 template engine, Copyright © 2007 , the Jinja Team, see AUTHORS for more details.
26
+ (https://github.com/pallets/jinja/blob/main/LICENSE.rst )
27
27
28
28
- The MarkupSafe library, Copyright © 2010, the Pallets team
29
- (https://github.com/pallets/markupsafe)
29
+ (https://github.com/pallets/markupsafe/blob/main/LICENSE.rst )
30
30
31
- - The pycparser C parser, Copyright © 2008-2017 , Eli Bendersky
32
- (https://github.com/eliben/pycparser)
31
+ - The pycparser C parser, Copyright © 2008-2022 , Eli Bendersky
32
+ (https://github.com/eliben/pycparser/blob/main/LICENSE )
33
33
34
- - The pySerial library, Copyright © 2001-2017 , Chris Liechti <cliechti@gmx.net>
35
- (https://github.com/pyserial/pyserial)
34
+ - The pySerial library, Copyright © 2001-2020 , Chris Liechti <cliechti@gmx.net>
35
+ (https://github.com/pyserial/pyserial/blob/master/LICENSE.txt )
36
36
37
37
- The PySocks proxy client, Copyright © 2006, Dan-Haim
38
38
(https://github.com/Anorov/PySocks)
39
39
40
40
- The Tor application, Copyright © 2001-2004, Roger Dingledine
41
41
Copyright © 2004-2006, Roger Dingledine, Nick Mathewson
42
- Copyright © 2007-2023, The Tor Project, Inc.
43
- (https://torproject.org)
44
- (See the Tor licence and 3rd party licences at https://gitweb.torproject.org/tor.git/tree/LICENSE)
42
+ Copyright © 2007-2019, The Tor Project, Inc.
43
+ (https://gitlab.torproject.org/tpo/core/tor/-/blob/HEAD/LICENSE)
45
44
46
45
- The Werkzeug library, Copyright © 2007, the Pallets team
47
- (https://github.com/pallets/werkzeug)
46
+ (https://github.com/pallets/werkzeug/blob/main/LICENSE.rst )
48
47
49
48
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
50
49
@@ -81,49 +80,48 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
81
80
82
81
applies to:
83
82
- The appdirs library, Copyright (c) 2010 ActiveState Software Inc.
84
- (https://github.com/ActiveState/appdirs)
83
+ (https://github.com/ActiveState/appdirs/blob/master/LICENSE.txt )
85
84
86
85
- The Argon2 library, Copyright © 2015, Hynek Schlawack
87
- (https://github.com/hynek/argon2_cffi )
86
+ (https://github.com/hynek/argon2-cffi/blob/main/LICENSE )
88
87
89
88
- The src.common.encoding Base58 implementation, Copyright © 2015, David Keijser
90
- (https://github.com/keis/base58)
89
+ (https://github.com/keis/base58/blob/master/COPYING )
91
90
92
- - The cffi library, Copyright © 2012-2023 , Armin Rigo, Maciej Fijalkowski
93
- (https://bitbucket.org/ cffi/cffi/overview )
91
+ - The cffi library, Copyright © 2012-2024 , Armin Rigo, Maciej Fijalkowski
92
+ (https://github.com/python- cffi/cffi/blob/main/LICENSE )
94
93
95
- - The Mypy static type checker, Copyright © 2015-2016, Jukka Lehtosalo and contributors
96
- (https://github.com/python/mypy)
97
- (See 3rd party licenses at https://github.com/python/mypy/blob/master/LICENSE)
94
+ - The Mypy static type checker,
95
+ Copyright © 2015-2016, Jukka Lehtosalo and contributors
96
+ Copyright © 2015-2023 Dropbox, Inc.
97
+ (https://github.com/python/mypy/blob/master/LICENSE)
98
98
99
- - The pip package installer, Copyright © 2008-2023 , The pip developers (see AUTHORS.txt file)
100
- (https://github.com/pypa/pip)
99
+ - The pip package installer, Copyright © 2008-present , The pip developers (see AUTHORS.txt file)
100
+ (https://github.com/pypa/pip/blob/main/LICENSE.txt )
101
101
102
- - The pytest framework, Copyright © 2004-2023 , Holger Krekel and others
103
- (https://github.com/pytest-dev/pytest)
102
+ - The pytest framework, Copyright © 2004, Holger Krekel and others
103
+ (https://github.com/pytest-dev/pytest/blob/main/LICENSE )
104
104
105
105
- The pytest-cov plugin, Copyright © 2010, Meme Dough
106
- (https://github.com/pytest-dev/pytest-cov)
106
+ (https://github.com/pytest-dev/pytest-cov/blob/master/LICENSE )
107
107
108
- - The pytest-xdist plugin, Copyright © Individual contributors
109
- (https://github.com/pytest-dev/pytest-xdist)
108
+ - The pytest-xdist plugin, Copyright © 2010 Holger Krekel and contributors.
109
+ (https://github.com/pytest-dev/pytest-xdist/blob/master/LICENSE )
110
110
111
- - The Setuptools build system, Copyright © 2016, Jason R Coombs <jaraco@jaraco.com>
112
- (https://github.com/pypa/setuptools)
111
+ - The Setuptools build system, Copyright © Jason R. Coombs
112
+ (https://github.com/pypa/setuptools/blob/main/LICENSE )
113
113
114
- - The Six library, Copyright © 2010-2023 , Benjamin Peterson
115
- (https://github.com/benjaminp/six)
114
+ - The Six library, Copyright © 2010-2020 , Benjamin Peterson
115
+ (https://github.com/benjaminp/six/blob/master/LICENSE )
116
116
117
- - The urllib3 library, Copyright © 2008-2023 , Andrey Petrov and contributors (see CONTRIBUTORS.txt)
118
- (https://github.com/urllib3/urllib3)
117
+ - The urllib3 library, Copyright © 2008-2020 , Andrey Petrov and contributors (see CONTRIBUTORS.txt)
118
+ (https://github.com/urllib3/urllib3/blob/main/LICENSE.txt )
119
119
120
- - The virtualenv tool, Copyright © 2007, Ian Bicking and Contributors
121
- Copyright © 2009, Ian Bicking, The Open Planning Project
122
- Copyright © 2011-2016, The virtualenv developers
123
- (https://github.com/pypa/virtualenv)
120
+ - The virtualenv tool, Copyright © 202x, The virtualenv developers
121
+ (https://github.com/pypa/virtualenv/blob/main/LICENSE)
124
122
125
123
- The zipp library. Copyright © Jason R. Coombs
126
- (https://github.com/jaraco/zipp)
124
+ (https://github.com/jaraco/zipp/blob/main/LICENSE )
127
125
128
126
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
129
127
@@ -150,8 +148,8 @@ SOFTWARE.
150
148
ISC License
151
149
152
150
applies to:
153
- - The libsodium library, Copyright © 2013-2023 , Frank Denis <j at pureftpd dot org>
154
- (https://github.com/jedisct1/libsodium)
151
+ - The libsodium library, Copyright © 2013-2024 , Frank Denis <j at pureftpd dot org>
152
+ (https://github.com/jedisct1/libsodium/blob/master/LICENSE )
155
153
156
154
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
157
155
@@ -179,7 +177,7 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
179
177
180
178
applies to:
181
179
- The Git application, Copyright © Linus Torvalds
182
- (https://git.kernel.org/pub/scm/git/git.git/tree/)
180
+ (https://git.kernel.org/pub/scm/git/git.git/tree/COPYING )
183
181
184
182
- The net-tools application, Copyright 1996 © Bernd Eckenfels
185
183
(https://sourceforge.net/projects/net-tools/)
@@ -531,12 +529,12 @@ Public License instead of this License.
531
529
of this license document, but changing it is not allowed.
532
530
533
531
applies to:
534
- - The src.relay.onion Tor class, Copyright © 2014-2023 , Micah Lee <micah@ micahflee.com>
535
- (https://github.com/micahflee /onionshare)
532
+ - The src.relay.onion Tor class, Copyright © 2014-2022 , Micah Lee <micah[at] micahflee.com>
533
+ (https://github.com/onionshare /onionshare/blob/main/LICENSE.txt )
536
534
537
- - gnome-terminal, Copyright © Guilherme de S. Pastore <gpastore@ gnome.org>,
538
- Havoc Pennington <hp@ redhat.com>,
539
- Mariano Suárez-Alvarez <mariano@ gnome.org>
535
+ - gnome-terminal, Copyright © Guilherme de S. Pastore <gpastore[at] gnome.org>,
536
+ Havoc Pennington <hp[at] redhat.com>,
537
+ Mariano Suárez-Alvarez <mariano[at] gnome.org>
540
538
(https://gitlab.gnome.org/GNOME/gnome-terminal)
541
539
542
540
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
@@ -1217,17 +1215,17 @@ Public License instead of this License. But first, please read
1217
1215
1218
1216
applies to:
1219
1217
- The importlib_metadata library, Copyright © 2017-2019 Jason R. Coombs, Barry Warsaw
1220
- (https://gitlab.com/python-devs/importlib_metadata)
1218
+ (https://gitlab.com/python-devs/importlib_metadata/-/blob/master/LICENSE?ref_type=heads )
1221
1219
1222
1220
- The OpenSSL library, Copyright © 1995-1998, Eric A. Young, Tim J. Hudson
1223
- Copyright © 1999-2018 , The OpenSSL Project
1224
- (https://github.com/openssl/openssl)
1221
+ Copyright © 1999-2023 , The OpenSSL Project Authors
1222
+ (https://github.com/openssl/openssl/blob/master/LICENSE.txt )
1225
1223
1226
1224
- The PyNaCl library, Copyright © 2013, Donald Stufft and individual contributors
1227
- (https://github.com/pyca/pynacl)
1225
+ (https://github.com/pyca/pynacl/blob/main/LICENSE )
1228
1226
1229
- - The Requests library, Copyright © 2018 , Kenneth Reitz
1230
- (https://github.com/requests /requests)
1227
+ - The Requests library, Copyright © MMXVIX , Kenneth Reitz
1228
+ (https://github.com/psf /requests/blob/main/LICENSE )
1231
1229
1232
1230
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
1233
1231
@@ -1797,7 +1795,7 @@ Exhibit B - "Incompatible With Secondary Licenses" Notice
1797
1795
1798
1796
applies to:
1799
1797
- The Chardet library, Copyright © Daniel Blanchard
1800
- (https://github.com/chardet/chardet)
1798
+ (https://github.com/chardet/chardet/blob/main/LICENSE )
1801
1799
1802
1800
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
1803
1801
@@ -2488,19 +2486,19 @@ Library.
2488
2486
Copyright © 2000, BeOpen.com.
2489
2487
All Rights Reserved.
2490
2488
2491
- Copyright © 2001-2023 , Python Software Foundation.
2489
+ Copyright © 2001-2024 , Python Software Foundation.
2492
2490
All Rights Reserved.
2493
2491
(https://www.python.org/)
2494
2492
2495
- - distlib library Copyright © 2023 [ Python Packaging Authority Developers]
2496
- (https://bitbucket.org/pypa/distlib/src/master/)
2493
+ - distlib library Copyright © 2024, Python Software Foundation
2494
+ (https://bitbucket.org/pypa/distlib/src/master/LICENSE.txt )
2497
2495
2498
2496
- The python3-tk library, Copyright © 2006, Matthias Klose
2499
2497
This package was debianized by Matthias Klose <doko@debian.org> on
2500
2498
Wed, 7 Jun 2006 15:02:31 +0200.
2501
2499
It was downloaded from https://python.org/, built by extracting the
2502
2500
Tk and gdbm extensions from the upstream tarballs.
2503
- (https://packages.ubuntu.com/disco /python3-tk)
2501
+ (https://packages.ubuntu.com/noble /python3-tk)
2504
2502
2505
2503
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
2506
2504
0 commit comments