cartridge
cartridge copied to clipboard
Missing LICENSE
I see you have no LICENSE file for this project. The default is copyright.
I would suggest releasing the code under the GPL-3.0-or-later or AGPL-3.0-or-later license so that others are encouraged to contribute changes back to your project.
GPL3 looks fine to me, but I'm not experienced with software licensing so I will have to take some time to research how this all works. I will have this done for the initial release. Thanks for the suggestion!
GitHub makes it really easy.
- In GitHub, start at the repository page.
- Click on the
Add file
button and selectCreate new file
. - In the
Name of your file...
text box, type inLICENSE
and a new button will appear. - Click on the
Choose a license template
button. - Click on the license that you would like to use. I would recommend
GNU General Public License v3.0
orGNU Affero General Public License v3.0
. A brief description of what the license does will show on the screen. - Click on the
Review and Submit
button. - Beneath
Commit new file
enter a commit description. I like to use the precise SPDX identifier for the commit such asGPL-3.0-or-later
orAGPL-3.0-or-later
. - Click on the
Commit directly to the x branch.
radio button. - Click on the
Commit new file
button.