-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNOTICE
More file actions
76 lines (57 loc) · 3.6 KB
/
Copy pathNOTICE
File metadata and controls
76 lines (57 loc) · 3.6 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
Exepad
Copyright © 2026 Exepad LLC and contributors.
This product is licensed under the GNU Affero General Public License v3.0.
See the LICENSE file for the full licence text.
An additional permission under AGPL-3.0 section 7 covers applications built on
Exepad: they are the author's own work and may be licensed under any terms. See
LICENSING.md for that grant and for what the AGPL does and does not require.
"Exepad" and the Exepad logo are trademarks of Exepad LLC, reserved under
AGPL-3.0 section 7(e). The code licence grants no rights in them. Forks are
welcome and simply ship under their own name; see TRADEMARK.md in the source
repository.
================================================================================
Third-party components included in this source tree
================================================================================
shadcn/ui — MIT
The UI primitives under the following directories were generated by the
shadcn/ui CLI (see packages/exepad-sdk/components.json) and have since been
modified for Exepad. They are derivative works, not verbatim copies:
packages/exepad-sdk/src/components/ui/ (53 components)
apps/runtime/client/src/components/ui/ (17 components)
MIT License
Copyright (c) 2023 shadcn
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
================================================================================
Fonts — SIL Open Font License 1.1
The distributed Exepad image embeds the following webfonts. They are npm
dependencies rather than files in this git tree, but their .woff2 files are
emitted into the client bundle and copied into the image, so their notices
travel here as OFL-1.1 section 1 requires.
Geist Copyright 2024 The Geist Project Authors
https://github.com/vercel/geist-font
Geist Mono Copyright 2024 The Geist Project Authors
https://github.com/vercel/geist-font
Inter Copyright 2016 The Inter Project Authors
https://github.com/rsms/inter
Each is licensed under the SIL Open Font License, Version 1.1, available at
https://openfontlicense.org and in the corresponding package under
node_modules/@fontsource-variable/. These fonts are not modified by Exepad.
================================================================================
Exepad's remaining third-party code (npm and PyPI packages) is not vendored into
this git tree. Those dependencies are declared in the package manifests and ship
with their own licence files in node_modules/ and site-packages/; the built
container image bundles the subset of them that the runtime needs.