1
0

copyright 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
  2. Upstream-Name: libcpr
  3. Source: https://github.com/libcpr/cpr
  4. Files: .clang-format
  5. .clang-tidy
  6. .github/*
  7. CMakeLists.txt
  8. CODE_OF_CONDUCT.md
  9. CONTRIBUTING.md
  10. CppCheckSuppressions.txt
  11. README.md
  12. cmake/*
  13. cpr-config.cmake
  14. cpr/*
  15. include/*
  16. nuget/*
  17. package-build/*
  18. debian/*
  19. Copyright: 2017-2021 Huu Nguyen
  20. 2022 libcpr and many other contributors
  21. License: Expat
  22. MIT License
  23. .
  24. Copyright (c) 2017-2021 Huu Nguyen
  25. Copyright (c) 2022 libcpr and many other contributors
  26. .
  27. Permission is hereby granted, free of charge, to any person obtaining a copy
  28. of this software and associated documentation files (the "Software"), to deal
  29. in the Software without restriction, including without limitation the rights
  30. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  31. copies of the Software, and to permit persons to whom the Software is
  32. furnished to do so, subject to the following conditions:
  33. .
  34. The above copyright notice and this permission notice shall be included in all
  35. copies or substantial portions of the Software.
  36. .
  37. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  38. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  39. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  40. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  41. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  42. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  43. SOFTWARE.
  44. Files: test/*
  45. Copyright: 2022 libcpr and many other contributors
  46. License: GPL-3
  47. On Debian systems, the full text of the GNU General Public
  48. License version 3 can be found in the file
  49. `/usr/share/common-licenses/GPL-3'.