-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTHIRD_PARTY_LICENSES.txt
More file actions
35 lines (30 loc) · 2.12 KB
/
Copy pathTHIRD_PARTY_LICENSES.txt
File metadata and controls
35 lines (30 loc) · 2.12 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
# Third-Party Licenses
Project: MailProcessor
Checked: 2026-07-01
Scope: Direct runtime dependencies declared in `requirements.txt` and
`web_companion/package.json`, plus the Qt for Python wheel set installed
transitively by `PySide6`. Web-companion devDependencies and build tooling are
excluded because they are not shipped as part of the desktop runtime or the
static PWA payload.
| Package | Requirement / checked version | License | Source |
|---|---:|---|---|
| PySide6 | `>=6.6.0` / checked `6.11.1` | `LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only` | https://pypi.org/project/PySide6/ |
| PySide6_Addons | transitive / checked `6.11.1` | `LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only` | https://pypi.org/project/PySide6-Addons/ |
| PySide6_Essentials | transitive / checked `6.11.1` | `LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only` | https://pypi.org/project/PySide6-Essentials/ |
| shiboken6 | transitive / checked `6.11.1` | `LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only` | https://pypi.org/project/shiboken6/ |
| react | `^18.3.1` / checked `18.3.1` | `MIT` | https://www.npmjs.com/package/react |
| react-dom | `^18.3.1` / checked `18.3.1` | `MIT` | https://www.npmjs.com/package/react-dom |
| @capacitor/core | `^7.0.0` / checked `7.0.0` | `MIT` | https://www.npmjs.com/package/@capacitor/core |
| @capacitor/android | `^7.0.0` / checked `7.0.0` | `MIT` | https://www.npmjs.com/package/@capacitor/android |
| @capacitor/ios | `^7.0.0` / checked `7.0.0` | `MIT` | https://www.npmjs.com/package/@capacitor/ios |
Notes:
- MailProcessor itself is licensed under MIT.
- `PySide6` distributes the Qt for Python runtime wheel set via
`PySide6_Essentials`, `PySide6_Addons`, and `shiboken6`; redistribution must
comply with the selected Qt for Python open-source license terms or a
commercial Qt license.
- The MailProcessor web companion is a local read-only companion. The listed
npm packages are its direct runtime dependencies; TypeScript, Vite, Tailwind,
and related tooling remain build-time-only and are intentionally excluded.
- Regenerate this file whenever `requirements.txt` or
`web_companion/package.json` runtime dependencies change.