Default License:
You can set a default license that will govern any new submissions you upload (unless otherwise specified in the upload form).
Your current default license is
{% include 'license/license_link.html' with license=profile.default_license %}.
The 'use default' option refers to the site-wide default license, which is
{% include 'license/license_link.html' with license=site_default_license %}.
|
Allow commercial use?
{{ license_form.allow_commercial_use }}
{{ license_form.allow_commercial_use.errors }}
Allow modifications?
{{ license_form.allow_modifications.errors }}
{{ license_form.allow_modifications }}
|