summaryrefslogtreecommitdiff
path: root/plugins/mms
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <waker@users.sourceforge.net>2014-05-11 18:57:56 +0200
committerGravatar Alexey Yakovenko <waker@users.sourceforge.net>2014-05-11 18:57:56 +0200
commit3e479de90998d9eecad0977467591c9d035722dc (patch)
tree9ab9b120b22ba696b1a3ac01685eff1297925587 /plugins/mms
parentd95b3f2e278f5c3743501fa18458e2e46c263c39 (diff)
mms: added libmms license information to plugin GUI
Diffstat (limited to 'plugins/mms')
-rw-r--r--plugins/mms/mmsplug.c22
1 files changed, 22 insertions, 0 deletions
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,