Should add a specific license to the project (and any other OSS projects). Take a look at the [npm repo](https://github.com/npm/npm) for example: - they have [a LICENSE file](https://github.com/npm/npm/blob/latest/LICENSE) - the license [is defined in the package json](https://github.com/npm/npm/blob/latest/package.json#L270) - if GitHub recognizes the license, it will give [a specific tab to its meaning](https://github.com/zeit/next.js/blob/canary/license.md) (npm's repo does not do this, so i gave a diff example)
Should add a specific license to the project (and any other OSS projects).
Take a look at the npm repo for example: