Mirielz commited on
Commit
25b84b3
·
verified ·
1 Parent(s): a7bc201

Upload LICENSE.txt

Browse files

Updated license with additional attributions

Files changed (1) hide show
  1. LICENSE.txt +126 -0
LICENSE.txt CHANGED
@@ -311,6 +311,17 @@ beautifulsoup4 - MIT License
311
  Copyright (c) 2004-2023 Leonard Richardson
312
  https://www.crummy.com/software/BeautifulSoup/
313
 
 
 
 
 
 
 
 
 
 
 
 
314
  --------------------------------------------------------------------------------
315
  cryptography - Apache 2.0 / BSD License
316
  Copyright (c) Individual contributors
@@ -321,6 +332,11 @@ customtkinter - MIT License
321
  Copyright (c) 2023 Tom Schimansky
322
  https://github.com/TomSchimansky/CustomTkinter
323
 
 
 
 
 
 
324
  --------------------------------------------------------------------------------
325
  ddgs (DuckDuckGo Search) - MIT License
326
  Copyright (c) ddgs contributors
@@ -335,11 +351,26 @@ faiss-cpu - MIT License
335
  Copyright (c) Meta Platforms, Inc.
336
  https://github.com/facebookresearch/faiss
337
 
 
 
 
 
 
338
  --------------------------------------------------------------------------------
339
  geocoder - Apache 2.0 License
340
  Copyright (c) 2013 Denis Carriere
341
  https://github.com/DenisCarriere/geocoder
342
 
 
 
 
 
 
 
 
 
 
 
343
  --------------------------------------------------------------------------------
344
  numpy - BSD 3-Clause License
345
  Copyright (c) 2005-2024 NumPy Developers
@@ -356,6 +387,11 @@ openpyxl - MIT License
356
  Copyright (c) 2010 openpyxl contributors
357
  https://openpyxl.readthedocs.io
358
 
 
 
 
 
 
359
  --------------------------------------------------------------------------------
360
  pillow - HPND License (Historical Permission Notice and Disclaimer)
361
  Copyright (c) 1997-2011 by Secret Labs AB
@@ -363,6 +399,11 @@ Copyright (c) 1995-2011 by Fredrik Lundh and contributors
363
  https://python-pillow.org
364
  Full license: https://github.com/python-pillow/Pillow/blob/main/LICENSE
365
 
 
 
 
 
 
366
  --------------------------------------------------------------------------------
367
  protobuf - BSD 3-Clause License
368
  Copyright (c) Google LLC
@@ -373,6 +414,11 @@ psutil - BSD 3-Clause License
373
  Copyright (c) 2009 Jay Loden, Dave Davy, Giampaolo Rodola
374
  https://github.com/giampaolo/psutil
375
 
 
 
 
 
 
376
  --------------------------------------------------------------------------------
377
  pydub - MIT License
378
  Copyright (c) 2011 James Robert
@@ -414,11 +460,41 @@ Copyright (c) 2017-2021 Ingy dot Net
414
  Copyright (c) 2006-2016 Kirill Simonov
415
  https://github.com/yaml/pyyaml
416
 
 
 
 
 
 
 
 
 
 
 
417
  --------------------------------------------------------------------------------
418
  requests - Apache 2.0 License
419
  Copyright (c) 2019 Kenneth Reitz
420
  https://github.com/psf/requests
421
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
422
  --------------------------------------------------------------------------------
423
  sentence-transformers - Apache 2.0 License
424
  Copyright (c) 2019 UKP Lab
@@ -451,18 +527,48 @@ tkinterdnd2 - MIT License
451
  Copyright (c) 2021 pmgagne
452
  https://github.com/pmgagne/tkinterdnd2
453
 
 
 
 
 
 
454
  --------------------------------------------------------------------------------
455
  torch (PyTorch) - BSD 3-Clause License
456
  Copyright (c) 2016-present Facebook, Inc
457
  https://github.com/pytorch/pytorch
458
  Full license: https://github.com/pytorch/pytorch/blob/main/LICENSE
459
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
460
  --------------------------------------------------------------------------------
461
  tqdm - MIT / Mozilla Public License 2.0
462
  Copyright (c) 2013-present tqdm contributors
463
  https://github.com/tqdm/tqdm
464
  Note: Used unmodified. No MPL-2.0 source disclosure obligations apply.
465
 
 
 
 
 
 
 
 
 
 
 
466
  --------------------------------------------------------------------------------
467
  tzlocal - MIT License
468
  Copyright (c) 2011-2021 Lennart Regebro
@@ -495,6 +601,26 @@ Each is invoked as an independent process (mere aggregation, not linking).
495
  Also used via the ollama Python library for programmatic model interaction.
496
  Both components are MIT licensed and used in compliance with Ollama's terms.
