summaryrefslogtreecommitdiff
path: root/plugins/dsp_libsrc
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2012-03-24 11:10:59 +0100
committerGravatar waker <wakeroid@gmail.com>2012-03-24 11:17:46 +0100
commit9b6157850331f681404ddd5e965b8c42b547d92a (patch)
treefd20306217ac5280a3b0e02e1b800fbb1a077880 /plugins/dsp_libsrc
parent3c94c3241b203f60473a6f4301ae100c3712706c (diff)
updated (c) year to 2012 in the sources
Diffstat (limited to 'plugins/dsp_libsrc')
-rw-r--r--plugins/dsp_libsrc/src.c4
-rw-r--r--plugins/dsp_libsrc/src.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/plugins/dsp_libsrc/src.c b/plugins/dsp_libsrc/src.c
index d759861a..f6cef816 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-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
@@ -285,7 +285,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-2011 Alexey Yakovenko <waker@users.sourceforge.net>\n"
+ "Copyright (C) 2009-2012 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"
diff --git a/plugins/dsp_libsrc/src.h b/plugins/dsp_libsrc/src.h
index 9b7edcef..89c1bc58 100644
--- a/plugins/dsp_libsrc/src.h
+++ b/plugins/dsp_libsrc/src.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