X-Git-Url: http://git.maemo.org/git/?p=jamaendo;a=blobdiff_plain;f=jamaui%2F__init__.py;fp=jamaui%2F__init__.py;h=270797601b54a958d0da4272c160249fa7bea0cf;hp=40fb3e873352621f7db16ed6de133179c3e05dd4;hb=99b9e55a7165a70a2e2f8846a214246d49faf9d0;hpb=75215e5b54a5357384db5166fbecaa65164d8b94 diff --git a/jamaui/__init__.py b/jamaui/__init__.py index 40fb3e8..2707976 100644 --- a/jamaui/__init__.py +++ b/jamaui/__init__.py @@ -1,3 +1,27 @@ +#!/usr/bin/env python +# +# This file is part of Jamaendo. +# Copyright (c) 2010 Kristoffer Gronlund +# +# Jamaendo 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. +# +# Jamaendo 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 Jamaendo. If not, see . +# +# Player code heavily based on http://thpinfo.com/2008/panucci/: +# A resuming media player for Podcasts and Audiobooks +# Copyright (c) 2008-05-26 Thomas Perl +# (based on http://pygstdocs.berlios.de/pygst-tutorial/seeking.html) +# + import logging logging.basicConfig(level=logging.DEBUG, format="%(name)-15s: [%(lineno)4d] %(levelname)-8s %(message)s")