summaryrefslogtreecommitdiff
path: root/plugins/supereq
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/supereq
parent7d43bcaf63ab6ffd96defc75bf4790f74092ae14 (diff)
copyright years updated
Diffstat (limited to 'plugins/supereq')
-rw-r--r--plugins/supereq/Equ.cpp2
-rw-r--r--plugins/supereq/Equ.h2
-rw-r--r--plugins/supereq/supereq.c4
3 files changed, 4 insertions, 4 deletions
diff --git a/plugins/supereq/Equ.cpp b/plugins/supereq/Equ.cpp
index 8e91f113..49413ab2 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-2012 Alexey Yakovenko <waker@users.sourceforge.net>
+ Copyright (C) 2009-2013 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 f9cfaf15..f67f7aa4 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-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/supereq/supereq.c b/plugins/supereq/supereq.c
index d50aff12..957da5a3 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-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
@@ -282,7 +282,7 @@ static DB_dsp_t plugin = {
.plugin.name = "SuperEQ",
.plugin.descr = "equalizer plugin using SuperEQ library",
.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 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"