bin
7 months ago
src
7 months ago
CREDITS
1 year ago
LICENSE.txt
1 year ago
README.md
1 year ago
RELEASE.md
1 year ago
UPGRADING.md
1 year ago
composer.json
1 year ago
LICENSE.txt
67 lines
| 1 | ## HTML5-PHP License |
| 2 | |
| 3 | Copyright (c) 2013 The Authors of HTML5-PHP |
| 4 | |
| 5 | Matt Butcher - mattbutcher@google.com |
| 6 | Matt Farina - matt@mattfarina.com |
| 7 | Asmir Mustafic - goetas@gmail.com |
| 8 | |
| 9 | Permission is hereby granted, free of charge, to any person obtaining a copy of |
| 10 | this software and associated documentation files (the "Software"), to deal in |
| 11 | the Software without restriction, including without limitation the rights to |
| 12 | use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of |
| 13 | the Software, and to permit persons to whom the Software is furnished to do so, |
| 14 | subject to the following conditions: |
| 15 | |
| 16 | The above copyright notice and this permission notice shall be included in all |
| 17 | copies or substantial portions of the Software. |
| 18 | |
| 19 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 20 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS |
| 21 | FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR |
| 22 | COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER |
| 23 | IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN |
| 24 | CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
| 25 | |
| 26 | ## HTML5Lib License |
| 27 | |
| 28 | Portions of this are based on html5lib's PHP version, which was a |
| 29 | sub-project of html5lib. The following is the list of contributors from |
| 30 | html5lib: |
| 31 | |
| 32 | html5lib: |
| 33 | |
| 34 | Copyright (c) 2006-2009 The Authors |
| 35 | |
| 36 | Contributors: |
| 37 | James Graham - jg307@cam.ac.uk |
| 38 | Anne van Kesteren - annevankesteren@gmail.com |
| 39 | Lachlan Hunt - lachlan.hunt@lachy.id.au |
| 40 | Matt McDonald - kanashii@kanashii.ca |
| 41 | Sam Ruby - rubys@intertwingly.net |
| 42 | Ian Hickson (Google) - ian@hixie.ch |
| 43 | Thomas Broyer - t.broyer@ltgt.net |
| 44 | Jacques Distler - distler@golem.ph.utexas.edu |
| 45 | Henri Sivonen - hsivonen@iki.fi |
| 46 | Adam Barth - abarth@webkit.org |
| 47 | Eric Seidel - eric@webkit.org |
| 48 | The Mozilla Foundation (contributions from Henri Sivonen since 2008) |
| 49 | David Flanagan (Mozilla) - dflanagan@mozilla.com |
| 50 | |
| 51 | Permission is hereby granted, free of charge, to any person obtaining a copy of |
| 52 | this software and associated documentation files (the "Software"), to deal in |
| 53 | the Software without restriction, including without limitation the rights to |
| 54 | use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of |
| 55 | the Software, and to permit persons to whom the Software is furnished to do so, |
| 56 | subject to the following conditions: |
| 57 | |
| 58 | The above copyright notice and this permission notice shall be included in all |
| 59 | copies or substantial portions of the Software. |
| 60 | |
| 61 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 62 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS |
| 63 | FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR |
| 64 | COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER |
| 65 | IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN |
| 66 | CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
| 67 |