Copyrights transferred from FastMQ to iMatix

This commit is contained in:
Martin Sustrik 2010-01-05 08:29:35 +01:00
parent f2b235db16
commit 4f6baf4dde
184 changed files with 184 additions and 189 deletions

View File

@ -1,5 +1,5 @@
#!/bin/sh #!/bin/sh
# Copyright (c) 2007 FastMQ Inc. # Copyright (c) 2007-2010 iMatix Corporation
# #
# This file is part of 0MQ. # This file is part of 0MQ.
# #
@ -27,11 +27,6 @@ if [ $? -ne 0 ]; then
fi fi
mkdir config mkdir config
if [ $? -ne 0 ]; then
echo
echo "Cannot create config directory."
echo
fi
autoreconf --install --force --verbose -I config autoreconf --install --force --verbose -I config
if [ $? -ne 0 ]; then if [ $? -ne 0 ]; then
echo echo

View File

@ -1,5 +1,5 @@
/* /*
Copyright (c) 2007-2009 FastMQ Inc. Copyright (c) 2007-2010 iMatix Corporation
This file is part of 0MQ. This file is part of 0MQ.

View File

@ -1,5 +1,5 @@
/* /*
Copyright (c) 2007-2009 FastMQ Inc. Copyright (c) 2007-2010 iMatix Corporation
This file is part of 0MQ. This file is part of 0MQ.

View File

@ -1,5 +1,5 @@
/* /*
Copyright (c) 2007-2009 FastMQ Inc. Copyright (c) 2007-2010 iMatix Corporation
This file is part of 0MQ. This file is part of 0MQ.

View File

@ -1,5 +1,5 @@
/* /*
Copyright (c) 2007-2009 FastMQ Inc. Copyright (c) 2007-2010 iMatix Corporation
This file is part of 0MQ. This file is part of 0MQ.

View File

@ -1,5 +1,5 @@
/* /*
Copyright (c) 2007-2009 FastMQ Inc. Copyright (c) 2007-2010 iMatix Corporation
This file is part of 0MQ. This file is part of 0MQ.

View File

@ -1,5 +1,5 @@
/* /*
Copyright (c) 2007-2009 FastMQ Inc. Copyright (c) 2007-2010 iMatix Corporation
This file is part of 0MQ. This file is part of 0MQ.

View File

@ -1,5 +1,5 @@
/* /*
Copyright (c) 2007-2009 FastMQ Inc. Copyright (c) 2007-2010 iMatix Corporation
This file is part of 0MQ. This file is part of 0MQ.

View File

@ -1,5 +1,5 @@
# #
# Copyright (c) 2007-2009 FastMQ Inc. # Copyright (c) 2007-2010 iMatix Corporation
# #
# This file is part of 0MQ. # This file is part of 0MQ.
# #

View File

@ -1,5 +1,5 @@
/* /*
Copyright (c) 2007-2009 FastMQ Inc. Copyright (c) 2007-2010 iMatix Corporation
This file is part of 0MQ. This file is part of 0MQ.

View File

@ -1,5 +1,5 @@
/* /*
Copyright (c) 2007-2009 FastMQ Inc. Copyright (c) 2007-2010 iMatix Corporation
This file is part of 0MQ. This file is part of 0MQ.

View File

@ -1,5 +1,5 @@
/* /*
Copyright (c) 2007-2009 FastMQ Inc. Copyright (c) 2007-2010 iMatix Corporation
This file is part of 0MQ. This file is part of 0MQ.

View File

@ -1,5 +1,5 @@
/* /*
Copyright (c) 2007-2009 FastMQ Inc. Copyright (c) 2007-2010 iMatix Corporation
This file is part of 0MQ. This file is part of 0MQ.

View File

@ -1,5 +1,5 @@
/* /*
Copyright (c) 2007-2009 FastMQ Inc. Copyright (c) 2007-2010 iMatix Corporation
This file is part of 0MQ. This file is part of 0MQ.

View File

@ -1,5 +1,5 @@
/* /*
Copyright (c) 2007-2009 FastMQ Inc. Copyright (c) 2007-2010 iMatix Corporation
This file is part of 0MQ. This file is part of 0MQ.

View File

@ -1,5 +1,5 @@
/* /*
Copyright (c) 2007-2009 FastMQ Inc. Copyright (c) 2007-2010 iMatix Corporation
This file is part of 0MQ. This file is part of 0MQ.

View File

@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
# #
# Copyright (c) 2007-2009 FastMQ Inc. # Copyright (c) 2007-2010 iMatix Corporation
# #
# This file is part of 0MQ. # This file is part of 0MQ.
# #

View File

@ -1,4 +1,4 @@
.TH zmq_forwarder 1 "" "(c)2007-2009 FastMQ Inc." "0MQ User Manuals" .TH zmq_forwarder 1 "" "(c)2007-2010 iMatix Corporation" "0MQ User Manuals"
.SH NAME .SH NAME
zmq_forwarder \- forwards the stream of PUB/SUB messages zmq_forwarder \- forwards the stream of PUB/SUB messages
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -1,4 +1,4 @@
.TH zmq_queue 1 "" "(c)2007-2009 FastMQ Inc." "0MQ User Manuals" .TH zmq_queue 1 "" "(c)2007-2010 iMatix Corporation" "0MQ User Manuals"
.SH NAME .SH NAME
zmq_queue \- forwards REQ/REP messages zmq_queue \- forwards REQ/REP messages
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -1,4 +1,4 @@
.TH zmq_streamer 1 "" "(c)2007-2009 FastMQ Inc." "0MQ User Manuals" .TH zmq_streamer 1 "" "(c)2007-2010 iMatix Corporation" "0MQ User Manuals"
.SH NAME .SH NAME
zmq_streamer \- forwards the stream of UPSTREAM/DOWNSTREAM messages zmq_streamer \- forwards the stream of UPSTREAM/DOWNSTREAM messages
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -1,4 +1,4 @@
.TH zmq_bind 3 "" "(c)2007-2009 FastMQ Inc." "0MQ User Manuals" .TH zmq_bind 3 "" "(c)2007-2010 iMatix Corporation" "0MQ User Manuals"
.SH NAME .SH NAME
zmq_bind \- binds the socket to the specified address zmq_bind \- binds the socket to the specified address
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -1,4 +1,4 @@
.TH zmq_close 3 "" "(c)2007-2009 FastMQ Inc." "0MQ User Manuals" .TH zmq_close 3 "" "(c)2007-2010 iMatix Corporation" "0MQ User Manuals"
.SH NAME .SH NAME
zmq_close \- destroys 0MQ socket zmq_close \- destroys 0MQ socket
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -1,4 +1,4 @@
.TH zmq_connect 3 "" "(c)2007-2009 FastMQ Inc." "0MQ User Manuals" .TH zmq_connect 3 "" "(c)2007-2010 iMatix Corporation" "0MQ User Manuals"
.SH NAME .SH NAME
zmq_connect \- connect the socket to the specified peer zmq_connect \- connect the socket to the specified peer
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -1,4 +1,4 @@
.TH zmq_flush 3 "" "(c)2007-2009 FastMQ Inc." "0MQ User Manuals" .TH zmq_flush 3 "" "(c)2007-2010 iMatix Corporation" "0MQ User Manuals"
.SH NAME .SH NAME
zmq_flush \- flushes pre-sent messages to the socket zmq_flush \- flushes pre-sent messages to the socket
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -1,4 +1,4 @@
.TH zmq_init 3 "" "(c)2007-2009 FastMQ Inc." "0MQ User Manuals" .TH zmq_init 3 "" "(c)2007-2010 iMatix Corporation" "0MQ User Manuals"
.SH NAME .SH NAME
zmq_init \- initialises 0MQ context zmq_init \- initialises 0MQ context
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -1,4 +1,4 @@
.TH zmq_msg_close 3 "" "(c)2007-2009 FastMQ Inc." "0MQ User Manuals" .TH zmq_msg_close 3 "" "(c)2007-2010 iMatix Corporation" "0MQ User Manuals"
.SH NAME .SH NAME
zmq_msg_close \- destroys 0MQ message zmq_msg_close \- destroys 0MQ message
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -1,4 +1,4 @@
.TH zmq_msg_copy 3 "" "(c)2007-2009 FastMQ Inc." "0MQ User Manuals" .TH zmq_msg_copy 3 "" "(c)2007-2010 iMatix Corporation" "0MQ User Manuals"
.SH NAME .SH NAME
zmq_msg_copy \- copies content of a message to another message zmq_msg_copy \- copies content of a message to another message
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -1,4 +1,4 @@
.TH zmq_msg_data 3 "" "(c)2007-2009 FastMQ Inc." "0MQ User Manuals" .TH zmq_msg_data 3 "" "(c)2007-2010 iMatix Corporation" "0MQ User Manuals"
.SH NAME .SH NAME
zmq_msg_data \- retrieves pointer to the message content zmq_msg_data \- retrieves pointer to the message content
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -1,4 +1,4 @@
.TH zmq_msg_init 3 "" "(c)2007-2009 FastMQ Inc." "0MQ User Manuals" .TH zmq_msg_init 3 "" "(c)2007-2010 iMatix Corporation" "0MQ User Manuals"
.SH NAME .SH NAME
zmq_msg_init \- initialises empty 0MQ message zmq_msg_init \- initialises empty 0MQ message
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -1,4 +1,4 @@
.TH zmq_msg_init_data 3 "" "(c)2007-2009 FastMQ Inc." "0MQ User Manuals" .TH zmq_msg_init_data 3 "" "(c)2007-2010 iMatix Corporation" "0MQ User Manuals"
.SH NAME .SH NAME
zmq_msg_init \- initialises 0MQ message from the given data zmq_msg_init \- initialises 0MQ message from the given data
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -1,4 +1,4 @@
.TH zmq_msg_init_size 3 "" "(c)2007-2009 FastMQ Inc." "0MQ User Manuals" .TH zmq_msg_init_size 3 "" "(c)2007-2010 iMatix Corporation" "0MQ User Manuals"
.SH NAME .SH NAME
zmq_msg_init \- initialises 0MQ message of a specified size zmq_msg_init \- initialises 0MQ message of a specified size
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -1,4 +1,4 @@
.TH zmq_msg_move 3 "" "(c)2007-2009 FastMQ Inc." "0MQ User Manuals" .TH zmq_msg_move 3 "" "(c)2007-2010 iMatix Corporation" "0MQ User Manuals"
.SH NAME .SH NAME
zmq_msg_move \- moves content of a message to another message zmq_msg_move \- moves content of a message to another message
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -1,4 +1,4 @@
.TH zmq_msg_size 3 "" "(c)2007-2009 FastMQ Inc." "0MQ User Manuals" .TH zmq_msg_size 3 "" "(c)2007-2010 iMatix Corporation" "0MQ User Manuals"
.SH NAME .SH NAME
zmq_msg_size \- retrieves size of the message content zmq_msg_size \- retrieves size of the message content
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -1,4 +1,4 @@
.TH zmq_poll 3 "" "(c)2007-2009 FastMQ Inc." "0MQ User Manuals" .TH zmq_poll 3 "" "(c)2007-2010 iMatix Corporation" "0MQ User Manuals"
.SH NAME .SH NAME
zmq_poll \- polls for events on a set of 0MQ and POSIX sockets zmq_poll \- polls for events on a set of 0MQ and POSIX sockets
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -1,4 +1,4 @@
.TH zmq_recv 3 "" "(c)2007-2009 FastMQ Inc." "0MQ User Manuals" .TH zmq_recv 3 "" "(c)2007-2010 iMatix Corporation" "0MQ User Manuals"
.SH NAME .SH NAME
zmq_recv \- retrieves a message from the socket zmq_recv \- retrieves a message from the socket
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -1,4 +1,4 @@
.TH zmq_send 3 "" "(c)2007-2009 FastMQ Inc." "0MQ User Manuals" .TH zmq_send 3 "" "(c)2007-2010 iMatix Corporation" "0MQ User Manuals"
.SH NAME .SH NAME
zmq_send \- sends a message zmq_send \- sends a message
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -1,4 +1,4 @@
.TH zmq_setsockopt 3 "" "(c)2007-2009 FastMQ Inc." "0MQ User Manuals" .TH zmq_setsockopt 3 "" "(c)2007-2010 iMatix Corporation" "0MQ User Manuals"
.SH NAME .SH NAME
zmq_setsockopt \- sets a specified option on a 0MQ socket zmq_setsockopt \- sets a specified option on a 0MQ socket
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -1,4 +1,4 @@
.TH zmq_socket 3 "" "(c)2007-2009 FastMQ Inc." "0MQ User Manuals" .TH zmq_socket 3 "" "(c)2007-2010 iMatix Corporation" "0MQ User Manuals"
.SH NAME .SH NAME
zmq_socket \- creates 0MQ socket zmq_socket \- creates 0MQ socket
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -1,4 +1,4 @@
.TH zmq_strerror 3 "" "(c)2007-2009 FastMQ Inc." "0MQ User Manuals" .TH zmq_strerror 3 "" "(c)2007-2010 iMatix Corporation" "0MQ User Manuals"
.SH NAME .SH NAME
zmq_strerror \- returns string describing the error number zmq_strerror \- returns string describing the error number
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -1,4 +1,4 @@
.TH zmq_term 3 "" "(c)2007-2009 FastMQ Inc." "0MQ User Manuals" .TH zmq_term 3 "" "(c)2007-2010 iMatix Corporation" "0MQ User Manuals"
.SH NAME .SH NAME
zmq_init \- terminates 0MQ context zmq_init \- terminates 0MQ context
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -1,4 +1,4 @@
.TH zmq 7 "" "(c)2007-2009 FastMQ Inc." "0MQ User Manuals" .TH zmq 7 "" "(c)2007-2010 iMatix Corporation" "0MQ User Manuals"
.SH NAME .SH NAME
0MQ \- a lightweight messaging kernel 0MQ \- a lightweight messaging kernel
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -1,4 +1,4 @@
.TH zmq_cl 7 "" "(c)2007-2009 FastMQ Inc." "0MQ User Manuals" .TH zmq_cl 7 "" "(c)2007-2010 iMatix Corporation" "0MQ User Manuals"
.SH NAME .SH NAME
Common Lisp API for 0MQ lightweight messaging kernel Common Lisp API for 0MQ lightweight messaging kernel
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -1,4 +1,4 @@
.TH zmq_cpp 7 "" "(c)2007-2009 FastMQ Inc." "0MQ User Manuals" .TH zmq_cpp 7 "" "(c)2007-2010 iMatix Corporation" "0MQ User Manuals"
.SH NAME .SH NAME
C++ API for 0MQ lightweight messaging kernel C++ API for 0MQ lightweight messaging kernel
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -1,4 +1,4 @@
.TH zmq_inproc 7 "" "(c)2007-2009 FastMQ Inc." "0MQ User Manuals" .TH zmq_inproc 7 "" "(c)2007-2010 iMatix Corporation" "0MQ User Manuals"
.SH NAME .SH NAME
In-process (inter-thread) tranport for 0MQ In-process (inter-thread) tranport for 0MQ
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -1,4 +1,4 @@
.TH zmq_pgm 7 "" "(c)2007-2009 FastMQ Inc." "0MQ User Manuals" .TH zmq_pgm 7 "" "(c)2007-2010 iMatix Corporation" "0MQ User Manuals"
.SH NAME .SH NAME
PGM-based tranport for 0MQ PGM-based tranport for 0MQ
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -1,4 +1,4 @@
.TH zmq_python 7 "" "(c)2007-2009 FastMQ Inc." "0MQ User Manuals" .TH zmq_python 7 "" "(c)2007-2010 iMatix Corporation" "0MQ User Manuals"
.SH NAME .SH NAME
Python API for 0MQ lightweight messaging kernel Python API for 0MQ lightweight messaging kernel
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -1,4 +1,4 @@
.TH zmq_ruby 7 "" "(c)2007-2009 FastMQ Inc." "0MQ User Manuals" .TH zmq_ruby 7 "" "(c)2007-2010 iMatix Corporation" "0MQ User Manuals"
.SH NAME .SH NAME
Ruby API for 0MQ lightweight messaging kernel Ruby API for 0MQ lightweight messaging kernel
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -1,4 +1,4 @@
.TH zmq_tcp 7 "" "(c)2007-2009 FastMQ Inc." "0MQ User Manuals" .TH zmq_tcp 7 "" "(c)2007-2010 iMatix Corporation" "0MQ User Manuals"
.SH NAME .SH NAME
TCP-based tranport for 0MQ TCP-based tranport for 0MQ
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -1,4 +1,4 @@
.TH zmq_udp 7 "" "(c)2007-2009 FastMQ Inc." "0MQ User Manuals" .TH zmq_udp 7 "" "(c)2007-2010 iMatix Corporation" "0MQ User Manuals"
.SH NAME .SH NAME
UDP-based tranport for 0MQ UDP-based tranport for 0MQ
.SH SYNOPSIS .SH SYNOPSIS

View File

@ -6,7 +6,7 @@ It was downloaded from http://www.zeromq.org/
Upstream Author(s): iMatix Corporation Upstream Author(s): iMatix Corporation
Copyright: Copyright:
Copyright (C) 2007-2009 by iMatix Corporation Copyright (C) 2007-2010 by iMatix Corporation
License: License:

View File

@ -1,5 +1,5 @@
/* /*
Copyright (c) 2007-2009 FastMQ Inc. Copyright (c) 2007-2010 iMatix Corporation
This file is part of 0MQ. This file is part of 0MQ.

View File

@ -1,5 +1,5 @@
/* /*
Copyright (c) 2007-2009 FastMQ Inc. Copyright (c) 2007-2010 iMatix Corporation
This file is part of 0MQ. This file is part of 0MQ.

View File

@ -1,5 +1,5 @@
/* /*
Copyright (c) 2007-2009 FastMQ Inc. Copyright (c) 2007-2010 iMatix Corporation
This file is part of 0MQ. This file is part of 0MQ.

View File

@ -1,5 +1,5 @@
/* /*
Copyright (c) 2007-2009 FastMQ Inc. Copyright (c) 2007-2010 iMatix Corporation
This file is part of 0MQ. This file is part of 0MQ.

View File

@ -1,5 +1,5 @@
/* /*
Copyright (c) 2007-2009 FastMQ Inc. Copyright (c) 2007-2010 iMatix Corporation
This file is part of 0MQ. This file is part of 0MQ.

View File

@ -1,5 +1,5 @@
/* /*
Copyright (c) 2007-2009 FastMQ Inc. Copyright (c) 2007-2010 iMatix Corporation
This file is part of 0MQ. This file is part of 0MQ.

View File

@ -1,5 +1,5 @@
/* /*
Copyright (c) 2007-2009 FastMQ Inc. Copyright (c) 2007-2010 iMatix Corporation
This file is part of 0MQ. This file is part of 0MQ.

View File

@ -1,5 +1,5 @@
/* /*
Copyright (c) 2007-2009 FastMQ Inc. Copyright (c) 2007-2010 iMatix Corporation
This file is part of 0MQ. This file is part of 0MQ.

View File

@ -1,5 +1,5 @@
/* /*
Copyright (c) 2007-2009 FastMQ Inc. Copyright (c) 2007-2010 iMatix Corporation
This file is part of 0MQ. This file is part of 0MQ.

View File

@ -1,5 +1,5 @@
/* /*
Copyright (c) 2007-2009 FastMQ Inc. Copyright (c) 2007-2010 iMatix Corporation
This file is part of 0MQ. This file is part of 0MQ.

View File

@ -1,5 +1,5 @@
/* /*
Copyright (c) 2007-2009 FastMQ Inc. Copyright (c) 2007-2010 iMatix Corporation
This file is part of 0MQ. This file is part of 0MQ.

View File

@ -1,5 +1,5 @@
/* /*
Copyright (c) 2007-2009 FastMQ Inc. Copyright (c) 2007-2010 iMatix Corporation
This file is part of 0MQ. This file is part of 0MQ.

View File

@ -1,5 +1,5 @@
# #
# Copyright (c) 2007-2009 FastMQ Inc. # Copyright (c) 2007-2010 iMatix Corporation
# #
# This file is part of 0MQ. # This file is part of 0MQ.
# #

View File

@ -1,5 +1,5 @@
# #
# Copyright (c) 2007-2009 FastMQ Inc. # Copyright (c) 2007-2010 iMatix Corporation
# #
# This file is part of 0MQ. # This file is part of 0MQ.
# #

View File

@ -1,5 +1,5 @@
# #
# Copyright (c) 2007-2009 FastMQ Inc. # Copyright (c) 2007-2010 iMatix Corporation
# #
# This file is part of 0MQ. # This file is part of 0MQ.
# #

View File

@ -1,5 +1,5 @@
# #
# Copyright (c) 2007-2009 FastMQ Inc. # Copyright (c) 2007-2010 iMatix Corporation
# #
# This file is part of 0MQ. # This file is part of 0MQ.
# #

View File

@ -1,5 +1,5 @@
# #
# Copyright (c) 2007-2009 FastMQ Inc. # Copyright (c) 2007-2010 iMatix Corporation
# #
# This file is part of 0MQ. # This file is part of 0MQ.
# #

View File

@ -1,5 +1,5 @@
# #
# Copyright (c) 2007-2009 FastMQ Inc. # Copyright (c) 2007-2010 iMatix Corporation
# #
# This file is part of 0MQ. # This file is part of 0MQ.
# #

View File

@ -1,5 +1,5 @@
# #
# Copyright (c) 2007-2009 FastMQ Inc. # Copyright (c) 2007-2010 iMatix Corporation
# #
# This file is part of 0MQ. # This file is part of 0MQ.
# #

View File

@ -1,5 +1,5 @@
# #
# Copyright (c) 2007-2009 FastMQ Inc. # Copyright (c) 2007-2010 iMatix Corporation
# #
# This file is part of 0MQ. # This file is part of 0MQ.
# #

View File

@ -1,5 +1,5 @@
/* /*
Copyright (c) 2007-2009 FastMQ Inc. Copyright (c) 2007-2010 iMatix Corporation
This file is part of 0MQ. This file is part of 0MQ.

View File

@ -1,5 +1,5 @@
/* /*
Copyright (c) 2007-2009 FastMQ Inc. Copyright (c) 2007-2010 iMatix Corporation
This file is part of 0MQ. This file is part of 0MQ.

View File

@ -1,5 +1,5 @@
/* /*
Copyright (c) 2007-2009 FastMQ Inc. Copyright (c) 2007-2010 iMatix Corporation
This file is part of 0MQ. This file is part of 0MQ.

View File

@ -1,5 +1,5 @@
/* /*
Copyright (c) 2007-2009 FastMQ Inc. Copyright (c) 2007-2010 iMatix Corporation
This file is part of 0MQ. This file is part of 0MQ.

View File

@ -1,5 +1,5 @@
/* /*
Copyright (c) 2007-2009 FastMQ Inc. Copyright (c) 2007-2010 iMatix Corporation
This file is part of 0MQ. This file is part of 0MQ.

View File

@ -1,5 +1,5 @@
/* /*
Copyright (c) 2007-2009 FastMQ Inc. Copyright (c) 2007-2010 iMatix Corporation
This file is part of 0MQ. This file is part of 0MQ.

View File

@ -1,5 +1,5 @@
/* /*
Copyright (c) 2007-2009 FastMQ Inc. Copyright (c) 2007-2010 iMatix Corporation
This file is part of 0MQ. This file is part of 0MQ.

View File

@ -1,5 +1,5 @@
/* /*
Copyright (c) 2007-2009 FastMQ Inc. Copyright (c) 2007-2010 iMatix Corporation
This file is part of 0MQ. This file is part of 0MQ.

View File

@ -1,5 +1,5 @@
/* /*
Copyright (c) 2007-2009 FastMQ Inc. Copyright (c) 2007-2010 iMatix Corporation
This file is part of 0MQ. This file is part of 0MQ.

View File

@ -1,5 +1,5 @@
/* /*
Copyright (c) 2007-2009 FastMQ Inc. Copyright (c) 2007-2010 iMatix Corporation
This file is part of 0MQ. This file is part of 0MQ.

View File

@ -1,5 +1,5 @@
/* /*
Copyright (c) 2007-2009 FastMQ Inc. Copyright (c) 2007-2010 iMatix Corporation
This file is part of 0MQ. This file is part of 0MQ.

View File

@ -1,5 +1,5 @@
/* /*
Copyright (c) 2007-2009 FastMQ Inc. Copyright (c) 2007-2010 iMatix Corporation
This file is part of 0MQ. This file is part of 0MQ.

View File

@ -1,5 +1,5 @@
/* /*
Copyright (c) 2007-2009 FastMQ Inc. Copyright (c) 2007-2010 iMatix Corporation
This file is part of 0MQ. This file is part of 0MQ.

View File

@ -1,5 +1,5 @@
/* /*
Copyright (c) 2007-2009 FastMQ Inc. Copyright (c) 2007-2010 iMatix Corporation
This file is part of 0MQ. This file is part of 0MQ.

View File

@ -1,5 +1,5 @@
/* /*
Copyright (c) 2007-2009 FastMQ Inc. Copyright (c) 2007-2010 iMatix Corporation
This file is part of 0MQ. This file is part of 0MQ.

View File

@ -1,5 +1,5 @@
/* /*
Copyright (c) 2007-2009 FastMQ Inc. Copyright (c) 2007-2010 iMatix Corporation
This file is part of 0MQ. This file is part of 0MQ.

View File

@ -1,5 +1,5 @@
/* /*
Copyright (c) 2007-2009 FastMQ Inc. Copyright (c) 2007-2010 iMatix Corporation
This file is part of 0MQ. This file is part of 0MQ.

View File

@ -1,5 +1,5 @@
/* /*
Copyright (c) 2007-2009 FastMQ Inc. Copyright (c) 2007-2010 iMatix Corporation
This file is part of 0MQ. This file is part of 0MQ.

View File

@ -1,5 +1,5 @@
/* /*
Copyright (c) 2007-2009 FastMQ Inc. Copyright (c) 2007-2010 iMatix Corporation
This file is part of 0MQ. This file is part of 0MQ.

View File

@ -1,5 +1,5 @@
/* /*
Copyright (c) 2007-2009 FastMQ Inc. Copyright (c) 2007-2010 iMatix Corporation
This file is part of 0MQ. This file is part of 0MQ.

View File

@ -1,5 +1,5 @@
/* /*
Copyright (c) 2007-2009 FastMQ Inc. Copyright (c) 2007-2010 iMatix Corporation
This file is part of 0MQ. This file is part of 0MQ.

View File

@ -1,5 +1,5 @@
/* /*
Copyright (c) 2007-2009 FastMQ Inc. Copyright (c) 2007-2010 iMatix Corporation
This file is part of 0MQ. This file is part of 0MQ.

View File

@ -1,5 +1,5 @@
/* /*
Copyright (c) 2007-2009 FastMQ Inc. Copyright (c) 2007-2010 iMatix Corporation
This file is part of 0MQ. This file is part of 0MQ.

View File

@ -1,5 +1,5 @@
/* /*
Copyright (c) 2007-2009 FastMQ Inc. Copyright (c) 2007-2010 iMatix Corporation
This file is part of 0MQ. This file is part of 0MQ.

View File

@ -1,5 +1,5 @@
/* /*
Copyright (c) 2007-2009 FastMQ Inc. Copyright (c) 2007-2010 iMatix Corporation
This file is part of 0MQ. This file is part of 0MQ.

View File

@ -1,5 +1,5 @@
/* /*
Copyright (c) 2007-2009 FastMQ Inc. Copyright (c) 2007-2010 iMatix Corporation
This file is part of 0MQ. This file is part of 0MQ.

View File

@ -1,5 +1,5 @@
/* /*
Copyright (c) 2007-2009 FastMQ Inc. Copyright (c) 2007-2010 iMatix Corporation
This file is part of 0MQ. This file is part of 0MQ.

View File

@ -1,5 +1,5 @@
/* /*
Copyright (c) 2007-2009 FastMQ Inc. Copyright (c) 2007-2010 iMatix Corporation
This file is part of 0MQ. This file is part of 0MQ.

View File

@ -1,5 +1,5 @@
/* /*
Copyright (c) 2007-2009 FastMQ Inc. Copyright (c) 2007-2010 iMatix Corporation
This file is part of 0MQ. This file is part of 0MQ.

View File

@ -1,5 +1,5 @@
/* /*
Copyright (c) 2007-2009 FastMQ Inc. Copyright (c) 2007-2010 iMatix Corporation
This file is part of 0MQ. This file is part of 0MQ.

Some files were not shown because too many files have changed in this diff Show More