-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathNOTICE
More file actions
48 lines (41 loc) · 3.1 KB
/
NOTICE
File metadata and controls
48 lines (41 loc) · 3.1 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
erp-base
Copyright 2024-2026 Arcim
This product is licensed under the GNU Affero General Public License v3.0
or later (AGPL-3.0-or-later). See the LICENSE file for the full license text.
---
Third-Party Dependencies
This project includes or depends on the following third-party software:
| Dependency | License | Notes |
|------------------------|----------------------|--------------------------------------------|
| Next.js | MIT | |
| React | MIT | |
| Supabase JS | MIT | |
| Tailwind CSS | MIT | |
| shadcn/ui | MIT | |
| Radix UI | MIT | |
| Lucide | ISC | |
| Recharts | MIT | |
| Zod | MIT | |
| date-fns | MIT | |
| Framer Motion | MIT | |
| LangChain | MIT | |
| Anthropic SDK | MIT | |
| OpenAI SDK | Apache-2.0 | |
| Resend | MIT | |
| JSZip | MIT OR GPL-3.0 | Dual-licensed |
| sharp | Apache-2.0 | Bundles libvips (LGPL-3.0-or-later) |
| web-push | MPL-2.0 | |
| Sentry (runtime) | MIT | |
| Sentry (CLI/build) | FSL-1.1-MIT | Build-time only, not distributed |
| Vitest | MIT | Dev dependency only |
| TypeScript | Apache-2.0 | Dev dependency only |
| ESLint | MIT | Dev dependency only |
Copyleft dependency notes:
- sharp bundles libvips which is licensed under LGPL-3.0-or-later. libvips is
dynamically linked and can be replaced by end users.
- JSZip is dual-licensed under MIT or GPL-3.0. This project uses it under the
MIT license.
- web-push is licensed under MPL-2.0. Source code is available from its
upstream repository.
- Sentry CLI is licensed under FSL-1.1-MIT (Functional Source License). It is
used only as a build-time tool and is not distributed with this software.