DEV Community

Discussion on: MongoDB Atlas Hackathon Help Thread

Collapse
 
ivavay profile image
Ivy Chen

For the Apache-2 permissive license, do we just place it at the bottom of our README?

Collapse
 
joellord profile image
Joel Lord

To add a licence to a Github repository, you can add the license itself in a file named LICENSE.md at the root of your project. You can also find instructions on Github.com on how to add a license to a repository (docs.github.com/en/communities/set...).

Collapse
 
ivavay profile image
Ivy Chen

Got it thank you!