diff options
-rw-r--r-- | license.md | 27 | ||||
-rw-r--r-- | readme.md | 15 |
2 files changed, 41 insertions, 1 deletions
diff --git a/license.md b/license.md new file mode 100644 index 00000000..a2b77097 --- /dev/null +++ b/license.md @@ -0,0 +1,27 @@ +Copyright (c) 2014, Selz.com +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 eBay nor the names of its + subsidiaries or affiliates 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 HOLDER 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.
\ No newline at end of file @@ -281,7 +281,20 @@ If a User Agent is disabled but supports `<video>` and `<audio>` natively, it wi Any unsupported browsers will display links to download the media if the correct html is used. +## Issues +If you find anything weird with the library, please let us know using the Github issues tracker. + +## Author +This was created by Sam Potts ([@sam_potts](https://twitter.com/sam_potts)) + + ## Useful links and credits +Credit to the PayPal HTML5 Video player from which Plyr's caption functionality is ported from: +- [PayPal's Accessible HTML5 Video Player](https://github.com/paypal/accessible-html5-video-player) +Also these links helped created Plyr: +- [Media Events - W3.org](http://www.w3.org/2010/05/video/mediaevents.html) - [Styling the `<progress>` element - hongkiat.com](http://www.hongkiat.com/blog/html5-progress-bar/) -- [PayPal's Accessible HTML5 Video Player](https://github.com/paypal/accessible-html5-video-player)
\ No newline at end of file + +## Copyright and License +Copyright 2014, Selz.com under [the BSD license](license.md).
\ No newline at end of file |