added header informations and license
This commit is contained in:
parent
7649647b59
commit
4c987d2986
3 changed files with 29 additions and 6 deletions
10
mcgGtk.py
10
mcgGtk.py
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue