summaryrefslogtreecommitdiff
path: root/plugins/soundtouch
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/soundtouch
parent7d43bcaf63ab6ffd96defc75bf4790f74092ae14 (diff)
copyright years updated
Diffstat (limited to 'plugins/soundtouch')
-rw-r--r--plugins/soundtouch/plugin.c4
-rw-r--r--plugins/soundtouch/st.cpp2
-rw-r--r--plugins/soundtouch/st.h2
3 files changed, 4 insertions, 4 deletions
diff --git a/plugins/soundtouch/plugin.c b/plugins/soundtouch/plugin.c
index 6e813d4b..fb224bbb 100644
--- a/plugins/soundtouch/plugin.c
+++ b/plugins/soundtouch/plugin.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
@@ -274,7 +274,7 @@ static DB_dsp_t plugin = {
.plugin.name = "Soundtouch",
.plugin.descr = "Tempo/Pitch/Rate changer using SoundTouch Library (http://www.surina.net/soundtouch)",
.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 SoundTouch Library, (C) Olli Parviainen"
"\n"
diff --git a/plugins/soundtouch/st.cpp b/plugins/soundtouch/st.cpp
index 50390c1c..5433e3ce 100644
--- a/plugins/soundtouch/st.cpp
+++ b/plugins/soundtouch/st.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>
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/soundtouch/st.h b/plugins/soundtouch/st.h
index 9ea5c65c..fbcbdfa0 100644
--- a/plugins/soundtouch/st.h
+++ b/plugins/soundtouch/st.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