copyright 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
  2. Upstream-Name: http-parser
  3. Source: https://github.com/joyent/http-parser
  4. Files: *
  5. Copyright: Igor Sysoev
  6. 2009-2013 Joyent, Inc. and other Node contributors
  7. License: Expat
  8. http_parser.c is based on src/http/ngx_http_parse.c from NGINX copyright
  9. Igor Sysoev.
  10. .
  11. Additional changes are licensed under the same terms as NGINX and
  12. copyright Joyent, Inc. and other Node contributors. All rights reserved.
  13. .
  14. Permission is hereby granted, free of charge, to any person obtaining a
  15. copy of this software and associated documentation files (the "Software"),
  16. to deal in the Software without restriction, including without limitation
  17. the rights to use, copy, modify, merge, publish, distribute, sublicense,
  18. and/or sell copies of the Software, and to permit persons to whom the
  19. Software is furnished to do so, subject to the following conditions:
  20. .
  21. The above copyright notice and this permission notice shall be included
  22. in all copies or substantial portions of the Software.
  23. .
  24. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
  25. OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  26. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
  27. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
  28. CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
  29. TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
  30. SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  31. Files: debian/*
  32. Copyright: 2013 Praveen Arimbrathodiyil <praveen@debian.org>
  33. License: Expat
  34. License: Expat
  35. Permission is hereby granted, free of charge, to any person obtaining a
  36. copy of this software and associated documentation files (the "Software"),
  37. to deal in the Software without restriction, including without limitation
  38. 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
  40. Software is furnished to do so, subject to the following conditions:
  41. .
  42. The above copyright notice and this permission notice shall be included
  43. in all copies or substantial portions of the Software.
  44. .
  45. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
  46. OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  47. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
  48. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
  49. CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
  50. TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
  51. SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.