497
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
498
  Piper TTS - MIT License / GPL v3 (binary: rhasspy/piper 2023.11.14-2)
499
  Copyright (c) Rhasspy
500
  https://github.com/rhasspy/piper
 
311
  Copyright (c) 2004-2023 Leonard Richardson
312
  https://www.crummy.com/software/BeautifulSoup/
313
 
314
+ --------------------------------------------------------------------------------
315
+ certifi - Mozilla Public License 2.0
316
+ Copyright (c) Kenneth Reitz
317
+ https://github.com/certifi/python-certifi
318
+ Note: Used unmodified. No MPL-2.0 source disclosure obligations apply.
319
+
320
+ --------------------------------------------------------------------------------
321
+ charset-normalizer - MIT License
322
+ Copyright (c) 2019 Ahmed TAHRI
323
+ https://github.com/Chardet/charset_normalizer
324
+
325
  --------------------------------------------------------------------------------
326
  cryptography - Apache 2.0 / BSD License
327
  Copyright (c) Individual contributors
 
332
  Copyright (c) 2023 Tom Schimansky
333
  https://github.com/TomSchimansky/CustomTkinter
334
 
335
+ --------------------------------------------------------------------------------
336
+ Cython - Apache 2.0 License
337
+ Copyright (c) 2007-2024 Stefan Behnel, Robert Bradshaw, et al.
338
+ https://github.com/cython/cython
339
+
340
  --------------------------------------------------------------------------------
341
  ddgs (DuckDuckGo Search) - MIT License
342
  Copyright (c) ddgs contributors
 
351
  Copyright (c) Meta Platforms, Inc.
352
  https://github.com/facebookresearch/faiss
353
 
354
+ --------------------------------------------------------------------------------
355
+ filelock - The Unlicense
356
+ Copyright (c) filelock contributors
357
+ https://github.com/tox-dev/filelock
358
+
359
  --------------------------------------------------------------------------------
360
  geocoder - Apache 2.0 License
361
  Copyright (c) 2013 Denis Carriere
362
  https://github.com/DenisCarriere/geocoder
363
 
364
+ --------------------------------------------------------------------------------
365
+ hf-xet - Apache 2.0 License
366
+ Copyright (c) HuggingFace
367
+ https://github.com/huggingface/xet-core
368
+
369
+ --------------------------------------------------------------------------------
370
+ lxml - BSD 3-Clause License
371
+ Copyright (c) 2004 Infrae
372
+ https://github.com/lxml/lxml
373
+
374
  --------------------------------------------------------------------------------
375
  numpy - BSD 3-Clause License
376
  Copyright (c) 2005-2024 NumPy Developers
 
387
  Copyright (c) 2010 openpyxl contributors
388
  https://openpyxl.readthedocs.io
389
 
390
+ --------------------------------------------------------------------------------
391
+ packaging - Apache 2.0 / BSD 2-Clause License
392
+ Copyright (c) Donald Stufft and individual contributors
393
+ https://github.com/pypa/packaging
394
+
395
  --------------------------------------------------------------------------------
396
  pillow - HPND License (Historical Permission Notice and Disclaimer)
397
  Copyright (c) 1997-2011 by Secret Labs AB
 
399
  https://python-pillow.org
400
  Full license: https://github.com/python-pillow/Pillow/blob/main/LICENSE
401
 
402
+ --------------------------------------------------------------------------------
403
+ primp - MIT License
404
+ Copyright (c) deedy5
405
+ https://github.com/deedy5/primp
406
+
407
  --------------------------------------------------------------------------------
408
  protobuf - BSD 3-Clause License
409
  Copyright (c) Google LLC
 
414
  Copyright (c) 2009 Jay Loden, Dave Davy, Giampaolo Rodola
415
  https://github.com/giampaolo/psutil
416
 
417
+ --------------------------------------------------------------------------------
418
+ pydantic - MIT License
419
+ Copyright (c) 2017 Samuel Colvin
420
+ https://github.com/pydantic/pydantic
421
+
422
  --------------------------------------------------------------------------------
423
  pydub - MIT License
424
  Copyright (c) 2011 James Robert
 
460
  Copyright (c) 2006-2016 Kirill Simonov
461
  https://github.com/yaml/pyyaml
462
 
463
+ --------------------------------------------------------------------------------
464
+ pywin32 - PSF License
465
+ Copyright (c) 2000-2024 Mark Hammond
466
+ https://github.com/mhammond/pywin32
467
+
468
+ --------------------------------------------------------------------------------
469
+ regex - Apache 2.0 License
470
+ Copyright (c) 2010-2024 Matthew Barnett
471
+ https://github.com/mrabarnett/mrab-regex
472
+
473
  --------------------------------------------------------------------------------
474
  requests - Apache 2.0 License
475
  Copyright (c) 2019 Kenneth Reitz
