PHP_Markdown_License.text 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. PHP Markdown
  2. Copyright (c) 2004-2008 Michel Fortin
  3. <http://www.michelf.com/>
  4. All rights reserved.
  5. Based on Markdown
  6. Copyright (c) 2003-2006 John Gruber
  7. <http://daringfireball.net/>
  8. All rights reserved.
  9. Redistribution and use in source and binary forms, with or without
  10. modification, are permitted provided that the following conditions are
  11. met:
  12. * Redistributions of source code must retain the above copyright notice,
  13. this list of conditions and the following disclaimer.
  14. * Redistributions in binary form must reproduce the above copyright
  15. notice, this list of conditions and the following disclaimer in the
  16. documentation and/or other materials provided with the distribution.
  17. * Neither the name "Markdown" nor the names of its contributors may
  18. be used to endorse or promote products derived from this software
  19. without specific prior written permission.
  20. This software is provided by the copyright holders and contributors "as
  21. is" and any express or implied warranties, including, but not limited
  22. to, the implied warranties of merchantability and fitness for a
  23. particular purpose are disclaimed. In no event shall the copyright owner
  24. or contributors be liable for any direct, indirect, incidental, special,
  25. exemplary, or consequential damages (including, but not limited to,
  26. procurement of substitute goods or services; loss of use, data, or
  27. profits; or business interruption) however caused and on any theory of
  28. liability, whether in contract, strict liability, or tort (including
  29. negligence or otherwise) arising in any way out of the use of this
  30. software, even if advised of the possibility of such damage.