license.txt 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. Use of this software is granted under one of the following two licenses,
  2. to be chosen freely by the user.
  3. 1. Boost Software License - Version 1.0 - August 17th, 2003
  4. ===============================================================================
  5. Copyright (c) 2006, 2007 Marcin Kalicinski
  6. Permission is hereby granted, free of charge, to any person or organization
  7. obtaining a copy of the software and accompanying documentation covered by
  8. this license (the "Software") to use, reproduce, display, distribute,
  9. execute, and transmit the Software, and to prepare derivative works of the
  10. Software, and to permit third-parties to whom the Software is furnished to
  11. do so, all subject to the following:
  12. The copyright notices in the Software and this entire statement, including
  13. the above license grant, this restriction and the following disclaimer,
  14. must be included in all copies of the Software, in whole or in part, and
  15. all derivative works of the Software, unless such copies or derivative
  16. works are solely in the form of machine-executable object code generated by
  17. a source language processor.
  18. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  19. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  20. FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
  21. SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
  22. FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
  23. ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
  24. DEALINGS IN THE SOFTWARE.
  25. 2. The MIT License
  26. ===============================================================================
  27. Copyright (c) 2006, 2007 Marcin Kalicinski
  28. Permission is hereby granted, free of charge, to any person obtaining a copy
  29. of this software and associated documentation files (the "Software"), to deal
  30. in the Software without restriction, including without limitation the rights
  31. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
  32. of the Software, and to permit persons to whom the Software is furnished to do so,
  33. subject to the following conditions:
  34. The above copyright notice and this permission notice shall be included in all
  35. copies or substantial portions of the Software.
  36. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  37. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  38. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
  39. THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  40. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  41. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
  42. IN THE SOFTWARE.