copyright 2.7 KB

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