LICENSE.TXT 3.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. ==============================================================================
  2. LLVM Release License
  3. ==============================================================================
  4. University of Illinois/NCSA
  5. Open Source License
  6. Copyright (c) 2003-2015 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.
  34. ==============================================================================
  35. Copyrights and Licenses for Third Party Software Distributed with LLVM:
  36. ==============================================================================
  37. The LLVM software contains code written by third parties. Such software will
  38. have its own individual LICENSE.TXT file in the directory in which it appears.
  39. This file will describe the copyrights, license, and restrictions which apply
  40. to that code.
  41. The disclaimer of warranty in the University of Illinois Open Source License
  42. applies to all code in the LLVM Distribution, and nothing in any of the
  43. other licenses gives permission to use the names of the LLVM Team or the
  44. University of Illinois to endorse or promote products derived from this
  45. Software.
  46. The following pieces of software have additional or alternate copyrights,
  47. licenses, and/or restrictions:
  48. Program Directory
  49. ------- ---------
  50. Autoconf llvm/autoconf
  51. llvm/projects/ModuleMaker/autoconf
  52. Google Test llvm/utils/unittest/googletest
  53. OpenBSD regex llvm/lib/Support/{reg*, COPYRIGHT.regex}
  54. pyyaml tests llvm/test/YAMLParser/{*.data, LICENSE.TXT}
  55. ARM contributions llvm/lib/Target/ARM/LICENSE.TXT
  56. md5 contributions llvm/lib/Support/MD5.cpp llvm/include/llvm/Support/MD5.h