copyright 2.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
  2. Upstream-Name: python-magic
  3. Source: https://github.com/ahupp/python-magic/
  4. Files: *
  5. Copyright: 2001-2014 Adam Hupp
  6. License: MIT
  7. Files:
  8. magic/compat.py
  9. test/libmagic_test.py
  10. Copyright: Ian F. Darwin 1986, 1987, 1989, 1990, 1991, 1992, 1994, 1995.
  11. Software written by Ian F. Darwin and others;
  12. maintained 1994- Christos Zoulas.
  13. License: BSD-2-Clause-alike
  14. Files:
  15. debian/*
  16. Copyright: Christoph Biedl <debian.axhn@manchmal.in-ulm.de>
  17. License: MIT
  18. License: MIT
  19. Permission is hereby granted, free of charge, to any person obtaining a
  20. copy of this software and associated documentation files (the "Software"),
  21. to deal in the Software without restriction, including without limitation
  22. the rights to use, copy, modify, merge, publish, distribute, sublicense,
  23. and/or sell copies of the Software, and to permit persons to whom the
  24. Software is furnished to do so, subject to the following conditions:
  25. .
  26. The above copyright notice and this permission notice shall be included
  27. in all copies or substantial portions of the Software.
  28. .
  29. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
  30. OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  31. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
  32. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
  33. CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
  34. TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
  35. SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  36. License: BSD-2-Clause-alike
  37. Redistribution and use in source and binary forms, with or without
  38. modification, are permitted provided that the following conditions
  39. are met:
  40. 1. Redistributions of source code must retain the above copyright
  41. notice immediately at the beginning of the file, without modification,
  42. this list of conditions, and the following disclaimer.
  43. 2. Redistributions in binary form must reproduce the above copyright
  44. notice, this list of conditions and the following disclaimer in the
  45. documentation and/or other materials provided with the distribution.
  46. .
  47. THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
  48. ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  49. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  50. ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE FOR
  51. ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  52. DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  53. OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  54. HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  55. LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  56. OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  57. SUCH DAMAGE.