diff options
Diffstat (limited to 'plugins/dsp_libsrc/src.c')
-rw-r--r-- | plugins/dsp_libsrc/src.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/dsp_libsrc/src.c b/plugins/dsp_libsrc/src.c index 826606af..786bbcda 100644 --- a/plugins/dsp_libsrc/src.c +++ b/plugins/dsp_libsrc/src.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 @@ -289,7 +289,7 @@ static DB_dsp_t plugin = { .plugin.name = "Resampler (Secret Rabbit Code)", .plugin.descr = "High quality samplerate converter using libsamplerate, http://www.mega-nerd.com/SRC/", .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" |