Add MIT license, NOTICE file, and third-party license catalog#1
Merged
Conversation
- LICENSE: MIT license, copyright Bolyki György 2024-2025 - NOTICE: required attributions for Apache 2.0 runtime dependencies (Apache MINA SSHD, AndroidX, Hilt, Kotlin, Material, etc.) - docs/THIRD_PARTY_LICENSES.md: full catalog of all 24 dependencies with version, SPDX license ID, and source URL - README.md: add MIT license badge and License section All runtime dependencies are permissive (Apache 2.0, MIT, CC0). No GPL/LGPL in the runtime dependency graph. https://claude.ai/code/session_01HnNKetRiaPgFdAEwFX41pg
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
$(cat <<'EOF'
Summary
LICENSE— MIT License, copyright Bolyki György 2024–2025. Without this file, copyright law defaults to "All Rights Reserved" even for a public repo.NOTICE— Required attribution file for Apache 2.0 runtime dependencies (Apache MINA SSHD, AndroidX, Hilt, Kotlin, Material). Needed for legal compliance when distributing compiled APKs.docs/THIRD_PARTY_LICENSES.md— Full catalog of all 24 dependencies: version, SPDX license ID, and source URL. Covers runtime, debug-only, and test-only scopes.README.md— MIT license badge at the top +## Licensesection at the bottom linking toLICENSEanddocs/THIRD_PARTY_LICENSES.md.License choice rationale
MIT was chosen over Apache 2.0 or GPL because:
All runtime dependencies are permissive. No GPL/LGPL is present in the runtime dependency graph.
Test plan
LICENSEfile exists at repo root and contains MIT text with correct copyright holderNOTICEfile exists at repo root and lists all major Apache 2.0 dependenciesdocs/THIRD_PARTY_LICENSES.mdexists and lists all 24 dependencies with license infohttps://claude.ai/code/session_01HnNKetRiaPgFdAEwFX41pg
EOF
)
Generated by Claude Code