blob: ce52a8c08fe145c64b892076018654ab3940f6c5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
================
Custom Licenses
================
Enable by configuring all custom licenses in the form of:
license_x=Abbreviation, Full Name, URL to license
Make sure to only insert one line per license without line breaks.
E.g. do this into mediagoblin_local.ini:
[[mediagoblin_licenses]]
license_1=Chicken Dance, Chicken Dance License v1.0, https://raw.github.com/supertunaman/cdl/f0ae734f4abce311070ac0c401dbc0230cbc4344/COPYING
license_2=WTFPL, Do What the Fuck Public License v2.0, http://sam.zoy.org/wtfpl/
This plugin is licensed under the GNU APGL v3+.
|