Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,3 +85,6 @@ em português num Windows configurado em português e pode ser forçada com
## License

[MIT](LICENSE) © 2026 JC-OM

Packaged builds include third-party libraries under their own licenses; see
[THIRD_PARTY_NOTICES.md](THIRD_PARTY_NOTICES.md).
16 changes: 16 additions & 0 deletions THIRD_PARTY_NOTICES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Third-party notices

Window Swap is MIT-licensed, but its packaged executable includes third-party
Python libraries under their own licenses. Those licenses continue to govern
their respective components.

| Component | Purpose | License | Source |
|---|---|---|---|
| Pillow | Tray icon image creation | MIT-CMU | <https://github.com/python-pillow/Pillow> |
| pystray | Windows system-tray integration | GNU LGPL v3 | <https://github.com/moses-palmer/pystray> |
| pywin32 | Win32 and COM integration | Python Software Foundation License | <https://github.com/mhammond/pywin32> |
| six | Python compatibility dependency of pystray | MIT | <https://github.com/benjaminp/six> |

The exact resolved versions and package sources for a build are recorded in
`uv.lock`. Complete license texts and notices supplied by these projects are
available from their linked source repositories and installed distributions.