copyright 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
  2. Source: https://github.com/Yepkit/ykush
  3. Files-Excluded:
  4. bin/Win32/libhidapi.dll
  5. bin/Win64/libhidapi.dll
  6. hidapi/hidapi.h
  7. hidapi/mingw32/libhidapi.dll
  8. hidapi/mingw64/libhidapi.dll
  9. libusb/MinGW32/dll/libusb-1.0.dll
  10. libusb/MinGW32/dll/libusb-1.0.dll.a
  11. libusb/MinGW32/static/libusb-1.0.a
  12. libusb/MinGW64/dll/libusb-1.0.dll
  13. libusb/MinGW64/dll/libusb-1.0.dll.a
  14. libusb/MinGW64/static/libusb-1.0.a
  15. libusb/libusb.h
  16. src/linux/hidapi.h
  17. src/windows/hidapi.h
  18. src/windows/hidapi.lib
  19. Files: *
  20. Copyright: 2015-2017 Yepkit Lda
  21. License: MIT
  22. Files:
  23. debian/*
  24. Copyright: 2017-2018 Christoph Biedl <debian.axhn@manchmal.in-ulm.de>
  25. License: MIT
  26. License: MIT
  27. Permission is hereby granted, free of charge, to any person obtaining a
  28. copy of this software and associated documentation files (the "Software"),
  29. to deal in the Software without restriction, including without limitation
  30. the rights to use, copy, modify, merge, publish, distribute, sublicense,
  31. and/or sell copies of the Software, and to permit persons to whom the
  32. Software is furnished to do so, subject to the following conditions:
  33. .
  34. The above copyright notice and this permission notice shall be included
  35. in all copies or substantial portions of the Software.
  36. .
  37. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
  38. OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  39. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
  40. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
  41. CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
  42. TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
  43. SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.