summaryrefslogtreecommitdiff
path: root/plugins/sid
diff options
context:
space:
mode:
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 24e812ff..2bb5b84e 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-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 as published by
diff --git a/plugins/sid/csid.h b/plugins/sid/csid.h
index e40f8c69..39988f2d 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-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 as published by
diff --git a/plugins/sid/plugin.c b/plugins/sid/plugin.c
index 772b37a9..56223ec9 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-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 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-2011 Alexey Yakovenko <waker@users.sourceforge.net>\n"
+ "Copyright (C) 2009-2012 Alexey Yakovenko <waker@users.sourceforge.net>\n"
"\n"
"Uses modified libsidplay2-2.1.0\n"
"Commodore 64 SID emulation library\n"