From 5643aebece3ebba52eadbc7af3c6b5a60c1006b6 Mon Sep 17 00:00:00 2001 From: waker Date: Sun, 27 Feb 2011 13:17:01 +0100 Subject: removed author and email fields, added single all-purpose copyright field; added copyright info to all plugins; updated gtkui to reflect the changes --- plugins/shellexec/shellexec.c | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) (limited to 'plugins/shellexec') diff --git a/plugins/shellexec/shellexec.c b/plugins/shellexec/shellexec.c index 03b3dfc4..f61d255f 100644 --- a/plugins/shellexec/shellexec.c +++ b/plugins/shellexec/shellexec.c @@ -1,5 +1,6 @@ /* Shellexec plugin for DeaDBeeF + Copyright (C) 2010-2011 Alexey Yakovenko Copyright (C) 2010 Viktor Semykin This program is free software: you can redistribute it and/or modify @@ -206,8 +207,24 @@ static DB_misc_t plugin = { .plugin.id = "shellexec", .plugin.name = "Shell commands", .plugin.descr = "Executes configurable shell commands for tracks", - .plugin.author = "Viktor Semykin", - .plugin.email = "thesame.ml@gmail.com", + .plugin.copyright = + "Copyright (C) 2010-2011 Alexey Yakovenko \n" + "Copyright (C) 2010 Viktor Semykin \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.start = shx_start, .plugin.get_actions = shx_get_actions -- cgit v1.2.3