You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

301 lines
16 KiB

  1. Third Party Software Notices
  2. ============================
  3. Hangfire products use software provided by third parties, including open source software. The following copyright statements and licenses apply to various components that are distributed with various Hangfire products. The Hangfire product that includes this file does not necessarily use all of the third party software components referred to below.
  4. Licensee must fully agree and comply with these license terms or must not use these components. The third party license terms apply only to the respective software to which the license pertains, and the third party license terms do not apply to the Hangfire software.
  5. In the event that we accidentally failed to list a required notice, please bring it to our attention by sending an email to <support@hangfire.io>.
  6. ### [LibLog](https://github.com/damianh/LibLog) (MIT License)
  7. Copyright (C) 2011-2017 Damian Hickey. All rights reserved.
  8. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
  9. The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
  10. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  11. ### [NCrontab](https://github.com/atifaziz/NCrontab) (Apache License 2.0)
  12. Copyright (c) 2008 Atif Aziz. All rights reserved.
  13. Licensed under the Apache License, Version 2.0 (the "License");
  14. you may not use this file except in compliance with the License.
  15. You may obtain a copy of the License at
  16. http://www.apache.org/licenses/LICENSE-2.0
  17. Unless required by applicable law or agreed to in writing, software
  18. distributed under the License is distributed on an "AS IS" BASIS,
  19. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  20. See the License for the specific language governing permissions and
  21. limitations under the License.
  22. ### Microsoft.Owin (Apache License 2.0)
  23. Part of Katana Project (http://katanaproject.codeplex.com/)
  24. Copyright (c) Microsoft Open Technologies, Inc. All rights reserved.
  25. Licensed under the Apache License, Version 2.0 (the "License");
  26. you may not use this file except in compliance with the License.
  27. You may obtain a copy of the License at
  28. http://www.apache.org/licenses/LICENSE-2.0
  29. Unless required by applicable law or agreed to in writing, software
  30. distributed under the License is distributed on an "AS IS" BASIS,
  31. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  32. See the License for the specific language governing permissions and
  33. limitations under the License.
  34. ### [Cron Expression Descriptor](https://github.com/bradymholt/cron-expression-descriptor) (MIT License)
  35. Copyright (c) 2013 Brady Holt
  36. Permission is hereby granted, free of charge, to any person obtaining a copy of this software
  37. and associated documentation files (the "Software"), to deal in the Software without restriction,
  38. including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense,
  39. and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so,
  40. subject to the following conditions:
  41. The above copyright notice and this permission notice shall be included in all copies or substantial
  42. portions of the Software.
  43. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT
  44. NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
  45. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
  46. WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE
  47. OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  48. ### [Stack Trace Parser](https://github.com/atifaziz/StackTraceParser) (Apache License 2.0)
  49. Copyright (c) 2011 Atif Aziz. All rights reserved.
  50. Licensed under the Apache License, Version 2.0 (the "License");
  51. you may not use this file except in compliance with the License.
  52. You may obtain a copy of the License at
  53. http://www.apache.org/licenses/LICENSE-2.0
  54. Unless required by applicable law or agreed to in writing, software
  55. distributed under the License is distributed on an "AS IS" BASIS,
  56. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  57. See the License for the specific language governing permissions and
  58. limitations under the License.
  59. ### [Stack Trace Formatter](https://github.com/atifaziz/StackTraceFormatter) (Apache License 2.0)
  60. Copyright (c) 2011 Atif Aziz. All rights reserved.
  61. Licensed under the Apache License, Version 2.0 (the "License");
  62. you may not use this file except in compliance with the License.
  63. You may obtain a copy of the License at
  64. http://www.apache.org/licenses/LICENSE-2.0
  65. Unless required by applicable law or agreed to in writing, software
  66. distributed under the License is distributed on an "AS IS" BASIS,
  67. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  68. See the License for the specific language governing permissions and
  69. limitations under the License.
  70. ### MoreLINQ - Extensions to LINQ to Objects (Apache License 2.0)
  71. Copyright (c) 2008 Jonathan Skeet. All rights reserved.
  72. Licensed under the Apache License, Version 2.0 (the "License");
  73. you may not use this file except in compliance with the License.
  74. You may obtain a copy of the License at
  75. http://www.apache.org/licenses/LICENSE-2.0
  76. Unless required by applicable law or agreed to in writing, software
  77. distributed under the License is distributed on an "AS IS" BASIS,
  78. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  79. See the License for the specific language governing permissions and
  80. limitations under the License.
  81. ### [ExpressionUtil from ASP.NET MVC](https://github.com/aspnet/AspNetWebStack/tree/v3.0/src/Microsoft.Web.Mvc/ExpressionUtil) (Apache License 2.0)
  82. Copyright (c) Microsoft Open Technologies, Inc. All rights reserved.
  83. Licensed under the Apache License, Version 2.0 (the "License"); you
  84. may not use this file except in compliance with the License. You may
  85. obtain a copy of the License at
  86. http://www.apache.org/licenses/LICENSE-2.0
  87. Unless required by applicable law or agreed to in writing, software
  88. distributed under the License is distributed on an "AS IS" BASIS,
  89. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
  90. implied. See the License for the specific language governing permissions
  91. and limitations under the License.
  92. ### [Dapper](https://github.com/StackExchange/Dapper) (Apache License 2.0)
  93. Copyright (c) 2017 Stack Exchange, Inc.
  94. Licensed under the Apache License, Version 2.0 (the "License");
  95. you may not use this file except in compliance with the License.
  96. You may obtain a copy of the License at
  97. http://www.apache.org/licenses/LICENSE-2.0
  98. Unless required by applicable law or agreed to in writing, software
  99. distributed under the License is distributed on an "AS IS" BASIS,
  100. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  101. See the License for the specific language governing permissions and
  102. limitations under the License.
  103. ### [StackExchange.Redis](https://github.com/StackExchange/StackExchange.Redis) (MIT License)
  104. Copyright (c) 2014 Stack Exchange
  105. Permission is hereby granted, free of charge, to any person obtaining a copy
  106. of this software and associated documentation files (the "Software"), to deal
  107. in the Software without restriction, including without limitation the rights
  108. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  109. copies of the Software, and to permit persons to whom the Software is
  110. furnished to do so, subject to the following conditions:
  111. The above copyright notice and this permission notice shall be included in all
  112. copies or substantial portions of the Software.
  113. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  114. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  115. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  116. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  117. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  118. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  119. SOFTWARE.
  120. Third Party Licenses:
  121. The Redis project (http://redis.io/) is independent of this client library, and
  122. is licensed separately under the three clause BSD license. The full license
  123. information can be viewed here: http://redis.io/topics/license
  124. This tool makes use of the "redis-doc" library from http://redis.io/documentation
  125. in the intellisense comments, which is licensed under the
  126. Creative Commons Attribution-ShareAlike 4.0 International license; full
  127. details are available here:
  128. https://github.com/antirez/redis-doc/blob/master/COPYRIGHT
  129. ### [Bootstrap](https://github.com/twbs/bootstrap) (MIT License)
  130. Copyright (c) 2011-2015 Twitter, Inc
  131. Permission is hereby granted, free of charge, to any person obtaining a copy
  132. of this software and associated documentation files (the "Software"), to deal
  133. in the Software without restriction, including without limitation the rights
  134. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  135. copies of the Software, and to permit persons to whom the Software is
  136. furnished to do so, subject to the following conditions:
  137. The above copyright notice and this permission notice shall be included in
  138. all copies or substantial portions of the Software.
  139. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  140. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  141. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  142. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  143. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  144. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  145. THE SOFTWARE.
  146. ### [Moment.js](https://github.com/moment/moment) (MIT License)
  147. Copyright (c) 2011-2013 Tim Wood, Iskren Chernev, Moment.js contributors
  148. Permission is hereby granted, free of charge, to any person
  149. obtaining a copy of this software and associated documentation
  150. files (the "Software"), to deal in the Software without
  151. restriction, including without limitation the rights to use,
  152. copy, modify, merge, publish, distribute, sublicense, and/or sell
  153. copies of the Software, and to permit persons to whom the
  154. Software is furnished to do so, subject to the following
  155. conditions:
  156. The above copyright notice and this permission notice shall be
  157. included in all copies or substantial portions of the Software.
  158. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  159. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
  160. OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  161. NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
  162. HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
  163. WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
  164. FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
  165. OTHER DEALINGS IN THE SOFTWARE.
  166. ### [jQuery](https://github.com/jquery/jquery) (MIT License)
  167. Copyright 2014 jQuery Foundation and other contributors
  168. http://jquery.com/
  169. Permission is hereby granted, free of charge, to any person obtaining
  170. a copy of this software and associated documentation files (the
  171. "Software"), to deal in the Software without restriction, including
  172. without limitation the rights to use, copy, modify, merge, publish,
  173. distribute, sublicense, and/or sell copies of the Software, and to
  174. permit persons to whom the Software is furnished to do so, subject to
  175. the following conditions:
  176. The above copyright notice and this permission notice shall be
  177. included in all copies or substantial portions of the Software.
  178. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  179. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  180. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  181. NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
  182. LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
  183. OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
  184. WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  185. ### MSMQ API Extensions (MIT License)
  186. Copyright (c) 2014 Philip Hoppe
  187. Permission is hereby granted, free of charge, to any person obtaining a copy
  188. of this software and associated documentation files (the "Software"), to deal
  189. in the Software without restriction, including without limitation the rights
  190. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  191. copies of the Software, and to permit persons to whom the Software is
  192. furnished to do so, subject to the following conditions:
  193. The above copyright notice and this permission notice shall be included in all
  194. copies or substantial portions of the Software.
  195. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  196. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  197. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  198. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  199. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  200. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  201. SOFTWARE.
  202. ### [Chart.js](https://www.chartjs.org/) (MIT License)
  203. The MIT License (MIT)
  204. Copyright (c) 2018 Chart.js Contributors
  205. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
  206. The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
  207. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  208. ### [chartjs-plugin-streaming](https://github.com/nagix/chartjs-plugin-streaming) (MIT License)
  209. Copyright (c) 2018 Akihiko Kusanagi
  210. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
  211. The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
  212. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.