Description
When generating a project using inko init we should include a license in a file called LICENSE. We're going to take the opinionated approach here of that license always being the MPL-2.0, instead of supporting a never ending list of additional licenses. If users want a different license they can always change it themselves.
The template can simply be embedded in the init.rs file similar to what we do for the GitHub workflow and other generated files.
Related work
No response
Description
When generating a project using
inko initwe should include a license in a file calledLICENSE. We're going to take the opinionated approach here of that license always being the MPL-2.0, instead of supporting a never ending list of additional licenses. If users want a different license they can always change it themselves.The template can simply be embedded in the
init.rsfile similar to what we do for the GitHub workflow and other generated files.Related work
No response