diff options
Diffstat (limited to 'plugins/aac')
-rw-r--r-- | plugins/aac/aac.c | 4 | ||||
-rw-r--r-- | plugins/aac/aac_parser.c | 2 | ||||
-rw-r--r-- | plugins/aac/aac_parser.h | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/plugins/aac/aac.c b/plugins/aac/aac.c index 15e493ca..076694b2 100644 --- a/plugins/aac/aac.c +++ b/plugins/aac/aac.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 @@ -1271,7 +1271,7 @@ static DB_decoder_t plugin = { .plugin.name = "AAC player", .plugin.descr = "plays aac files, supports raw aac files, as well as mp4 container", .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 modified libmp4ff (C) 2003-2005 M. Bakker, Nero AG, http://www.nero.com\n" "\n" diff --git a/plugins/aac/aac_parser.c b/plugins/aac/aac_parser.c index 81338cd0..3a25622e 100644 --- a/plugins/aac/aac_parser.c +++ b/plugins/aac/aac_parser.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 diff --git a/plugins/aac/aac_parser.h b/plugins/aac/aac_parser.h index fa1d4120..255b58e3 100644 --- a/plugins/aac/aac_parser.h +++ b/plugins/aac/aac_parser.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 |