From 4c987d29868f9d53e568680ad9695f32b1acab29 Mon Sep 17 00:00:00 2001 From: coderkun Date: Sat, 2 Mar 2013 03:18:11 +0100 Subject: [PATCH] added header informations and license --- LICENSE | 15 +++++++++++++++ mcg.py | 10 +++++++--- mcgGtk.py | 10 +++++++--- 3 files changed, 29 insertions(+), 6 deletions(-) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..c38bea5 --- /dev/null +++ b/LICENSE @@ -0,0 +1,15 @@ +MPDCoverGrid is a client for the Music Player Daemon, focused on albums instead of single tracks. +Copyright ® 2013 coderkun + +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see . diff --git a/mcg.py b/mcg.py index e308322..249d658 100644 --- a/mcg.py +++ b/mcg.py @@ -1,9 +1,13 @@ -#!/usr/bin/python +#!/usr/bin/env python # -*- coding: utf-8 -*- -# Author: coderkun - +"""MPDCoverGrid is a client for the Music Player Daemon, focused on albums instead of single tracks.""" +__author__ = "coderkun" +__email__ = "" +__license__ = "GPL" +__version__ = "0.2" +__status__ = "Development" import configparser diff --git a/mcgGtk.py b/mcgGtk.py index fb9fc3e..3a871d7 100755 --- a/mcgGtk.py +++ b/mcgGtk.py @@ -1,9 +1,13 @@ -#!/usr/bin/python +#!/usr/bin/env python # -*- coding: utf-8 -*- -# Author: coderkun - +"""MPDCoverGrid (GTK version) is a client for the Music Player Daemon, focused on albums instead of single tracks.""" +__author__ = "coderkun" +__email__ = "" +__license__ = "GPL" +__version__ = "0.2" +__status__ = "Development" import os