mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-11-23 01:27:17 +01:00
Initial ZMQ bindings.
This commit is contained in:
116
vendor/ZMQ/packaging/debian/copyright
vendored
Normal file
116
vendor/ZMQ/packaging/debian/copyright
vendored
Normal file
@@ -0,0 +1,116 @@
|
||||
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
||||
Upstream-Name: ZeroMQ
|
||||
Source: http://zeromq.org
|
||||
|
||||
Files: *
|
||||
Copyright: 2009-2011, 250bpm s.r.o
|
||||
2007-2013, iMatix Corporation
|
||||
2007-2011, Other contributors as noted in the AUTHORS file
|
||||
License: LGPL-3.0+
|
||||
|
||||
Files: src/xreq.cpp
|
||||
src/xpub.cpp
|
||||
src/xsub.cpp
|
||||
tests/test_reqrep_device.cpp
|
||||
tests/test_invalid_rep.cpp
|
||||
Copyright: 2010-2011, 250bpm s.r.o
|
||||
2011, VMware, Inc
|
||||
2010-2011, Other contributors as noted in the AUTHORS file
|
||||
License: LGPL-3.0+
|
||||
|
||||
Files: src/msg.hpp
|
||||
src/xrep.*
|
||||
src/options.*
|
||||
src/req.*
|
||||
src/socket_base.*
|
||||
src/pipe.*
|
||||
src/encoder.cpp
|
||||
src/lb.cpp
|
||||
src/session_base.*
|
||||
src/fq.cpp
|
||||
include/zmq.h
|
||||
Copyright: 2009-2011, 250bpm s.r.o
|
||||
2007-2013, iMatix Corporation
|
||||
2011, VMware, Inc
|
||||
2007-2011, Other contributors as noted in the AUTHORS file
|
||||
License: LGPL-3.0+
|
||||
|
||||
Files: src/pgm_receiver.*
|
||||
src/pgm_sender.*
|
||||
src/pgm_socket.*
|
||||
Copyright: 2009-2011, 250bpm s.r.o
|
||||
2007-2013, iMatix Corporation
|
||||
2010-2011, Miru Limited
|
||||
2007-2011, Other contributors as noted in the AUTHORS file
|
||||
License: LGPL-3.0+
|
||||
|
||||
Files: external/unity/*
|
||||
Copyright: 2007-2014 Mike Karlesky
|
||||
2007-2014 Mark VanderVoord
|
||||
2007-2014 Greg Williams
|
||||
License: MIT
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
.
|
||||
The above copyright notice and this permission notice shall be included in
|
||||
all copies or substantial portions of the Software.
|
||||
.
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||
THE SOFTWARE.
|
||||
|
||||
Files: debian/*
|
||||
Copyright: 2014- , Laszlo Boszormenyi (GCS) <gcs@debian.org>
|
||||
2012-2014, Alessandro Ghedini <ghedo@debian.org>
|
||||
2010-2012, Martin Lucina <martin@lucina.net>
|
||||
2009-2010, Adrian von Bidder <cmot@debian.org>
|
||||
2009-2010, Peter Busser <peter@mirabilix.nl>
|
||||
2012, Alessandro Ghedini <ghedo@debian.org>
|
||||
License: LGPL-2.0+
|
||||
|
||||
License: LGPL-2.0+
|
||||
This package is free software; you can redistribute it and/or
|
||||
modify it under the terms of the GNU Lesser General Public
|
||||
License as published by the Free Software Foundation; either
|
||||
version 2 of the License, or (at your option) any later version.
|
||||
.
|
||||
This package is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
Lesser General Public License for more details.
|
||||
.
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
.
|
||||
On Debian systems, the complete text of the GNU Lesser General
|
||||
Public License can be found in "/usr/share/common-licenses/LGPL-2".
|
||||
|
||||
License: LGPL-3.0+
|
||||
This package is free software; you can redistribute it and/or
|
||||
modify it under the terms of the GNU Lesser General Public
|
||||
License as published by the Free Software Foundation; either
|
||||
version 3 of the License, or (at your option) any later version.
|
||||
.
|
||||
This package is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
Lesser General Public License for more details.
|
||||
.
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
.
|
||||
On Debian systems, the complete text of the GNU Lesser General
|
||||
Public License can be found in "/usr/share/common-licenses/LGPL-3".BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
||||
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
||||
IN THE SOFTWARE.
|
||||
Reference in New Issue
Block a user