476
  https://github.com/psf/requests
477
 
478
+ --------------------------------------------------------------------------------
479
+ rich - MIT License
480
+ Copyright (c) 2020 Will McGugan
481
+ https://github.com/Textualize/rich
482
+
483
+ --------------------------------------------------------------------------------
484
+ safetensors - Apache 2.0 License
485
+ Copyright (c) 2022 HuggingFace
486
+ https://github.com/huggingface/safetensors
487
+
488
+ --------------------------------------------------------------------------------
489
+ scikit-learn - BSD 3-Clause License
490
+ Copyright (c) 2007-2024 The scikit-learn developers
491
+ https://github.com/scikit-learn/scikit-learn
492
+
493
+ --------------------------------------------------------------------------------
494
+ scipy - BSD 3-Clause License
495
+ Copyright (c) 2001-2024 SciPy Developers
496
+ https://github.com/scipy/scipy
497
+
498
  --------------------------------------------------------------------------------
499
  sentence-transformers - Apache 2.0 License
500
  Copyright (c) 2019 UKP Lab
 
527
  Copyright (c) 2021 pmgagne
528
  https://github.com/pmgagne/tkinterdnd2
529
 
530
+ --------------------------------------------------------------------------------
531
+ tokenizers - Apache 2.0 License
532
+ Copyright (c) 2019 HuggingFace
533
+ https://github.com/huggingface/tokenizers
534
+
535
  --------------------------------------------------------------------------------
536
  torch (PyTorch) - BSD 3-Clause License
537
  Copyright (c) 2016-present Facebook, Inc
538
  https://github.com/pytorch/pytorch
539
  Full license: https://github.com/pytorch/pytorch/blob/main/LICENSE
540
 
541
+ --------------------------------------------------------------------------------
542
+ torchaudio - BSD 2-Clause License
543
+ Copyright (c) 2017 Facebook Inc.
544
+ https://github.com/pytorch/audio
545
+
546
+ --------------------------------------------------------------------------------
547
+ torchvision - BSD 3-Clause License
548
+ Copyright (c) 2016 Facebook Inc.
549
+ https://github.com/pytorch/vision
550
+
551
+ --------------------------------------------------------------------------------
552
+ transformers - Apache 2.0 License
553
+ Copyright (c) 2018 HuggingFace
554
+ https://github.com/huggingface/transformers
555
+
556
  --------------------------------------------------------------------------------
557
  tqdm - MIT / Mozilla Public License 2.0
558
  Copyright (c) 2013-present tqdm contributors
559
  https://github.com/tqdm/tqdm
560
  Note: Used unmodified. No MPL-2.0 source disclosure obligations apply.
561
 
562
+ --------------------------------------------------------------------------------
563
+ typer - MIT License
564
+ Copyright (c) 2019 Sebastián Ramírez
565
+ https://github.com/tiangolo/typer
566
+
567
+ --------------------------------------------------------------------------------
568
+ tzdata - Apache 2.0 License
569
+ Copyright (c) 2022 Python Software Foundation
570
+ https://github.com/python/tzdata
571
+
572
  --------------------------------------------------------------------------------
573
  tzlocal - MIT License
574
  Copyright (c) 2011-2021 Lennart Regebro
 
601
  Also used via the ollama Python library for programmatic model interaction.
602
  Both components are MIT licensed and used in compliance with Ollama's terms.
603
 
604
+ NVIDIA CUDA Runtime Libraries (cublas64_*.dll, cudart64_*.dll, and related)
605
+ Copyright (c) NVIDIA Corporation. All rights reserved.
606
+ https://developer.nvidia.com/cuda-toolkit
607
+ License: NVIDIA End User License Agreement (EULA)
608
+ https://docs.nvidia.com/cuda/eula/index.html
609
+ Bundled as part of the Ollama binary distribution in
610
+ /_internal/providers/ollama/binary/. These libraries are redistributed
611
+ in accordance with Section 2.2 of the CUDA Toolkit Supplement to the
612
+ NVIDIA EULA, which permits redistribution of CUDA runtime components
613
+ when incorporated into a software application with material additional
614
+ functionality. These libraries are unmodified and accessed solely by
615
+ the bundled Ollama binary. This software contains software provided by
616
+ NVIDIA Corporation.
617
+
618
+ OpenBLAS - BSD 3-Clause License
619
+ Copyright (c) 2011-2024 The OpenBLAS Project
620
+ https://github.com/OpenMathLib/OpenBLAS
621
+ Bundled as part of the scipy distribution (_internal/scipy.libs/).
622
+ Used unmodified as scipy's bundled linear algebra backend.
623
+
624
  Piper TTS - MIT License / GPL v3 (binary: rhasspy/piper 2023.11.14-2)
625
  Copyright (c) Rhasspy
626
  https://github.com/rhasspy/piper