diff options
Diffstat (limited to 'plugins/soundtouch/plugin.c')
-rw-r--r-- | plugins/soundtouch/plugin.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/soundtouch/plugin.c b/plugins/soundtouch/plugin.c index 6e813d4b..fb224bbb 100644 --- a/plugins/soundtouch/plugin.c +++ b/plugins/soundtouch/plugin.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 @@ -274,7 +274,7 @@ static DB_dsp_t plugin = { .plugin.name = "Soundtouch", .plugin.descr = "Tempo/Pitch/Rate changer using SoundTouch Library (http://www.surina.net/soundtouch)", .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" "uses SoundTouch Library, (C) Olli Parviainen" "\n" |