Description
The repo has no LICENSE file. Open source contributors and integrators need to know the licence terms before using or contributing to the code.
What to do
- Decide on a licence (Apache-2.0 is common for Stellar ecosystem projects)
- Create
LICENSE with the full licence text
- Add a licence badge to
README.md: [](LICENSE)
- Add
license = "Apache-2.0" to Cargo.toml
PR requirement
Closes #[issue_id] — Timeframe: 24 hours
Description
The repo has no
LICENSEfile. Open source contributors and integrators need to know the licence terms before using or contributing to the code.What to do
LICENSEwith the full licence textREADME.md:[](LICENSE)license = "Apache-2.0"toCargo.tomlPR requirement
Closes #[issue_id]— Timeframe: 24 hours