LICENSE_llvm.txt 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. ==============================================================================
  2. LLVM Release License
  3. ==============================================================================
  4. University of Illinois/NCSA
  5. Open Source License
  6. Copyright (c) 2003-2013 University of Illinois at Urbana-Champaign.
  7. All rights reserved.
  8. Developed by:
  9. LLVM Team
  10. University of Illinois at Urbana-Champaign
  11. http://llvm.org
  12. Permission is hereby granted, free of charge, to any person obtaining a copy of
  13. this software and associated documentation files (the "Software"), to deal with
  14. the Software without restriction, including without limitation the rights to
  15. use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
  16. of the Software, and to permit persons to whom the Software is furnished to do
  17. so, subject to the following conditions:
  18. * Redistributions of source code must retain the above copyright notice,
  19. this list of conditions and the following disclaimers.
  20. * Redistributions in binary form must reproduce the above copyright notice,
  21. this list of conditions and the following disclaimers in the
  22. documentation and/or other materials provided with the distribution.
  23. * Neither the names of the LLVM Team, University of Illinois at
  24. Urbana-Champaign, nor the names of its contributors may be used to
  25. endorse or promote products derived from this Software without specific
  26. prior written permission.
  27. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  28. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
  29. FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  30. CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  31. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  32. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS WITH THE
  33. SOFTWARE.