Text::Markdown::Discount
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

47 lines
2.3 KiB

  1. ->Copyright (C) 2007 David Loren Parsons.
  2. All rights reserved.<-
  3. Permission is hereby granted, free of charge, to any person
  4. obtaining a copy of this software and associated documentation files
  5. (the "Software"), to deal in the Software without restriction,
  6. including without limitation the rights to use, copy, modify, merge,
  7. publish, distribute, sublicence, and/or sell copies of the Software,
  8. and to permit persons to whom the Software is furnished to do so,
  9. subject to the following conditions:
  10. 1. Redistributions of source code must retain the above copyright
  11. notice, this list of conditions, and the following disclaimer.
  12. 2. Redistributions in binary form must reproduce the above
  13. copyright notice, this list of conditions and the following
  14. disclaimer in the documentation and/or other materials provided
  15. with the distribution, and in the same place and form as other
  16. copyright, license and disclaimer information.
  17. 3. The end-user documentation included with the redistribution, if
  18. any, must include the following acknowledgment:
  19. This product includes software developed by
  20. David Loren Parsons <http://www.pell.portland.or.us/~orc>
  21. in the same place and form as other third-party acknowledgments.
  22. Alternately, this acknowledgment may appear in the software
  23. itself, in the same form and location as other such third-party
  24. acknowledgments.
  25. 4. Except as contained in this notice, the name of David Loren
  26. Parsons shall not be used in advertising or otherwise to promote
  27. the sale, use or other dealings in this Software without prior
  28. written authorization from David Loren Parsons.
  29. THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
  30. WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
  31. MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
  32. IN NO EVENT SHALL DAVID LOREN PARSONS BE LIABLE FOR ANY DIRECT,
  33. INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
  34. (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
  35. SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  36. HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
  37. STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  38. ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
  39. OF THE POSSIBILITY OF SUCH DAMAGE.