go-enry / go-license-detector

Reliable project licenses detector.
Other
127 stars 36 forks source link

Support detecting license from project files like `package.json` #32

Open silverwind opened 1 year ago

silverwind commented 1 year ago

package.json, Cargo.toml, pyproject.toml and more support declaring license by SPDX expression, so a LICENSE file is optional with those. These values could be taken into consideration with high confidence. Also see this.