summaryrefslogtreecommitdiff
path: root/plugins/sid
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/sid
parent7d43bcaf63ab6ffd96defc75bf4790f74092ae14 (diff)
copyright years updated
Diffstat (limited to 'plugins/sid')
-rw-r--r--plugins/sid/csid.cpp2
-rw-r--r--plugins/sid/csid.h2
-rw-r--r--plugins/sid/plugin.c4
3 files changed, 4 insertions, 4 deletions
diff --git a/plugins/sid/csid.cpp b/plugins/sid/csid.cpp
index 6658850e..af258f34 100644
--- a/plugins/sid/csid.cpp
+++ b/plugins/sid/csid.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 as published by
diff --git a/plugins/sid/csid.h b/plugins/sid/csid.h
index 39988f2d..005fa2fa 100644
--- a/plugins/sid/csid.h
+++ b/plugins/sid/csid.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 as published by
diff --git a/plugins/sid/plugin.c b/plugins/sid/plugin.c
index 56223ec9..2b33876b 100644
--- a/plugins/sid/plugin.c
+++ b/plugins/sid/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 as published by
@@ -38,7 +38,7 @@ DB_decoder_t sid_plugin = {
.plugin.id = "sidplay2",
.plugin.descr = "SID player based on libsidplay2",
.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 libsidplay2-2.1.0\n"
"Commodore 64 SID emulation library\n"