From ad95edc2db3adc833ea826bbb043a23074ed31e2 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 18 Apr 2011 13:54:46 +0400 Subject: move buttonplayer to lib/ --- extras/button/license.txt | 10 ---------- extras/button/musicplayer.swf | Bin 6134 -> 0 bytes extras/button/musicplayer_f6.swf | Bin 6463 -> 0 bytes functions.php | 4 ++-- lib/button/license.txt | 10 ++++++++++ lib/button/musicplayer.swf | Bin 0 -> 6134 bytes lib/button/musicplayer_f6.swf | Bin 0 -> 6463 bytes 7 files changed, 12 insertions(+), 12 deletions(-) delete mode 100644 extras/button/license.txt delete mode 100644 extras/button/musicplayer.swf delete mode 100644 extras/button/musicplayer_f6.swf create mode 100644 lib/button/license.txt create mode 100644 lib/button/musicplayer.swf create mode 100644 lib/button/musicplayer_f6.swf diff --git a/extras/button/license.txt b/extras/button/license.txt deleted file mode 100644 index 12d609e12..000000000 --- a/extras/button/license.txt +++ /dev/null @@ -1,10 +0,0 @@ -Copyright (c) 2005, Fabricio Zuardi -All rights reserved. - -Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - - * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - * Neither the name of the author nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/extras/button/musicplayer.swf b/extras/button/musicplayer.swf deleted file mode 100644 index 39c8d5398..000000000 Binary files a/extras/button/musicplayer.swf and /dev/null differ diff --git a/extras/button/musicplayer_f6.swf b/extras/button/musicplayer_f6.swf deleted file mode 100644 index 2eb5d5796..000000000 Binary files a/extras/button/musicplayer_f6.swf and /dev/null differ diff --git a/functions.php b/functions.php index a1d060cc8..3d4a9849d 100644 --- a/functions.php +++ b/functions.php @@ -4627,10 +4627,10 @@ } else { $entry .= " + value=\"lib/button/musicplayer.swf?song_url=$url\" /> "; } } diff --git a/lib/button/license.txt b/lib/button/license.txt new file mode 100644 index 000000000..12d609e12 --- /dev/null +++ b/lib/button/license.txt @@ -0,0 +1,10 @@ +Copyright (c) 2005, Fabricio Zuardi +All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: + + * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + * Neither the name of the author nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/lib/button/musicplayer.swf b/lib/button/musicplayer.swf new file mode 100644 index 000000000..39c8d5398 Binary files /dev/null and b/lib/button/musicplayer.swf differ diff --git a/lib/button/musicplayer_f6.swf b/lib/button/musicplayer_f6.swf new file mode 100644 index 000000000..2eb5d5796 Binary files /dev/null and b/lib/button/musicplayer_f6.swf differ -- cgit v1.2.3