summaryrefslogtreecommitdiff
path: root/plugins/shn
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2011-02-27 13:17:01 +0100
committerGravatar waker <wakeroid@gmail.com>2011-02-27 13:17:01 +0100
commit5643aebece3ebba52eadbc7af3c6b5a60c1006b6 (patch)
tree439f0d7c7195f2d340392de5a070bad093dc71fc /plugins/shn
parentad384162bb0cbe366c91a1f1bf30c61a79a815d5 (diff)
removed author and email fields, added single all-purpose copyright field;
added copyright info to all plugins; updated gtkui to reflect the changes
Diffstat (limited to 'plugins/shn')
-rw-r--r--plugins/shn/shn.c26
1 files changed, 22 insertions, 4 deletions
diff --git a/plugins/shn/shn.c b/plugins/shn/shn.c
index 78859137..5baf8a30 100644
--- a/plugins/shn/shn.c
+++ b/plugins/shn/shn.c
@@ -1803,10 +1803,28 @@ static DB_decoder_t plugin = {
.plugin.version_minor = 0,
.plugin.type = DB_PLUGIN_DECODER,
.plugin.id = "shn",
- .plugin.name = "SHN player",
- .plugin.descr = "SHN player based on xmms-shn",
- .plugin.author = "Alexey Yakovenko",
- .plugin.email = "waker@users.sourceforge.net",
+ .plugin.name = "Shorten player",
+ .plugin.descr = "decodes shn files",
+ .plugin.copyright =
+ "Copyright (C) 2009-2011 Alexey Yakovenko <waker@users.sourceforge.net>\n"
+ "\n"
+ "Based on xmms-shn, http://www.etree.org/shnutils/xmms-shn/\n"
+ "Copyright (C) 2000-2007 Jason Jordan <shnutils@freeshell.org>\n"
+ "\n"
+ "This program is free software; you can redistribute it and/or\n"
+ "modify it under the terms of the GNU General Public License\n"
+ "as published by the Free Software Foundation; either version 2\n"
+ "of the License, or (at your option) any later version.\n"
+ "\n"
+ "This program 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.\n"
+ ,
.plugin.website = "http://deadbeef.sf.net",
.plugin.configdialog = settings_dlg,
.open = shn_open,