Make LICENSE.txt equivalent to LICENSE.md

This commit is contained in:
Geoff McLane 2017-03-24 15:19:07 +01:00
parent 04f536ec5c
commit d3e8cf3901
1 changed files with 50 additions and 41 deletions

View File

@ -1,41 +1,50 @@
* @copyright # HTML Tidy
* Copyright (c) 1998-2017 World Wide Web Consortium (Massachusetts
* Institute of Technology, European Research Consortium for Informatics ## HTML parser and pretty printer
* and Mathematics, Keio University).
* @par Copyright (c) 1998-2016 World Wide Web Consortium
* All Rights Reserved. (Massachusetts Institute of Technology, European Research
* @par Consortium for Informatics and Mathematics, Keio University).
* This software and documentation is provided "as is," and the copyright All Rights Reserved.
* holders and contributing author(s) make no representations or warranties,
* express or implied, including but not limited to, warranties of Additional contributions (c) 2001-2016 University of Toronto, Terry Teague,
* merchantability or fitness for any particular purpose or that the use of @geoffmcl, HTACG, and others.
* the software or documentation will not infringe any third party patents,
* copyrights, trademarks or other rights. ### Contributing Author(s):
* @par
* The copyright holders and contributing author(s) will not be held liable Dave Raggett <dsr@w3.org>
* for any direct, indirect, special or consequential damages arising out of
* any use of the software or documentation, even if advised of the The contributing author(s) would like to thank all those who
* possibility of such damage. helped with testing, bug fixes and suggestions for improvements.
* @par This wouldn't have been possible without your help.
* Permission is hereby granted to use, copy, modify, and distribute this
* source code, or portions hereof, documentation and executables, for any ## COPYRIGHT NOTICE:
* purpose, without fee, subject to the following restrictions:
* @par This software and documentation is provided "as is," and
* 1. The origin of this source code must not be misrepresented. the copyright holders and contributing author(s) make no
* 2. Altered versions must be plainly marked as such and must not be representations or warranties, express or implied, including
* misrepresented as being the original source. but not limited to, warranties of merchantability or fitness
* 3. This Copyright notice may not be removed or altered from any source for any particular purpose or that the use of the software or
* or altered source distribution. documentation will not infringe any third party patents,
* @par copyrights, trademarks or other rights.
* The copyright holders and contributing author(s) specifically permit,
* without fee, and encourage the use of this source code as a component for The copyright holders and contributing author(s) will not be held
* supporting the Hypertext Markup Language in commercial products. If you liable for any direct, indirect, special or consequential damages
* use this source code in a product, acknowledgment is not required but arising out of any use of the software or documentation, even if
* would be appreciated. advised of the possibility of such damage.
*
* @date Created 2001-05-20 by Charles Reitzel Permission is hereby granted to use, copy, modify, and distribute
* @date Updated 2002-07-01 by Charles Reitzel - 1st Implementation this source code, or portions hereof, documentation and executables,
* @date Updated 2015-06-09 by Geoff R. McLane - Add more doxygen syntax for any purpose, without fee, subject to the following restrictions:
* @date Updated 2017-03-22 by geoff - Need a pure text file for Win32 bin packages
* @date Additional updates: consult git log 1. The origin of this source code must not be misrepresented.
******************************************************************************/ 2. Altered versions must be plainly marked as such and must
not be misrepresented as being the original source.
3. This Copyright notice may not be removed or altered from any
source or altered source distribution.
The copyright holders and contributing author(s) specifically
permit, without fee, and encourage the use of this source code
as a component for supporting the Hypertext Markup Language in
commercial products. If you use this source code in a product,
acknowledgement is not required but would be appreciated.