diff options
author | waker <wakeroid@gmail.com> | 2012-03-24 11:10:59 +0100 |
---|---|---|
committer | waker <wakeroid@gmail.com> | 2012-03-24 11:17:46 +0100 |
commit | 9b6157850331f681404ddd5e965b8c42b547d92a (patch) | |
tree | fd20306217ac5280a3b0e02e1b800fbb1a077880 /plugins/hotkeys | |
parent | 3c94c3241b203f60473a6f4301ae100c3712706c (diff) |
updated (c) year to 2012 in the sources
Diffstat (limited to 'plugins/hotkeys')
-rw-r--r-- | plugins/hotkeys/hotkeys.c | 2 | ||||
-rw-r--r-- | plugins/hotkeys/hotkeys.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/hotkeys/hotkeys.c b/plugins/hotkeys/hotkeys.c index 884b2be9..c7c1c1f3 100644 --- a/plugins/hotkeys/hotkeys.c +++ b/plugins/hotkeys/hotkeys.c @@ -623,7 +623,7 @@ static DB_hotkeys_plugin_t plugin = { .misc.plugin.name = "Global hotkeys support", .misc.plugin.descr = "Allows one to control player with global hotkeys", .misc.plugin.copyright = - "Copyright (C) 2009-2011 Alexey Yakovenko <waker@users.sourceforge.net>\n" + "Copyright (C) 2009-2012 Alexey Yakovenko <waker@users.sourceforge.net>\n" "Copyright (C) 2009-2011 Viktor Semykin <thesame.ml@gmail.com>\n" "\n" "This program is free software; you can redistribute it and/or\n" diff --git a/plugins/hotkeys/hotkeys.h b/plugins/hotkeys/hotkeys.h index 010f0919..a86f357d 100644 --- a/plugins/hotkeys/hotkeys.h +++ b/plugins/hotkeys/hotkeys.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 |