Commit 95483768 authored by Clément Schreiner's avatar Clément Schreiner
Browse files

Complete __copyright__.

parent b3a426d7
......@@ -33,7 +33,8 @@ Holds some helpful classes and functions for plugins to extend or use.
"""
__author__ = 'Jonny Lamb'
__copyright__ = 'Copyright © 2008 Jonny Lamb'
__copyright__ = ', '.join(('Copyright © 2008 Jonny Lamb',
'Copyright © 2012 Clément Schreiner'))
__license__ = 'MIT'
__all__ = ['importercmd',
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment