Summary
The README license section links to ./LICENSE-APACHE and ./LICENSE-MIT, but those files are not present in the repository. As a result, both links render as missing files from the README.
Where
README.md license section
./LICENSE-APACHE
./LICENSE-MIT
Reproduction
From the current main branch:
Test-Path LICENSE-APACHE
Test-Path LICENSE-MIT
Both checks return False.
Expected behavior
The README should either link to license files that exist in the repo, or the missing license files should be added so the dual-license statement resolves correctly.
I can open a small PR after the preferred direction is confirmed.
Summary
The README license section links to
./LICENSE-APACHEand./LICENSE-MIT, but those files are not present in the repository. As a result, both links render as missing files from the README.Where
README.mdlicense section./LICENSE-APACHE./LICENSE-MITReproduction
From the current
mainbranch:Both checks return
False.Expected behavior
The README should either link to license files that exist in the repo, or the missing license files should be added so the dual-license statement resolves correctly.
I can open a small PR after the preferred direction is confirmed.