aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/lyrics/lyricsprovider.cpp
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2019-11-04 14:33:07 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2019-11-04 14:33:07 +0000
commitd702e2cbfb777184b12a2b232ddd6ab6112900cb (patch)
tree540bf4f55cffb3a781e6b8562fa3a6ae50c707bc /src/plugins/General/lyrics/lyricsprovider.cpp
parentf80b033223797f3f71e8dd465b4d25aae1b5bf05 (diff)
downloadqmmp-d702e2cbfb777184b12a2b232ddd6ab6112900cb.tar.gz
qmmp-d702e2cbfb777184b12a2b232ddd6ab6112900cb.tar.bz2
qmmp-d702e2cbfb777184b12a2b232ddd6ab6112900cb.zip
updated copyright
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@9096 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General/lyrics/lyricsprovider.cpp')
-rw-r--r--src/plugins/General/lyrics/lyricsprovider.cpp27
1 files changed, 24 insertions, 3 deletions
diff --git a/src/plugins/General/lyrics/lyricsprovider.cpp b/src/plugins/General/lyrics/lyricsprovider.cpp
index 755e1ba06..7094163c5 100644
--- a/src/plugins/General/lyrics/lyricsprovider.cpp
+++ b/src/plugins/General/lyrics/lyricsprovider.cpp
@@ -1,3 +1,26 @@
+/***************************************************************************
+ * Copyright (C) 2019 by Ilya Kotov *
+ * forkotov02@ya.ru *
+ * *
+ * Based on Amarok 2 Ultimate Lyrics script *
+ * Copyright (C) 2009-2010 Vladimir Brkic <vladimir_brkic@yahoo.com> *
+ * *
+ * 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 2 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, write to the *
+ * Free Software Foundation, Inc., *
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. *
+ ***************************************************************************/
+
#include <QtDebug>
#include <QRegularExpression>
#include <QTextCodec>
@@ -5,9 +28,7 @@
#include "lyricsprovider.h"
LyricsProvider::LyricsProvider()
-{
-
-}
+{}
void LyricsProvider::setName(const QString &name)
{