summaryrefslogtreecommitdiff
path: root/plugins/converter
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <waker@users.sourceforge.net>2013-10-06 16:02:20 +0200
committerGravatar Alexey Yakovenko <waker@users.sourceforge.net>2013-10-06 16:02:20 +0200
commit92155388d5ede4929d90e28076abdbb79f04b48c (patch)
tree3dcf37859c6e86d20e0444d7b581bb43bde0b005 /plugins/converter
parent7d43bcaf63ab6ffd96defc75bf4790f74092ae14 (diff)
copyright years updated
Diffstat (limited to 'plugins/converter')
-rw-r--r--plugins/converter/converter.c4
-rw-r--r--plugins/converter/converter.h2
-rw-r--r--plugins/converter/convgui.c4
3 files changed, 5 insertions, 5 deletions
diff --git a/plugins/converter/converter.c b/plugins/converter/converter.c
index e26e7e6b..5a7b2e6f 100644
--- a/plugins/converter/converter.c
+++ b/plugins/converter/converter.c
@@ -1,6 +1,6 @@
/*
DeaDBeeF - ultimate music player for GNU/Linux systems with X11
- Copyright (C) 2009-2012 Alexey Yakovenko <waker@users.sourceforge.net>
+ Copyright (C) 2009-2013 Alexey Yakovenko <waker@users.sourceforge.net>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
@@ -1219,7 +1219,7 @@ static ddb_converter_t plugin = {
.misc.plugin.descr = "Converts any supported formats to other formats.\n"
"Requires separate GUI plugin, e.g. Converter GTK UI\n",
.misc.plugin.copyright =
- "Copyright (C) 2009-2012 Alexey Yakovenko <waker@users.sourceforge.net>\n"
+ "Copyright (C) 2009-2013 Alexey Yakovenko <waker@users.sourceforge.net>\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"
diff --git a/plugins/converter/converter.h b/plugins/converter/converter.h
index 530b192c..0adc5833 100644
--- a/plugins/converter/converter.h
+++ b/plugins/converter/converter.h
@@ -1,6 +1,6 @@
/*
DeaDBeeF - ultimate music player for GNU/Linux systems with X11
- Copyright (C) 2009-2012 Alexey Yakovenko <waker@users.sourceforge.net>
+ Copyright (C) 2009-2013 Alexey Yakovenko <waker@users.sourceforge.net>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
diff --git a/plugins/converter/convgui.c b/plugins/converter/convgui.c
index 70cfb2f2..7ae73bc1 100644
--- a/plugins/converter/convgui.c
+++ b/plugins/converter/convgui.c
@@ -1,6 +1,6 @@
/*
DeaDBeeF - ultimate music player for GNU/Linux systems with X11
- Copyright (C) 2009-2012 Alexey Yakovenko <waker@users.sourceforge.net>
+ Copyright (C) 2009-2013 Alexey Yakovenko <waker@users.sourceforge.net>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
@@ -1480,7 +1480,7 @@ DB_misc_t plugin = {
"· right click\n"
"· select «Convert»\n",
.plugin.copyright =
- "Copyright (C) 2009-2012 Alexey Yakovenko <waker@users.sourceforge.net>\n"
+ "Copyright (C) 2009-2013 Alexey Yakovenko <waker@users.sourceforge.net>\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"