diff options
author | Alexey Yakovenko <waker@users.sourceforge.net> | 2013-10-06 16:02:20 +0200 |
---|---|---|
committer | Alexey Yakovenko <waker@users.sourceforge.net> | 2013-10-06 16:02:20 +0200 |
commit | 92155388d5ede4929d90e28076abdbb79f04b48c (patch) | |
tree | 3dcf37859c6e86d20e0444d7b581bb43bde0b005 /plugins/vtx | |
parent | 7d43bcaf63ab6ffd96defc75bf4790f74092ae14 (diff) |
copyright years updated
Diffstat (limited to 'plugins/vtx')
-rw-r--r-- | plugins/vtx/vtx.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/vtx/vtx.c b/plugins/vtx/vtx.c index 35cbde95..27a1f4b1 100644 --- a/plugins/vtx/vtx.c +++ b/plugins/vtx/vtx.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 @@ -309,7 +309,7 @@ static DB_decoder_t plugin = { .plugin.name = "VTX player", .plugin.descr = "AY8910/12 chip emulator and vtx file player", .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 libayemu - AY/YM sound chip emulator and music file loader\n" "Copyright (C) 2003-2004 Sashnov Alexander\n" |