summaryrefslogtreecommitdiff
path: root/plugins/wma
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2013-01-15 21:55:49 +0100
committerGravatar waker <wakeroid@gmail.com>2013-01-15 21:55:49 +0100
commit037a55a20c30941900e4d1e6e22883934f80ab93 (patch)
treedbb74567279c556a5a7b11cd1a21c79e758a825b /plugins/wma
parentd4adb3583c71720ac102300c267dd7e20303128f (diff)
wma: copyright notice upd
Diffstat (limited to 'plugins/wma')
-rw-r--r--plugins/wma/wma_plugin.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/plugins/wma/wma_plugin.c b/plugins/wma/wma_plugin.c
index 197c5a54..9b28d5b9 100644
--- a/plugins/wma/wma_plugin.c
+++ b/plugins/wma/wma_plugin.c
@@ -1,6 +1,8 @@
/*
WMA plugin for deadbeef
+
Copyright (C) 2013 Alexey Yakovenko <waker@users.sourceforge.net>
+ WMA and ASF libraries (C) RockBox & FFMPEG developers
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
@@ -407,9 +409,9 @@ static DB_decoder_t plugin = {
.plugin.descr = "plays WMA files",
.plugin.copyright =
"WMA plugin for deadbeef\n"
- "Based on WMA and ASF code from RockBox (C) RockBox developers\n"
"\n"
"Copyright (C) 2013 Alexey Yakovenko <waker@users.sourceforge.net>\n"
+ "WMA and ASF libraries (C) RockBox & FFMPEG developers\n"
"\n"
"This program is free software; you can redistribute it and/or\n"
"modify it under the terms of the GNU General Public License\n"