From 3e3ff87ce6d29c3a6f0026cd7f330a384493675a Mon Sep 17 00:00:00 2001 From: Alan Antonuk Date: Mon, 8 Apr 2013 15:30:29 -0700 Subject: Updating license year --- examples/amqp_bind.c | 3 +++ examples/amqp_consumer.c | 3 +++ examples/amqp_exchange_declare.c | 3 +++ examples/amqp_listen.c | 3 +++ examples/amqp_listenq.c | 3 +++ examples/amqp_producer.c | 3 +++ examples/amqp_rpc_sendstring_client.c | 3 +++ examples/amqp_sendstring.c | 3 +++ examples/amqp_unbind.c | 3 +++ examples/unix/platform_utils.c | 3 +++ examples/utils.c | 3 +++ examples/utils.h | 3 +++ examples/win32/platform_utils.c | 3 +++ 13 files changed, 39 insertions(+) (limited to 'examples') diff --git a/examples/amqp_bind.c b/examples/amqp_bind.c index 3c9a863..b778d25 100644 --- a/examples/amqp_bind.c +++ b/examples/amqp_bind.c @@ -3,6 +3,9 @@ * ***** BEGIN LICENSE BLOCK ***** * Version: MIT * + * Portions created by Alan Antonuk are Copyright (c) 2012-2013 + * Alan Antonuk. All Rights Reserved. + * * Portions created by VMware are Copyright (c) 2007-2012 VMware, Inc. * All Rights Reserved. * diff --git a/examples/amqp_consumer.c b/examples/amqp_consumer.c index aa63346..878bf29 100644 --- a/examples/amqp_consumer.c +++ b/examples/amqp_consumer.c @@ -3,6 +3,9 @@ * ***** BEGIN LICENSE BLOCK ***** * Version: MIT * + * Portions created by Alan Antonuk are Copyright (c) 2012-2013 + * Alan Antonuk. All Rights Reserved. + * * Portions created by VMware are Copyright (c) 2007-2012 VMware, Inc. * All Rights Reserved. * diff --git a/examples/amqp_exchange_declare.c b/examples/amqp_exchange_declare.c index 749109c..a12319b 100644 --- a/examples/amqp_exchange_declare.c +++ b/examples/amqp_exchange_declare.c @@ -3,6 +3,9 @@ * ***** BEGIN LICENSE BLOCK ***** * Version: MIT * + * Portions created by Alan Antonuk are Copyright (c) 2012-2013 + * Alan Antonuk. All Rights Reserved. + * * Portions created by VMware are Copyright (c) 2007-2012 VMware, Inc. * All Rights Reserved. * diff --git a/examples/amqp_listen.c b/examples/amqp_listen.c index 0347375..1e8fa79 100644 --- a/examples/amqp_listen.c +++ b/examples/amqp_listen.c @@ -3,6 +3,9 @@ * ***** BEGIN LICENSE BLOCK ***** * Version: MIT * + * Portions created by Alan Antonuk are Copyright (c) 2012-2013 + * Alan Antonuk. All Rights Reserved. + * * Portions created by VMware are Copyright (c) 2007-2012 VMware, Inc. * All Rights Reserved. * diff --git a/examples/amqp_listenq.c b/examples/amqp_listenq.c index 762831d..8d9c3e3 100644 --- a/examples/amqp_listenq.c +++ b/examples/amqp_listenq.c @@ -3,6 +3,9 @@ * ***** BEGIN LICENSE BLOCK ***** * Version: MIT * + * Portions created by Alan Antonuk are Copyright (c) 2012-2013 + * Alan Antonuk. All Rights Reserved. + * * Portions created by VMware are Copyright (c) 2007-2012 VMware, Inc. * All Rights Reserved. * diff --git a/examples/amqp_producer.c b/examples/amqp_producer.c index 4a1cd68..229756b 100644 --- a/examples/amqp_producer.c +++ b/examples/amqp_producer.c @@ -3,6 +3,9 @@ * ***** BEGIN LICENSE BLOCK ***** * Version: MIT * + * Portions created by Alan Antonuk are Copyright (c) 2012-2013 + * Alan Antonuk. All Rights Reserved. + * * Portions created by VMware are Copyright (c) 2007-2012 VMware, Inc. * All Rights Reserved. * diff --git a/examples/amqp_rpc_sendstring_client.c b/examples/amqp_rpc_sendstring_client.c index 7914e2c..3357524 100644 --- a/examples/amqp_rpc_sendstring_client.c +++ b/examples/amqp_rpc_sendstring_client.c @@ -3,6 +3,9 @@ * ***** BEGIN LICENSE BLOCK ***** * Version: MIT * + * Portions created by Alan Antonuk are Copyright (c) 2012-2013 + * Alan Antonuk. All Rights Reserved. + * * Portions created by VMware are Copyright (c) 2007-2012 VMware, Inc. * All Rights Reserved. * diff --git a/examples/amqp_sendstring.c b/examples/amqp_sendstring.c index f1456c9..424bd68 100644 --- a/examples/amqp_sendstring.c +++ b/examples/amqp_sendstring.c @@ -3,6 +3,9 @@ * ***** BEGIN LICENSE BLOCK ***** * Version: MIT * + * Portions created by Alan Antonuk are Copyright (c) 2012-2013 + * Alan Antonuk. All Rights Reserved. + * * Portions created by VMware are Copyright (c) 2007-2012 VMware, Inc. * All Rights Reserved. * diff --git a/examples/amqp_unbind.c b/examples/amqp_unbind.c index 011f561..77ac724 100644 --- a/examples/amqp_unbind.c +++ b/examples/amqp_unbind.c @@ -3,6 +3,9 @@ * ***** BEGIN LICENSE BLOCK ***** * Version: MIT * + * Portions created by Alan Antonuk are Copyright (c) 2012-2013 + * Alan Antonuk. All Rights Reserved. + * * Portions created by VMware are Copyright (c) 2007-2012 VMware, Inc. * All Rights Reserved. * diff --git a/examples/unix/platform_utils.c b/examples/unix/platform_utils.c index 6e356cb..777d56b 100644 --- a/examples/unix/platform_utils.c +++ b/examples/unix/platform_utils.c @@ -3,6 +3,9 @@ * ***** BEGIN LICENSE BLOCK ***** * Version: MIT * + * Portions created by Alan Antonuk are Copyright (c) 2012-2013 + * Alan Antonuk. All Rights Reserved. + * * Portions created by VMware are Copyright (c) 2007-2012 VMware, Inc. * All Rights Reserved. * diff --git a/examples/utils.c b/examples/utils.c index 328a5e5..609c354 100644 --- a/examples/utils.c +++ b/examples/utils.c @@ -3,6 +3,9 @@ * ***** BEGIN LICENSE BLOCK ***** * Version: MIT * + * Portions created by Alan Antonuk are Copyright (c) 2012-2013 + * Alan Antonuk. All Rights Reserved. + * * Portions created by VMware are Copyright (c) 2007-2012 VMware, Inc. * All Rights Reserved. * diff --git a/examples/utils.h b/examples/utils.h index f1d40b3..2e7b15f 100644 --- a/examples/utils.h +++ b/examples/utils.h @@ -6,6 +6,9 @@ * ***** BEGIN LICENSE BLOCK ***** * Version: MIT * + * Portions created by Alan Antonuk are Copyright (c) 2012-2013 + * Alan Antonuk. All Rights Reserved. + * * Portions created by VMware are Copyright (c) 2007-2012 VMware, Inc. * All Rights Reserved. * diff --git a/examples/win32/platform_utils.c b/examples/win32/platform_utils.c index dff6243..afcbac8 100644 --- a/examples/win32/platform_utils.c +++ b/examples/win32/platform_utils.c @@ -3,6 +3,9 @@ * ***** BEGIN LICENSE BLOCK ***** * Version: MIT * + * Portions created by Alan Antonuk are Copyright (c) 2012-2013 + * Alan Antonuk. All Rights Reserved. + * * Portions created by VMware are Copyright (c) 2007-2012 VMware, Inc. * All Rights Reserved. * -- cgit v1.2.1