summaryrefslogtreecommitdiff
path: root/plugins/shellexecui/shellexecui.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/shellexecui/shellexecui.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/shellexecui/shellexecui.c')
-rw-r--r--plugins/shellexecui/shellexecui.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/shellexecui/shellexecui.c b/plugins/shellexecui/shellexecui.c
index b7fa36ba..482cec2b 100644
--- a/plugins/shellexecui/shellexecui.c
+++ b/plugins/shellexecui/shellexecui.c
@@ -1,5 +1,7 @@
/*
+ ShellExec GUI plugin for DeaDBeeF Player
Copyright (C) 2012 Azeem Arshad <kr00r4n@gmail.com>
+ Copyright (C) 2013-2014 Alexey Yakovenko
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
@@ -408,7 +410,9 @@ static DB_misc_t plugin = {
#endif
.plugin.descr = "A GTK UI for the Shellexec plugin",
.plugin.copyright =
+ "ShellExec GUI plugin for DeaDBeeF Player\n"
"Copyright (C) 2012 Azeem Arshad <kr00r4n@gmail.com>\n"
+ "Copyright (C) 2013-2014 Alexey Yakovenko\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"