-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNOTICE
More file actions
59 lines (46 loc) · 3.03 KB
/
Copy pathNOTICE
File metadata and controls
59 lines (46 loc) · 3.03 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
gnubok - Swedish bookkeeping software
Copyright (C) 2025-2026 Jakob Wennberg
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
---
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 | |
| JSZip | MIT OR GPL-3.0 | Dual-licensed |
| sharp | Apache-2.0 | Bundles libvips (LGPL-3.0-or-later) |
| Vitest | MIT | Dev dependency only |
| TypeScript | Apache-2.0 | Dev dependency only |
| ESLint | MIT | Dev dependency only |
Vendored files:
- docker/db-init/*.sql are taken from the Supabase Docker self-hosting
stack (github.com/supabase/supabase, docker/volumes/db/), licensed
under Apache-2.0. docker/nginx.selfhost.conf mirrors the routing
layout of the same stack's Kong configuration.
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.