summaryrefslogtreecommitdiff
path: root/plugins/wavpack
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2011-04-09 09:29:49 +0200
committerGravatar waker <wakeroid@gmail.com>2011-04-09 09:29:49 +0200
commit0c56cf0819b1fdd83e81a40e43ed1c5c0f36bb4d (patch)
treeea4f33a0e0aca426ed75d51ff955a1b03248148c /plugins/wavpack
parent022293ac29399e4177acb48cce4f7118ad215def (diff)
wavpack plugin copyright fix
Diffstat (limited to 'plugins/wavpack')
-rw-r--r--plugins/wavpack/wavpack.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/wavpack/wavpack.c b/plugins/wavpack/wavpack.c
index eafed0d4..15973421 100644
--- a/plugins/wavpack/wavpack.c
+++ b/plugins/wavpack/wavpack.c
@@ -1,7 +1,7 @@
/*
WavPack plugin for DeaDBeeF Player
Copyright (C) 2009-2011, Alexey Yakovenko <waker@users.sourceforge.net>
-With contributions from David Bryant <david@wavpack.com>
+Copyright (C) 2010-2011, David Bryant <david@wavpack.com>
All rights reserved.
Redistribution and use in source and binary forms, with or without
@@ -423,7 +423,7 @@ static DB_decoder_t plugin = {
.plugin.copyright =
"WavPack plugin for DeaDBeeF Player\n"
"Copyright (C) 2009-2011, Alexey Yakovenko <waker@users.sourceforge.net>\n"
- "With contributions from David Bryant <david@wavpack.com>\n"
+ "Copyright (C) 2010-2011, David Bryant <david@wavpack.com>\n"
"All rights reserved.\n"
"\n"
"Redistribution and use in source and binary forms, with or without\n"