LICENSE.TXT 4.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. ==============================================================================
  2. compiler_rt License
  3. ==============================================================================
  4. The compiler_rt library is dual licensed under both the University of Illinois
  5. "BSD-Like" license and the MIT license. As a user of this code you may choose
  6. to use it under either license. As a contributor, you agree to allow your code
  7. to be used under both.
  8. Full text of the relevant licenses is included below.
  9. ==============================================================================
  10. University of Illinois/NCSA
  11. Open Source License
  12. Copyright (c) 2009-2010 by the contributors listed in CREDITS.TXT
  13. All rights reserved.
  14. Developed by:
  15. LLVM Team
  16. University of Illinois at Urbana-Champaign
  17. http://llvm.org
  18. Permission is hereby granted, free of charge, to any person obtaining a copy of
  19. this software and associated documentation files (the "Software"), to deal with
  20. the Software without restriction, including without limitation the rights to
  21. use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
  22. of the Software, and to permit persons to whom the Software is furnished to do
  23. so, subject to the following conditions:
  24. * Redistributions of source code must retain the above copyright notice,
  25. this list of conditions and the following disclaimers.
  26. * Redistributions in binary form must reproduce the above copyright notice,
  27. this list of conditions and the following disclaimers in the
  28. documentation and/or other materials provided with the distribution.
  29. * Neither the names of the LLVM Team, University of Illinois at
  30. Urbana-Champaign, nor the names of its contributors may be used to
  31. endorse or promote products derived from this Software without specific
  32. prior written permission.
  33. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  34. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
  35. FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  36. CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  37. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  38. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS WITH THE
  39. SOFTWARE.
  40. ==============================================================================
  41. Copyright (c) 2009-2010 by the contributors listed in CREDITS.TXT
  42. Permission is hereby granted, free of charge, to any person obtaining a copy
  43. of this software and associated documentation files (the "Software"), to deal
  44. in the Software without restriction, including without limitation the rights
  45. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  46. copies of the Software, and to permit persons to whom the Software is
  47. furnished to do so, subject to the following conditions:
  48. The above copyright notice and this permission notice shall be included in
  49. all copies or substantial portions of the Software.
  50. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  51. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  52. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  53. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  54. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  55. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  56. THE SOFTWARE.
  57. ==============================================================================
  58. Copyrights and Licenses for Third Party Software Distributed with LLVM:
  59. ==============================================================================
  60. The LLVM software contains code written by third parties. Such software will
  61. have its own individual LICENSE.TXT file in the directory in which it appears.
  62. This file will describe the copyrights, license, and restrictions which apply
  63. to that code.
  64. The disclaimer of warranty in the University of Illinois Open Source License
  65. applies to all code in the LLVM Distribution, and nothing in any of the
  66. other licenses gives permission to use the names of the LLVM Team or the
  67. University of Illinois to endorse or promote products derived from this
  68. Software.
  69. The following pieces of software have additional or alternate copyrights,
  70. licenses, and/or restrictions:
  71. Program Directory
  72. ------- ---------
  73. sysinfo lib/asan/sysinfo
  74. mach_override lib/asan/mach_override