added header informations and license

This commit is contained in:
coderkun 2013-03-02 03:18:11 +01:00
commit 4c987d2986
3 changed files with 29 additions and 6 deletions

View file

@ -1,9 +1,13 @@
#!/usr/bin/python
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# Author: coderkun <olli@coderkun.de>
"""MPDCoverGrid (GTK version) is a client for the Music Player Daemon, focused on albums instead of single tracks."""
__author__ = "coderkun"
__email__ = "<olli@coderkun.de>"
__license__ = "GPL"
__version__ = "0.2"
__status__ = "Development"
import os