diff options
author | waker <wakeroid@gmail.com> | 2012-03-24 11:10:59 +0100 |
---|---|---|
committer | waker <wakeroid@gmail.com> | 2012-03-24 11:17:46 +0100 |
commit | 9b6157850331f681404ddd5e965b8c42b547d92a (patch) | |
tree | fd20306217ac5280a3b0e02e1b800fbb1a077880 /plugins/supereq | |
parent | 3c94c3241b203f60473a6f4301ae100c3712706c (diff) |
updated (c) year to 2012 in the sources
Diffstat (limited to 'plugins/supereq')
-rw-r--r-- | plugins/supereq/Equ.cpp | 2 | ||||
-rw-r--r-- | plugins/supereq/Equ.h | 2 | ||||
-rw-r--r-- | plugins/supereq/supereq.c | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/plugins/supereq/Equ.cpp b/plugins/supereq/Equ.cpp index 0aff4f8a..8e91f113 100644 --- a/plugins/supereq/Equ.cpp +++ b/plugins/supereq/Equ.cpp @@ -1,6 +1,6 @@ /*
DeaDBeeF - ultimate music player for GNU/Linux systems with X11
- Copyright (C) 2009-2011 Alexey Yakovenko <waker@users.sourceforge.net>
+ Copyright (C) 2009-2012 Alexey Yakovenko <waker@users.sourceforge.net>
Original SuperEQ code (C) Naoki Shibata <shibatch@users.sf.net>
This program is free software; you can redistribute it and/or
diff --git a/plugins/supereq/Equ.h b/plugins/supereq/Equ.h index a315741a..f9cfaf15 100644 --- a/plugins/supereq/Equ.h +++ b/plugins/supereq/Equ.h @@ -1,6 +1,6 @@ /* DeaDBeeF - ultimate music player for GNU/Linux systems with X11 - Copyright (C) 2009-2011 Alexey Yakovenko <waker@users.sourceforge.net> + Copyright (C) 2009-2012 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/supereq/supereq.c b/plugins/supereq/supereq.c index ac18285c..d50aff12 100644 --- a/plugins/supereq/supereq.c +++ b/plugins/supereq/supereq.c @@ -1,6 +1,6 @@ /* DeaDBeeF - ultimate music player for GNU/Linux systems with X11 - Copyright (C) 2009-2011 Alexey Yakovenko <waker@users.sourceforge.net> + Copyright (C) 2009-2012 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 @@ -282,7 +282,7 @@ static DB_dsp_t plugin = { .plugin.name = "SuperEQ", .plugin.descr = "equalizer plugin using SuperEQ library", .plugin.copyright = - "Copyright (C) 2009-2011 Alexey Yakovenko <waker@users.sourceforge.net>\n" + "Copyright (C) 2009-2012 Alexey Yakovenko <waker@users.sourceforge.net>\n" "\n" "Uses supereq library by Naoki Shibata, http://shibatch.sourceforge.net\n" "Uses FFT library by Takuya Ooura, http://www.kurims.kyoto-u.ac.jp/~ooura/\n" |