This repo is a bit of a pain to license, and can be especially unclear to app developers how they should approach licensing (given the usage of GPL3-licensed contracts in the template).
@aragon/cli will strip the LICENSE and package.json's license fields away on initialization (see https://github.com/aragon/aragon-cli/pull/234), so I've added some explainer text in the template contract and readme to explain the requirements to users.
Fixes #2.
This repo is a bit of a pain to license, and can be especially unclear to app developers how they should approach licensing (given the usage of GPL3-licensed contracts in the template).
@aragon/cli
will strip theLICENSE
andpackage.json
'slicense
fields away on initialization (see https://github.com/aragon/aragon-cli/pull/234), so I've added some explainer text in the template contract and readme to explain the requirements to users.