THIRD-PARTY-NOTICES 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. Mongodb-core uses third-party libraries or other resources that may
  2. be distributed under licenses different than the Mongodb-core software.
  3. In the event that we accidentally failed to list a required notice,
  4. please bring it to our attention through any of the ways detailed here:
  5. mongodb-dev@googlegroups.com
  6. The attached notices are provided for information only.
  7. For any licenses that require disclosure of source, sources are available at
  8. https://github.com/mongodb/node-mongodb-native.
  9. 1) License Notice for nan.h
  10. ---------------------------
  11. The MIT License (MIT)
  12. =====================
  13. Copyright (c) 2016 NAN contributors
  14. -----------------------------------
  15. NAN contributors listed at <https://github.com/nodejs/nan#contributors>
  16. Permission is hereby granted, free of charge, to any person obtaining a copy of
  17. this software and associated documentation files (the "Software"), to deal in
  18. the Software without restriction, including without limitation the rights to
  19. use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
  20. of the Software, and to permit persons to whom the Software is furnished to
  21. do so, subject to the following conditions:
  22. The above copyright notice and this permission notice shall be included in all
  23. copies or substantial portions of the Software.
  24. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  25. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  26. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  27. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  28. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
  29. FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
  30. IN THE SOFTWARE.