BSD.txt 4.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. Redistribution and use in source and binary forms, with or without
  2. modification, are permitted provided that the following conditions
  3. are met:
  4. 1. Redistributions of source code must retain the above copyright
  5. notice, this list of conditions and the following disclaimer.
  6. 2. Redistributions in binary form must reproduce the above copyright
  7. notice, this list of conditions and the following disclaimer in the
  8. documentation and/or other materials provided with the distribution.
  9. THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND OTHER CONTRIBUTORS ``AS IS''
  10. AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  11. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  12. ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR OTHER CONTRIBUTORS BE
  13. LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
  14. CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
  15. SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
  16. INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
  17. CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  18. ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  19. POSSIBILITY OF SUCH DAMAGE.
  20. -------------------------------------------------------------------------------
  21. Redistribution and use in source and binary forms, with or without
  22. modification, are permitted provided that the following conditions
  23. are met:
  24. 1. Redistributions of source code must retain the above copyright
  25. notice, this list of conditions and the following disclaimer.
  26. 2. Redistributions in binary form must reproduce the above copyright
  27. notice, this list of conditions and the following disclaimer in the
  28. documentation and/or other materials provided with the distribution.
  29. 3. Neither the name of the author nor the names of other contributors
  30. may be used to endorse or promote products derived from this
  31. software without specific prior written permission.
  32. THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND OTHER CONTRIBUTORS ``AS IS''
  33. AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  34. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  35. ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR OTHER CONTRIBUTORS BE
  36. LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
  37. CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
  38. SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
  39. INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
  40. CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  41. ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  42. POSSIBILITY OF SUCH DAMAGE.
  43. -------------------------------------------------------------------------------
  44. NASM is now licensed under the 2-clause BSD license, also known as the
  45. simplified BSD license.
  46. Copyright 1996-2009 the NASM Authors - All rights reserved.
  47. Redistribution and use in source and binary forms, with or without
  48. modification, are permitted provided that the following
  49. conditions are met:
  50. * Redistributions of source code must retain the above copyright
  51. notice, this list of conditions and the following disclaimer.
  52. * Redistributions in binary form must reproduce the above
  53. copyright notice, this list of conditions and the following
  54. disclaimer in the documentation and/or other materials provided
  55. with the distribution.
  56. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
  57. CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
  58. INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
  59. MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  60. DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
  61. CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  62. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
  63. NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  64. LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  65. HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
  66. CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
  67. OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
  68. EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.