THIRD-PARTY-NOTICES.txt 8.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209
  1. ChakraCore uses third party material from the projects listed below.
  2. The original copyright notice and the license under which Microsoft
  3. received such third party material are set forth below. Microsoft
  4. reserves all other rights not expressly granted, whether by
  5. implication, estoppel or otherwise.
  6. In the event that we accidentally failed to list a required notice, please
  7. bring it to our attention. Post an issue or email us:
  8. [email protected]
  9. -------------------------------------------
  10. SunSpider
  11. Copyright (C) 2007 Apple Inc. All rights reserved.
  12. Redistribution and use in source and binary forms, with or without
  13. modification, are permitted provided that the following conditions
  14. are met:
  15. 1. Redistributions of source code must retain the above copyright
  16. notice, this list of conditions and the following disclaimer.
  17. 2. Redistributions in binary form must reproduce the above copyright
  18. notice, this list of conditions and the following disclaimer in the
  19. documentation and/or other materials provided with the distribution.
  20. THIS SOFTWARE IS PROVIDED BY APPLE INC. ``AS IS'' AND ANY
  21. EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  22. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  23. PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL APPLE COMPUTER, INC. OR
  24. CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
  25. EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
  26. PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
  27. PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
  28. OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  29. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  30. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  31. -------------------------------------------
  32. JetStream
  33. URL of the license https://svn.webkit.org/repository/webkit/trunk/PerformanceTests/JetStream/LICENSE.txt
  34. The files in this directory are licensed as follows unless otherwise stated in the file:
  35. simple/bigfib.cpp
  36. simple/bigfib.cpp.js
  37. simple/container.cpp
  38. simple/container.cpp.js
  39. simple/dry.c
  40. simple/dry.c.js
  41. simple/float-mm.c
  42. simple/float-mm.c.js
  43. simple/gcc-loops.cpp
  44. simple/gcc-loops.cpp.js
  45. simple/n-body.c
  46. simple/n-body.c.js
  47. simple/quicksort.c
  48. simple/quicksort.c.js
  49. simple/towers.c
  50. simple/towers.c.js:
  51. ==============================================================================
  52. LLVM Release License
  53. ==============================================================================
  54. University of Illinois/NCSA
  55. Open Source License
  56. Copyright (c) 2003, 2004, 2005 University of Illinois at Urbana-Champaign.
  57. All rights reserved.
  58. Developed by:
  59. LLVM Team
  60. University of Illinois at Urbana-Champaign
  61. http://llvm.org/
  62. Permission is hereby granted, free of charge, to any person obtaining a copy of
  63. this software and associated documentation files (the "Software"), to deal with
  64. the Software without restriction, including without limitation the rights to
  65. use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
  66. of the Software, and to permit persons to whom the Software is furnished to do
  67. so, subject to the following conditions:
  68. * Redistributions of source code must retain the above copyright notice,
  69. this list of conditions and the following disclaimers.
  70. * Redistributions in binary form must reproduce the above copyright notice,
  71. this list of conditions and the following disclaimers in the
  72. documentation and/or other materials provided with the distribution.
  73. * Neither the names of the LLVM Team, University of Illinois at
  74. Urbana-Champaign, nor the names of its contributors may be used to
  75. endorse or promote products derived from this Software without specific
  76. prior written permission.
  77. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  78. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
  79. FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  80. CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  81. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  82. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS WITH THE
  83. SOFTWARE.
  84. ===
  85. Anything not in the tests/ directory:
  86. Copyright (C) 2014 Apple Inc. All rights reserved.
  87. Redistribution and use in source and binary forms, with or without
  88. modification, are permitted provided that the following conditions
  89. are met:
  90. 1. Redistributions of source code must retain the above copyright
  91. notice, this list of conditions and the following disclaimer.
  92. 2. Redistributions in binary form must reproduce the above copyright
  93. notice, this list of conditions and the following disclaimer in the
  94. documentation and/or other materials provided with the distribution.
  95. THIS SOFTWARE IS PROVIDED BY APPLE INC. ``AS IS'' AND ANY
  96. EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  97. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  98. PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL APPLE INC. OR
  99. CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
  100. EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
  101. PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
  102. PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
  103. OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  104. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  105. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  106. -------------------------------------------
  107. Kraken
  108. Copyright (C) 2007 Apple Inc. All rights reserved.
  109. Copyright (C) 2010 Mozilla Foundation
  110. Redistribution and use in source and binary forms, with or without
  111. modification, are permitted provided that the following conditions
  112. are met:
  113. 1. Redistributions of source code must retain the above copyright
  114. notice, this list of conditions and the following disclaimer.
  115. 2. Redistributions in binary form must reproduce the above copyright
  116. notice, this list of conditions and the following disclaimer in the
  117. documentation and/or other materials provided with the distribution.
  118. THIS SOFTWARE IS PROVIDED BY APPLE COMPUTER, INC. ``AS IS'' AND ANY
  119. EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  120. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  121. PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL APPLE COMPUTER, INC. OR
  122. CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
  123. EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
  124. PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
  125. PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
  126. OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  127. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  128. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  129. -------------------------------------------
  130. Octane
  131. Copyright (c) 2013, the V8 project authors (http://code.google.com/p/v8/)
  132. All rights reserved.
  133. Redistribution and use in source and binary forms, with or without
  134. modification, are permitted provided that the following conditions are met:
  135. * Redistributions of source code must retain the above copyright notice, this
  136. list of conditions and the following disclaimer.
  137. * Redistributions in binary form must reproduce the above copyright notice,
  138. this list of conditions and the following disclaimer in the documentation
  139. and/or other materials provided with the distribution.
  140. * Neither the name of Google, Inc. nor the names of its
  141. contributors may be used to endorse or promote products derived from
  142. this software without specific prior written permission.
  143. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
  144. AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  145. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  146. DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
  147. FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  148. DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
  149. SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
  150. CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
  151. OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  152. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  153. ---------------------------------------------
  154. CRC.h
  155. COPYRIGHT (C) 1986 Gary S. Brown. You may use this program, or code or tables
  156. extracted from it, as desired without restriction.