From d702e2cbfb777184b12a2b232ddd6ab6112900cb Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Mon, 4 Nov 2019 14:33:07 +0000 Subject: updated copyright git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@9096 90c681e8-e032-0410-971d-27865f9a5e38 --- .../General/lyrics/ultimatelyricsparser.cpp | 27 +++++++++++++++++++--- 1 file changed, 24 insertions(+), 3 deletions(-) (limited to 'src/plugins/General/lyrics/ultimatelyricsparser.cpp') diff --git a/src/plugins/General/lyrics/ultimatelyricsparser.cpp b/src/plugins/General/lyrics/ultimatelyricsparser.cpp index 07a89684b..f65345555 100644 --- a/src/plugins/General/lyrics/ultimatelyricsparser.cpp +++ b/src/plugins/General/lyrics/ultimatelyricsparser.cpp @@ -1,12 +1,33 @@ +/*************************************************************************** + * Copyright (C) 2019 by Ilya Kotov * + * forkotov02@ya.ru * + * * + * Based on Amarok 2 Ultimate Lyrics script * + * Copyright (C) 2009-2010 Vladimir Brkic * + * * + * 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 #include #include #include "ultimatelyricsparser.h" UltimateLyricsParser::UltimateLyricsParser() -{ - -} +{} UltimateLyricsParser::~UltimateLyricsParser() { -- cgit v1.2.3-13-gbd6f