License.txt 3.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. libuv version 1.10.0
  2. This package is licensed to you under the original terms of the copyright holder provided below.
  3. libuv is licensed for use as follows:
  4. ====
  5. Copyright (c) 2015-present libuv project contributors.
  6. Permission is hereby granted, free of charge, to any person obtaining a copy
  7. of this software and associated documentation files (the "Software"), to
  8. deal in the Software without restriction, including without limitation the
  9. rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
  10. sell copies of the Software, and to permit persons to whom the Software is
  11. furnished to do so, subject to the following conditions:
  12. The above copyright notice and this permission notice shall be included in
  13. all copies or substantial portions of the Software.
  14. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  15. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  16. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  17. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  18. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
  19. FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
  20. IN THE SOFTWARE.
  21. ====
  22. This license applies to parts of libuv originating from the
  23. https://github.com/joyent/libuv repository:
  24. ====
  25. Copyright Joyent, Inc. and other Node contributors. All rights reserved.
  26. Permission is hereby granted, free of charge, to any person obtaining a copy
  27. of this software and associated documentation files (the "Software"), to
  28. deal in the Software without restriction, including without limitation the
  29. rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
  30. sell copies of the Software, and to permit persons to whom the Software is
  31. furnished to do so, subject to the following conditions:
  32. The above copyright notice and this permission notice shall be included in
  33. all copies or substantial portions of the Software.
  34. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  35. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  36. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  37. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  38. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
  39. FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
  40. IN THE SOFTWARE.
  41. ====
  42. This license applies to all parts of libuv that are not externally
  43. maintained libraries.
  44. The externally maintained libraries used by libuv are:
  45. - tree.h (from FreeBSD), copyright Niels Provos. Two clause BSD license.
  46. - inet_pton and inet_ntop implementations, contained in src/inet.c, are
  47. copyright the Internet Systems Consortium, Inc., and licensed under the ISC
  48. license.
  49. - stdint-msvc2008.h (from msinttypes), copyright Alexander Chemeris. Three
  50. clause BSD license.
  51. - pthread-fixes.h, pthread-fixes.c, copyright Google Inc. and Sony Mobile
  52. Communications AB. Three clause BSD license.
  53. - android-ifaddrs.h, android-ifaddrs.c, copyright Berkeley Software Design
  54. Inc, Kenneth MacKay and Emergya (Cloud4all, FP7/2007-2013, grant agreement
  55. n° 289016). Three clause BSD license.