================
 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+.

Tests
=====

Run the built-in unit tests by invoking "python2 setup.py test" in the
root directory. The tests require an installed version of GNU
MediaGoblin to be available for importing.