summaryrefslogtreecommitdiff
path: root/plugins/shellexec
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <waker@users.sourceforge.net>2014-05-07 23:39:22 +0200
committerGravatar Alexey Yakovenko <waker@users.sourceforge.net>2014-05-07 23:39:22 +0200
commit1b49c36a819f05ed64276642a16883c6e7c24a98 (patch)
tree8abaffeb0e6b71996e2f5490a9a2997b56b0dc0d /plugins/shellexec
parent7946384fab1acb23d3dd1a88fd370fcd1a3e68fe (diff)
updated/improved/added licensing info in many plugins, added COPYING files, some plugins got upgraded from GPL to ZLIB
Diffstat (limited to 'plugins/shellexec')
-rw-r--r--plugins/shellexec/COPYING19
-rw-r--r--plugins/shellexec/shellexec.c5
2 files changed, 22 insertions, 2 deletions
diff --git a/plugins/shellexec/COPYING b/plugins/shellexec/COPYING
new file mode 100644
index 00000000..80fa39ce
--- /dev/null
+++ b/plugins/shellexec/COPYING
@@ -0,0 +1,19 @@
+Shellexec plugin for DeaDBeeF
+Copyright (C) 2010-2014 Deadbeef team
+Original developer Viktor Semykin <thesame.ml@gmail.com>
+Maintenance, minor improvements Alexey Yakovenko <waker@users.sf.net>
+GUI support and bugfixing Azeem Arshad <kr00r4n@gmail.com>
+
+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, see <http://www.gnu.org/licenses/>.
+
diff --git a/plugins/shellexec/shellexec.c b/plugins/shellexec/shellexec.c
index 3894b6b4..e1e7f79a 100644
--- a/plugins/shellexec/shellexec.c
+++ b/plugins/shellexec/shellexec.c
@@ -1,6 +1,6 @@
/*
Shellexec plugin for DeaDBeeF
- Copyright (C) 2010-2012 Deadbeef team
+ Copyright (C) 2010-2014 Deadbeef team
Original developer Viktor Semykin <thesame.ml@gmail.com>
Maintenance, minor improvements Alexey Yakovenko <waker@users.sf.net>
GUI support and bugfixing Azeem Arshad <kr00r4n@gmail.com>
@@ -461,7 +461,8 @@ static Shx_plugin_t plugin = {
"this would show the name of selected track in notification popup"
,
.misc.plugin.copyright =
- "Copyright (C) 2010-2012 Deadbeef team\n"
+ "Shellexec plugin for DeaDBeeF\n"
+ "Copyright (C) 2010-2014 Deadbeef team\n"
"Original developer Viktor Semykin <thesame.ml@gmail.com>\n"
"Maintenance, minor improvements Alexey Yakovenko <waker@users.sf.net>\n"
"GUI support and bugfixing Azeem Arshad <kr00r4n@gmail.com>"