copyright 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
  2. Upstream-Name: ZeroMQ
  3. Source: http://zeromq.org
  4. Files: *
  5. Copyright: 2009-2011, 250bpm s.r.o
  6. 2007-2013, iMatix Corporation
  7. 2007-2011, Other contributors as noted in the AUTHORS file
  8. License: LGPL-3.0+
  9. Files: src/xreq.cpp
  10. src/xpub.cpp
  11. src/xsub.cpp
  12. tests/test_reqrep_device.cpp
  13. tests/test_invalid_rep.cpp
  14. Copyright: 2010-2011, 250bpm s.r.o
  15. 2011, VMware, Inc
  16. 2010-2011, Other contributors as noted in the AUTHORS file
  17. License: LGPL-3.0+
  18. Files: src/msg.hpp
  19. src/xrep.*
  20. src/options.*
  21. src/req.*
  22. src/socket_base.*
  23. src/pipe.*
  24. src/encoder.cpp
  25. src/lb.cpp
  26. src/session_base.*
  27. src/fq.cpp
  28. include/zmq.h
  29. Copyright: 2009-2011, 250bpm s.r.o
  30. 2007-2013, iMatix Corporation
  31. 2011, VMware, Inc
  32. 2007-2011, Other contributors as noted in the AUTHORS file
  33. License: LGPL-3.0+
  34. Files: src/pgm_receiver.*
  35. src/pgm_sender.*
  36. src/pgm_socket.*
  37. Copyright: 2009-2011, 250bpm s.r.o
  38. 2007-2013, iMatix Corporation
  39. 2010-2011, Miru Limited
  40. 2007-2011, Other contributors as noted in the AUTHORS file
  41. License: LGPL-3.0+
  42. Files: external/unity/*
  43. Copyright: 2007-2014 Mike Karlesky
  44. 2007-2014 Mark VanderVoord
  45. 2007-2014 Greg Williams
  46. License: MIT
  47. Permission is hereby granted, free of charge, to any person obtaining a copy
  48. of this software and associated documentation files (the "Software"), to deal
  49. in the Software without restriction, including without limitation the rights
  50. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  51. copies of the Software, and to permit persons to whom the Software is
  52. furnished to do so, subject to the following conditions:
  53. .
  54. The above copyright notice and this permission notice shall be included in
  55. all copies or substantial portions of the Software.
  56. .
  57. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  58. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  59. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  60. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  61. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  62. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  63. THE SOFTWARE.
  64. Files: debian/*
  65. Copyright: 2014- , Laszlo Boszormenyi (GCS) <gcs@debian.org>
  66. 2012-2014, Alessandro Ghedini <ghedo@debian.org>
  67. 2010-2012, Martin Lucina <martin@lucina.net>
  68. 2009-2010, Adrian von Bidder <cmot@debian.org>
  69. 2009-2010, Peter Busser <peter@mirabilix.nl>
  70. 2012, Alessandro Ghedini <ghedo@debian.org>
  71. License: LGPL-2.0+
  72. License: LGPL-2.0+
  73. This package is free software; you can redistribute it and/or
  74. modify it under the terms of the GNU Lesser General Public
  75. License as published by the Free Software Foundation; either
  76. version 2 of the License, or (at your option) any later version.
  77. .
  78. This package is distributed in the hope that it will be useful,
  79. but WITHOUT ANY WARRANTY; without even the implied warranty of
  80. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  81. Lesser General Public License for more details.
  82. .
  83. You should have received a copy of the GNU General Public License
  84. along with this program. If not, see <http://www.gnu.org/licenses/>.
  85. .
  86. On Debian systems, the complete text of the GNU Lesser General
  87. Public License can be found in "/usr/share/common-licenses/LGPL-2".
  88. License: LGPL-3.0+
  89. This package is free software; you can redistribute it and/or
  90. modify it under the terms of the GNU Lesser General Public
  91. License as published by the Free Software Foundation; either
  92. version 3 of the License, or (at your option) any later version.
  93. .
  94. This package is distributed in the hope that it will be useful,
  95. but WITHOUT ANY WARRANTY; without even the implied warranty of
  96. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  97. Lesser General Public License for more details.
  98. .
  99. You should have received a copy of the GNU General Public License
  100. along with this program. If not, see <http://www.gnu.org/licenses/>.
  101. .
  102. On Debian systems, the complete text of the GNU Lesser General
  103. Public License can be found in "/usr/share/common-licenses/LGPL-3".BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  104. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  105. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  106. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
  107. FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
  108. IN THE SOFTWARE.