Skip to content

Commit 36bbab2

Browse files
Huzaif Mushtaq MirHuzaif Mushtaq Mir
authored andcommitted
chore: formatting changes
1 parent 820ce39 commit 36bbab2

3 files changed

Lines changed: 46 additions & 70 deletions

File tree

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ include README.md
33

44
# Include the license file
55
include LICENSE.md
6-
include THIRD_PARTY_NOTICES.txt
6+
include THIRD-PARTY-NOTICES.txt
77

88
# Include the data files
99
recursive-include cryptlex/lexfloatclient/libs *
Lines changed: 44 additions & 68 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,23 @@
1-
THIRD-PARTY SOFTWARE NOTICES AND INFORMATION
2-
============================================================
3-
4-
== Apache-2.0 ==
5-
6-
id 1.5.0 - Copyright 2022 The Sigstore Authors.
7-
packaging 25.0 - Copyright (c) Donald Stufft and individual contributors.
8-
readme_renderer 44.0 - Copyright © 2014, The Python Packaging Authority.
9-
requests 2.32.5 - Copyright 2019 Kenneth Reitz
10-
requests-toolbelt 1.0.0 - Copyright 2014 Ian Cordasco, Cory Benfield
11-
rfc3986 2.0.0 - Copyright 2014 Ian Cordasco, Rackspace
12-
twine 6.2.0 - Copyright © 2019, Donald Stufft and individual contributors
13-
14-
------------------------------------------------------------
15-
16-
Apache License
1+
lexactivator-python uses third-party libraries or other resources that may be
2+
distributed under licenses different than the lexactivator-python.
3+
4+
In the event that we accidentally failed to list a required notice, please
5+
bring it to our attention. Post an issue or email us:
6+
7+
           support@cryptlex.com
8+
9+
The attached notices are provided for information only.
10+
11+
License notice for:
12+
id 1.5.0 - Copyright 2022 The Sigstore Authors.
13+
packaging 25.0 - Copyright (c) Donald Stufft and individual contributors.
14+
readme_renderer 44.0 - Copyright © 2014, The Python Packaging Authority.
15+
requests 2.32.5 - Copyright 2019 Kenneth Reitz
16+
requests-toolbelt 1.0.0 - Copyright 2014 Ian Cordasco, Cory Benfield
17+
rfc3986 2.0.0 - Copyright 2014 Ian Cordasco, Rackspace
18+
twine 6.2.0 - Copyright © 2019, Donald Stufft and individual contributors
19+
-------------------------------------------------
20+
Apache License
1721
Version 2.0, January 2004
1822
http://www.apache.org/licenses/
1923

@@ -215,15 +219,9 @@ Apache License
215219
See the License for the specific language governing permissions and
216220
limitations under the License.
217221

218-
============================================================
219-
220-
== BSD ==
221-
222-
Pygments 2.19.2 - Copyright (c) 2006-2022 by the respective authors (see AUTHORS file).
223-
224-
225-
------------------------------------------------------------
226-
222+
License notice for:
223+
Pygments 2.19.2 - Copyright (c) 2006-2022 by the respective authors (see AUTHORS file).
224+
-------------------------------------------------
227225
Redistribution and use in source and binary forms, with or without
228226
modification, are permitted provided that the following conditions are
229227
met:
@@ -247,14 +245,9 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
247245
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
248246
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
249247

250-
============================================================
251-
252-
== BSD License; GNU General Public License (GPL); Public Domain ==
253-
254-
docutils 0.22.3
255-
256-
------------------------------------------------------------
257-
248+
License notice for:
249+
docutils 0.22.3
250+
-------------------------------------------------
258251
.. include:: docs/header0.rst
259252

260253
==================
@@ -407,15 +400,10 @@ licenses_ directory.
407400
.. _license-list:
408401
.. _GPL-compatible: https://www.gnu.org/licenses/license-list.html
409402

410-
============================================================
411-
412-
== BSD-3-Clause ==
413-
414-
idna 3.11 - Copyright (c) 2013-2025, Kim Davies and contributors.
403+
License notice for:
404+
idna 3.11 - Copyright (c) 2013-2025, Kim Davies and contributors.
415405
All rights reserved.
416-
417-
------------------------------------------------------------
418-
406+
-------------------------------------------------
419407
BSD 3-Clause License
420408

421409
Copyright <YEAR> <COPYRIGHT HOLDER>
@@ -447,25 +435,20 @@ LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
447435
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
448436
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
449437

450-
============================================================
451-
452-
== MIT ==
453-
454-
charset-normalizer 3.4.4 - Copyright (c) 2025 TAHRI Ahmed R.
455-
jaraco.classes 3.4.0
456-
jaraco.context 6.0.1
457-
jaraco.functools 4.3.0
458-
keyring 25.7.0
459-
markdown-it-py 4.0.0 - Copyright (c) 2020 ExecutableBookProject
460-
mdurl 0.1.2 - Copyright (c) 2015 Vitaly Puzrin, Alex Kocharin.
461-
Copyright (c) 2021 Taneli Hukkinen
462-
more-itertools 10.8.0 - Copyright (c) 2012 Erik Rose
463-
nh3 0.3.2 - Copyright (c) 2021-present Messense Lv
464-
rich 14.2.0 - Copyright (c) 2020 Will McGugan
465-
urllib3 2.6.2 - Copyright (c) 2008-2020 Andrey Petrov and contributors.
466-
438+
License notice for:
439+
charset-normalizer 3.4.4 - Copyright (c) 2025 TAHRI Ahmed R.
440+
jaraco.classes 3.4.0
441+
jaraco.context 6.0.1
442+
jaraco.functools 4.3.0
443+
keyring 25.7.0
444+
markdown-it-py 4.0.0 - Copyright (c) 2020 ExecutableBookProject
445+
mdurl 0.1.2 - Copyright (c) 2015 Vitaly Puzrin, Alex Kocharin.
446+
Copyright (c) 2021 Taneli Hukkinen
447+
more-itertools 10.8.0 - Copyright (c) 2012 Erik Rose
448+
nh3 0.3.2 - Copyright (c) 2021-present Messense Lv
449+
rich 14.2.0 - Copyright (c) 2020 Will McGugan
450+
urllib3 2.6.2 - Copyright (c) 2008-2020 Andrey Petrov and contributors.
467451
------------------------------------------------------------
468-
469452
MIT License
470453

471454
Copyright <YEAR> <COPYRIGHT HOLDER>
@@ -488,14 +471,9 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
488471
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
489472
SOFTWARE.
490473

491-
============================================================
492-
493-
== MPL-2.0 ==
494-
495-
certifi 2025.11.12
496-
474+
License notice for:
475+
certifi 2025.11.12
497476
------------------------------------------------------------
498-
499477
This package contains a modified version of ca-bundle.crt:
500478

501479
ca-bundle.crt -- Bundle of CA Root Certificates
@@ -516,5 +494,3 @@ one at http://mozilla.org/MPL/2.0/.
516494

517495
***** END LICENSE BLOCK *****
518496
@(#) $RCSfile: certdata.txt,v $ $Revision: 1.80 $ $Date: 2011/11/03 15:11:58 $
519-
520-
============================================================

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# https://wheel.readthedocs.io/en/stable/user_guide.html#including-license-files-in-the-generated-wheel-file
44
license_files =
55
LICENSE.md
6-
THIRD_PARTY_NOTICES.txt
6+
THIRD-PARTY-NOTICES.txt
77

88
[bdist_wheel]
99
# This flag says to generate wheels that support both Python 2 and Python

0 commit comments

Comments
 (0)