forked from the-crypt-keeper/tldw
-
Notifications
You must be signed in to change notification settings - Fork 86
Expand file tree
/
Copy pathTHIRD_PARTY_NOTICES.txt
More file actions
91 lines (77 loc) · 4.14 KB
/
Copy pathTHIRD_PARTY_NOTICES.txt
File metadata and controls
91 lines (77 loc) · 4.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
THIRD-PARTY NOTICES
===================
This file lists all third-party components bundled (committed) in the tldw_server
repository (this workspace may also appear as `tldw_server2`), along with their
authors, license types, and pointers to the
original license text. It does not cover transitive dependencies installed at
build time via pip or npm; consult pyproject.toml and package.json for those.
Host project: tldw_server
Host project license: GNU General Public License v3.0 (GPL-3.0-or-later)
All bundled components below are listed with their own licenses and are used in
a manner compatible with the project license.
-------------------------------------------------------------------------------
1. Reveal.js 5.2.0
Author/Year : Hakim El Hattab and reveal.js contributors, 2011-2024
License : MIT
Files : tldw_Server_API/app/core/Slides/revealjs/
(reveal.js, reveal.esm.js, reveal.css, reset.css,
plugin/*, theme/*.css)
License file : tldw_Server_API/app/core/Slides/revealjs/LICENSE.revealjs.txt
URL : https://revealjs.com
2. Source Sans Pro
Author/Year : Adobe Systems Incorporated, 2010, 2012
License : SIL Open Font License v1.1
Files : tldw_Server_API/app/core/Slides/revealjs/theme/fonts/source-sans-pro/
License file : tldw_Server_API/app/core/Slides/revealjs/theme/fonts/source-sans-pro/LICENSE
URL : https://github.com/adobe-fonts/source-sans
3. League Gothic
Author/Year : The League of Moveable Type
License : SIL Open Font License
Files : tldw_Server_API/app/core/Slides/revealjs/theme/fonts/league-gothic/
License file : tldw_Server_API/app/core/Slides/revealjs/theme/fonts/league-gothic/LICENSE
URL : https://www.theleagueofmoveabletype.com/league-gothic
4. Swagger UI
Author/Year : SmartBear Software
License : Apache License 2.0
Files : tldw_Server_API/app/static/swagger/
(swagger-ui-bundle.js, swagger-ui-standalone-preset.js, swagger-ui.css)
License text : https://www.apache.org/licenses/LICENSE-2.0
URL : https://github.com/swagger-api/swagger-ui
5. PDF.js 4.10.38
Author/Year : Mozilla Foundation, 2024
License : Apache License 2.0
Files : apps/packages/ui/src/public/pdf.worker.min.mjs
License text : https://www.apache.org/licenses/LICENSE-2.0
URL : https://mozilla.github.io/pdf.js/
6. TinySegmenter 0.1
Author/Year : Taku Kudo, 2008
License : BSD (new BSD licence)
Files : Docs/Docs/site/assets/javascripts/lunr/tinyseg.js
Docs/site/assets/javascripts/lunr/tinyseg.js
License text : http://chasen.org/~taku/software/TinySegmenter/LICENCE.txt
URL : http://chasen.org/~taku/software/TinySegmenter/
7. wordcut (lunr-languages Thai tokeniser bundle)
Author/Year : Vee Satayamas and contributors
License : MIT (includes bundled Underscore.js 1.8.3 by Jeremy Ashkenas, also MIT)
Files : Docs/Docs/site/assets/javascripts/lunr/wordcut.js
Docs/site/assets/javascripts/lunr/wordcut.js
License text : https://opensource.org/licenses/MIT
URL : https://github.com/veer66/wordcut
8. Material for MkDocs (generated site bundle)
Author/Year : Martin Donath (squidfunk)
License : MIT
Files : Docs/Docs/site/assets/javascripts/bundle.f55a23d4.min.js
Docs/site/assets/javascripts/bundle.f55a23d4.min.js
(includes focus-visible polyfill and escape-html, both MIT)
License text : https://opensource.org/licenses/MIT
URL : https://github.com/squidfunk/mkdocs-material
9. repo2txt (ported/adapted modules)
Author/Year : Abin Thomas and repo2txt contributors
License : MIT
Files : apps/packages/ui/src/components/Option/Repo2Txt/
(Repo2TxtPage.tsx, components/*, formatter/*, providers/*,
store/*, workers/*)
License text : https://opensource.org/licenses/MIT
URL : https://github.com/abinthomasonline/repo2txt
-------------------------------------------------------------------------------
END OF THIRD-PARTY NOTICES