chore: license the project under MIT #15

Merged
debont80 merged 1 commits from chore/add-mit-license into main 2026-07-10 16:35:14 -04:00
Owner

Summary

  • Adds a LICENSE file (MIT) so the public repo is genuinely free and open source
  • Replaces package.json "license": "UNLICENSED" with "MIT" (shows an MIT badge on Gitea)
  • README licensing section clarifies the app is MIT while the bundled yt-dlp/FFmpeg/aria2 binaries remain under their own licenses (invoked as separate executables = aggregate)
## Summary - Adds a `LICENSE` file (MIT) so the public repo is genuinely free and open source - Replaces `package.json` `"license": "UNLICENSED"` with `"MIT"` (shows an MIT badge on Gitea) - README licensing section clarifies the app is MIT while the bundled yt-dlp/FFmpeg/aria2 binaries remain under their own licenses (invoked as separate executables = aggregate)
debont80 added 1 commit 2026-07-10 16:34:31 -04:00
Replace the placeholder "UNLICENSED" with the MIT License so the now-public
repo is genuinely free and open source. Adds a LICENSE file and documents the
app-vs-bundled-binary licensing split in the README (yt-dlp/FFmpeg/aria2 are
invoked as separate executables, so they remain under their own licenses).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
debont80 merged commit 614f56086f into main 2026-07-10 16:35:14 -04:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: debont80/AeroFetch#15