Severity: minor
Expected
GitHub should detect and display CC-BY-NC-SA-4.0 in the About section.
Actual
GitHub shows "Other" — the license is not recognized.
Root cause
- File is
LICENSE.md instead of LICENSE
- Contains a human-readable summary, not the full standard legal text
Fix
- Rename
LICENSE.md to LICENSE
- Replace contents with the full CC-BY-NC-SA-4.0 legal text from https://creativecommons.org/licenses/by-nc-sa/4.0/legalcode.txt
Environment
Production (GitHub)
Severity: minor
Expected
GitHub should detect and display CC-BY-NC-SA-4.0 in the About section.
Actual
GitHub shows "Other" — the license is not recognized.
Root cause
LICENSE.mdinstead ofLICENSEFix
LICENSE.mdtoLICENSEEnvironment
Production (GitHub)