diff options
Diffstat (limited to 'plugins/musepack')
-rw-r--r-- | plugins/musepack/musepack.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/musepack/musepack.c b/plugins/musepack/musepack.c index 7a8b2616..cb4ecbd6 100644 --- a/plugins/musepack/musepack.c +++ b/plugins/musepack/musepack.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 as published by @@ -538,7 +538,7 @@ static DB_decoder_t plugin = { .plugin.name = "MusePack decoder", .plugin.descr = "Musepack decoder using libmppdec", .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 Musepack SV8 libs (r435), (C) 2005-2009, The Musepack Development Team\n" "\n" |