From ccd964f3e6833bf5f1ae934fd56053475c2e7af9 Mon Sep 17 00:00:00 2001 From: Alan Antonuk Date: Thu, 11 Apr 2013 11:03:02 -0700 Subject: Updating license header in new files --- examples/amqps_bind.c | 6 ++++++ examples/amqps_consumer.c | 6 ++++++ examples/amqps_exchange_declare.c | 6 ++++++ examples/amqps_listen.c | 6 ++++++ examples/amqps_listenq.c | 6 ++++++ examples/amqps_producer.c | 6 ++++++ examples/amqps_sendstring.c | 6 ++++++ examples/amqps_unbind.c | 6 ++++++ librabbitmq/amqp_cyassl.c | 2 +- librabbitmq/amqp_gnutls.c | 2 +- librabbitmq/amqp_openssl.c | 2 +- librabbitmq/amqp_polarssl.c | 2 +- librabbitmq/amqp_socket.h | 2 +- librabbitmq/amqp_ssl_socket.h | 2 +- librabbitmq/amqp_tcp_socket.c | 2 +- librabbitmq/amqp_tcp_socket.h | 2 +- librabbitmq/unix/threads.h | 22 ++++++++++++++++++++++ librabbitmq/win32/threads.c | 22 ++++++++++++++++++++++ librabbitmq/win32/threads.h | 22 ++++++++++++++++++++++ 19 files changed, 122 insertions(+), 8 deletions(-) diff --git a/examples/amqps_bind.c b/examples/amqps_bind.c index 53c5256..fbde025 100644 --- a/examples/amqps_bind.c +++ b/examples/amqps_bind.c @@ -3,6 +3,12 @@ * ***** BEGIN LICENSE BLOCK ***** * Version: MIT * + * Portions created by Alan Antonuk are Copyright (c) 2012-2013 + * Alan Antonuk. All Rights Reserved. + * + * Portions created by Mike Steinert are Copyright (c) 2012-2013 + * Mike Steinert. All Rights Reserved. + * * Portions created by VMware are Copyright (c) 2007-2012 VMware, Inc. * All Rights Reserved. * diff --git a/examples/amqps_consumer.c b/examples/amqps_consumer.c index c02168a..137457f 100644 --- a/examples/amqps_consumer.c +++ b/examples/amqps_consumer.c @@ -3,6 +3,12 @@ * ***** BEGIN LICENSE BLOCK ***** * Version: MIT * + * Portions created by Alan Antonuk are Copyright (c) 2012-2013 + * Alan Antonuk. All Rights Reserved. + * + * Portions created by Mike Steinert are Copyright (c) 2012-2013 + * Mike Steinert. All Rights Reserved. + * * Portions created by VMware are Copyright (c) 2007-2012 VMware, Inc. * All Rights Reserved. * diff --git a/examples/amqps_exchange_declare.c b/examples/amqps_exchange_declare.c index 199c0c5..bae2f57 100644 --- a/examples/amqps_exchange_declare.c +++ b/examples/amqps_exchange_declare.c @@ -3,6 +3,12 @@ * ***** BEGIN LICENSE BLOCK ***** * Version: MIT * + * Portions created by Alan Antonuk are Copyright (c) 2012-2013 + * Alan Antonuk. All Rights Reserved. + * + * Portions created by Mike Steinert are Copyright (c) 2012-2013 + * Mike Steinert. All Rights Reserved. + * * Portions created by VMware are Copyright (c) 2007-2012 VMware, Inc. * All Rights Reserved. * diff --git a/examples/amqps_listen.c b/examples/amqps_listen.c index 728a343..0e45162 100644 --- a/examples/amqps_listen.c +++ b/examples/amqps_listen.c @@ -3,6 +3,12 @@ * ***** BEGIN LICENSE BLOCK ***** * Version: MIT * + * Portions created by Alan Antonuk are Copyright (c) 2012-2013 + * Alan Antonuk. All Rights Reserved. + * + * Portions created by Mike Steinert are Copyright (c) 2012-2013 + * Mike Steinert. All Rights Reserved. + * * Portions created by VMware are Copyright (c) 2007-2012 VMware, Inc. * All Rights Reserved. * diff --git a/examples/amqps_listenq.c b/examples/amqps_listenq.c index ff28e24..321c6a3 100644 --- a/examples/amqps_listenq.c +++ b/examples/amqps_listenq.c @@ -3,6 +3,12 @@ * ***** BEGIN LICENSE BLOCK ***** * Version: MIT * + * Portions created by Alan Antonuk are Copyright (c) 2012-2013 + * Alan Antonuk. All Rights Reserved. + * + * Portions created by Mike Steinert are Copyright (c) 2012-2013 + * Mike Steinert. All Rights Reserved. + * * Portions created by VMware are Copyright (c) 2007-2012 VMware, Inc. * All Rights Reserved. * diff --git a/examples/amqps_producer.c b/examples/amqps_producer.c index c67f8ca..f8f6dc6 100644 --- a/examples/amqps_producer.c +++ b/examples/amqps_producer.c @@ -3,6 +3,12 @@ * ***** BEGIN LICENSE BLOCK ***** * Version: MIT * + * Portions created by Alan Antonuk are Copyright (c) 2012-2013 + * Alan Antonuk. All Rights Reserved. + * + * Portions created by Mike Steinert are Copyright (c) 2012-2013 + * Mike Steinert. All Rights Reserved. + * * Portions created by VMware are Copyright (c) 2007-2012 VMware, Inc. * All Rights Reserved. * diff --git a/examples/amqps_sendstring.c b/examples/amqps_sendstring.c index 989e73a..7465ef2 100644 --- a/examples/amqps_sendstring.c +++ b/examples/amqps_sendstring.c @@ -3,6 +3,12 @@ * ***** BEGIN LICENSE BLOCK ***** * Version: MIT * + * Portions created by Alan Antonuk are Copyright (c) 2012-2013 + * Alan Antonuk. All Rights Reserved. + * + * Portions created by Mike Steinert are Copyright (c) 2012-2013 + * Mike Steinert. All Rights Reserved. + * * Portions created by VMware are Copyright (c) 2007-2012 VMware, Inc. * All Rights Reserved. * diff --git a/examples/amqps_unbind.c b/examples/amqps_unbind.c index dfe0f1a..bae017d 100644 --- a/examples/amqps_unbind.c +++ b/examples/amqps_unbind.c @@ -3,6 +3,12 @@ * ***** BEGIN LICENSE BLOCK ***** * Version: MIT * + * Portions created by Alan Antonuk are Copyright (c) 2012-2013 + * Alan Antonuk. All Rights Reserved. + * + * Portions created by Mike Steinert are Copyright (c) 2012-2013 + * Mike Steinert. All Rights Reserved. + * * Portions created by VMware are Copyright (c) 2007-2012 VMware, Inc. * All Rights Reserved. * diff --git a/librabbitmq/amqp_cyassl.c b/librabbitmq/amqp_cyassl.c index 5bcfe6d..c609147 100644 --- a/librabbitmq/amqp_cyassl.c +++ b/librabbitmq/amqp_cyassl.c @@ -1,6 +1,6 @@ /* vim:set ft=c ts=2 sw=2 sts=2 et cindent: */ /* - * Copyright 2012 Michael Steinert + * Copyright 2012-2013 Michael Steinert * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), diff --git a/librabbitmq/amqp_gnutls.c b/librabbitmq/amqp_gnutls.c index 64b602c..f4e3d62 100644 --- a/librabbitmq/amqp_gnutls.c +++ b/librabbitmq/amqp_gnutls.c @@ -1,6 +1,6 @@ /* vim:set ft=c ts=2 sw=2 sts=2 et cindent: */ /* - * Copyright 2012 Michael Steinert + * Copyright 2012-2013 Michael Steinert * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), diff --git a/librabbitmq/amqp_openssl.c b/librabbitmq/amqp_openssl.c index 748f249..8a24366 100644 --- a/librabbitmq/amqp_openssl.c +++ b/librabbitmq/amqp_openssl.c @@ -1,6 +1,6 @@ /* vim:set ft=c ts=2 sw=2 sts=2 et cindent: */ /* - * Copyright 2012 Michael Steinert + * Copyright 2012-2013 Michael Steinert * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), diff --git a/librabbitmq/amqp_polarssl.c b/librabbitmq/amqp_polarssl.c index b89f602..77bb5fc 100644 --- a/librabbitmq/amqp_polarssl.c +++ b/librabbitmq/amqp_polarssl.c @@ -1,6 +1,6 @@ /* vim:set ft=c ts=2 sw=2 sts=2 et cindent: */ /* - * Copyright 2012 Michael Steinert + * Copyright 2012-2013 Michael Steinert * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), diff --git a/librabbitmq/amqp_socket.h b/librabbitmq/amqp_socket.h index 63c5e8d..ef3462b 100644 --- a/librabbitmq/amqp_socket.h +++ b/librabbitmq/amqp_socket.h @@ -1,6 +1,6 @@ /* vim:set ft=c ts=2 sw=2 sts=2 et cindent: */ /* - * Copyright 2012 Michael Steinert + * Copyright 2012-2013 Michael Steinert * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), diff --git a/librabbitmq/amqp_ssl_socket.h b/librabbitmq/amqp_ssl_socket.h index 6348667..3bfce51 100644 --- a/librabbitmq/amqp_ssl_socket.h +++ b/librabbitmq/amqp_ssl_socket.h @@ -1,6 +1,6 @@ /* vim:set ft=c ts=2 sw=2 sts=2 et cindent: */ /* - * Copyright 2012 Michael Steinert + * Copyright 2012-2013 Michael Steinert * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), diff --git a/librabbitmq/amqp_tcp_socket.c b/librabbitmq/amqp_tcp_socket.c index f65a6ce..2eb366f 100644 --- a/librabbitmq/amqp_tcp_socket.c +++ b/librabbitmq/amqp_tcp_socket.c @@ -1,6 +1,6 @@ /* vim:set ft=c ts=2 sw=2 sts=2 et cindent: */ /* - * Copyright 2012 Michael Steinert + * Copyright 2012-2013 Michael Steinert * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), diff --git a/librabbitmq/amqp_tcp_socket.h b/librabbitmq/amqp_tcp_socket.h index 269b71a..4c8ba54 100644 --- a/librabbitmq/amqp_tcp_socket.h +++ b/librabbitmq/amqp_tcp_socket.h @@ -1,6 +1,6 @@ /* vim:set ft=c ts=2 sw=2 sts=2 et cindent: */ /* - * Copyright 2012 Michael Steinert + * Copyright 2012-2013 Michael Steinert * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), diff --git a/librabbitmq/unix/threads.h b/librabbitmq/unix/threads.h index 8b2f376..c2d80a6 100644 --- a/librabbitmq/unix/threads.h +++ b/librabbitmq/unix/threads.h @@ -1,4 +1,26 @@ /* vim:set ft=c ts=2 sw=2 sts=2 et cindent: */ +/* + * Copyright 2012-2013 Michael Steinert + * + * 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. + */ + #ifndef AMQP_THREADS_H #define AMQP_THREADS_H diff --git a/librabbitmq/win32/threads.c b/librabbitmq/win32/threads.c index 1559c5f..edf2d2d 100644 --- a/librabbitmq/win32/threads.c +++ b/librabbitmq/win32/threads.c @@ -1,4 +1,26 @@ /* vim:set ft=c ts=2 sw=2 sts=2 et cindent: */ +/* + * Copyright 2012-2013 Michael Steinert + * + * 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. + */ + #include "threads.h" DWORD diff --git a/librabbitmq/win32/threads.h b/librabbitmq/win32/threads.h index 77376a6..668b2a3 100644 --- a/librabbitmq/win32/threads.h +++ b/librabbitmq/win32/threads.h @@ -1,4 +1,26 @@ /* vim:set ft=c ts=2 sw=2 sts=2 et cindent: */ +/* + * Copyright 2012-2013 Michael Steinert + * + * 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. + */ + #ifndef AMQP_THREAD_H #define AMQP_THREAD_H -- cgit v1.2.1