From 3e479de90998d9eecad0977467591c9d035722dc Mon Sep 17 00:00:00 2001 From: Alexey Yakovenko Date: Sun, 11 May 2014 18:57:56 +0200 Subject: mms: added libmms license information to plugin GUI --- plugins/mms/mmsplug.c | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'plugins/mms') diff --git a/plugins/mms/mmsplug.c b/plugins/mms/mmsplug.c index 143f778a..da07dc2a 100644 --- a/plugins/mms/mmsplug.c +++ b/plugins/mms/mmsplug.c @@ -181,6 +181,8 @@ static DB_vfs_t plugin = { "MMS transport VFS plugin for DeaDBeeF Player\n" "Copyright (C) 2009-2014 Alexey Yakovenko\n" "\n" + "Uses modified libmms-0.6.1\n" + "\n" "This software is provided 'as-is', without any express or implied\n" "warranty. In no event will the authors be held liable for any damages\n" "arising from the use of this software.\n" @@ -198,6 +200,26 @@ static DB_vfs_t plugin = { " misrepresented as being the original software.\n" "\n" "3. This notice may not be removed or altered from any source distribution.\n" + "\n" + "\n" + "\n" + "libmms - MMS over TCP protocol\n" + "Copyright (C) 2002-2004 the xine project\n" + "Modifications for DeaDBeeF (C) 2009-2014 Alexey Yakovenko\n" + "\n" + "xine is free software; you can redistribute it and/or modify\n" + "it under the terms of the GNU General Public License as published by\n" + "the ree Software Foundation; either version 2 of the License, or\n" + "(at your option) any later version.\n" + "\n" + "xine is distributed in the hope that it will be useful,\n" + "but WITHOUT ANY WARRANTY; without even the implied warranty of\n" + "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n" + "GNU General Public License for more details.\n" + "\n" + "You should have received a copy of the GNU General Public License\n" + "along with this program; if not, write to the Free Software\n" + "Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA\n" , .plugin.website = "http://deadbeef.sf.net", .open = mms_open, -- cgit v1.2.3