From 5b8f4c97992f09b5fa8f30aeac379b7b1f378657 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Fri, 27 Mar 2009 07:51:06 +0100 Subject: add licence headers to all files. --- nephilim/plugins/Lyrics.py | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'nephilim/plugins/Lyrics.py') diff --git a/nephilim/plugins/Lyrics.py b/nephilim/plugins/Lyrics.py index 0c3e4af..3971ddc 100644 --- a/nephilim/plugins/Lyrics.py +++ b/nephilim/plugins/Lyrics.py @@ -1,3 +1,20 @@ +# +# Copyright (C) 2009 Anton Khirnov +# +# Nephilim 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. +# +# Nephilim 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 Nephilim. If not, see . +# + from PyQt4 import QtGui,QtCore from PyQt4.QtCore import QVariant -- cgit v1.2.3