themes: Add proper copyright.
[matthijs/projects/wipi.git] / plugin / theme / extinction.py
1 # -*- coding: iso-8859-1 -*-
2 """
3     MoinMoin - Extinction website theme.
4
5     @copyright: 2009+ Matthijs Kooijman
6     @license: GNU GPL, see COPYING for details.
7 """
8
9 from site import SiteTheme
10
11 class Theme(SiteTheme):
12     name = "extinction"
13