summaryrefslogtreecommitdiff
path: root/plugins/shellexec/shellexec.c
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/shellexec.c
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/shellexec.c')
-rw-r--r--plugins/shellexec/shellexec.c5
1 files changed, 3 insertions, 2 deletions
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>"