|
| 1 | +# HTML Tidy |
| 2 | + |
| 3 | +## HTML parser and pretty printer |
| 4 | + |
| 5 | +Copyright (c) 1998-2016 World Wide Web Consortium |
| 6 | +(Massachusetts Institute of Technology, European Research |
| 7 | +Consortium for Informatics and Mathematics, Keio University). |
| 8 | +All Rights Reserved. |
| 9 | + |
| 10 | +Additional contributions (c) 2001-2016 University of Toronto, Terry Teague, |
| 11 | +@geoffmcl, HTACG, and others. |
| 12 | + |
| 13 | +### Contributing Author(s): |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | +The contributing author(s) would like to thank all those who |
| 18 | +helped with testing, bug fixes and suggestions for improvements. |
| 19 | +This wouldn't have been possible without your help. |
| 20 | + |
| 21 | +## COPYRIGHT NOTICE: |
| 22 | + |
| 23 | +This software and documentation is provided "as is," and |
| 24 | +the copyright holders and contributing author(s) make no |
| 25 | +representations or warranties, express or implied, including |
| 26 | +but not limited to, warranties of merchantability or fitness |
| 27 | +for any particular purpose or that the use of the software or |
| 28 | +documentation will not infringe any third party patents, |
| 29 | +copyrights, trademarks or other rights. |
| 30 | + |
| 31 | +The copyright holders and contributing author(s) will not be held |
| 32 | +liable for any direct, indirect, special or consequential damages |
| 33 | +arising out of any use of the software or documentation, even if |
| 34 | +advised of the possibility of such damage. |
| 35 | + |
| 36 | +Permission is hereby granted to use, copy, modify, and distribute |
| 37 | +this source code, or portions hereof, documentation and executables, |
| 38 | +for any purpose, without fee, subject to the following restrictions: |
| 39 | + |
| 40 | +1. The origin of this source code must not be misrepresented. |
| 41 | +2. Altered versions must be plainly marked as such and must |
| 42 | +not be misrepresented as being the original source. |
| 43 | +3. This Copyright notice may not be removed or altered from any |
| 44 | +source or altered source distribution. |
| 45 | + |
| 46 | +The copyright holders and contributing author(s) specifically |
| 47 | +permit, without fee, and encourage the use of this source code |
| 48 | +as a component for supporting the Hypertext Markup Language in |
| 49 | +commercial products. If you use this source code in a product, |
| 50 | +acknowledgement is not required but would be appreciated. |
0 commit comments