From f2f515e6b660382cead61ba9ac3672d87d661600 Mon Sep 17 00:00:00 2001 From: Emile Joubert Date: Thu, 2 Feb 2012 14:25:41 +0000 Subject: Update copyright 2012 --- examples/amqp_bind.c | 2 +- examples/amqp_consumer.c | 2 +- examples/amqp_exchange_declare.c | 2 +- examples/amqp_listen.c | 2 +- examples/amqp_listenq.c | 2 +- examples/amqp_producer.c | 2 +- examples/amqp_sendstring.c | 2 +- examples/amqp_unbind.c | 2 +- examples/unix/platform_utils.c | 2 +- examples/utils.c | 2 +- examples/utils.h | 2 +- examples/windows/platform_utils.c | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) (limited to 'examples') diff --git a/examples/amqp_bind.c b/examples/amqp_bind.c index 5dd3852..f14ed37 100644 --- a/examples/amqp_bind.c +++ b/examples/amqp_bind.c @@ -15,7 +15,7 @@ * The Original Code is librabbitmq. * * The Initial Developer of the Original Code is VMware, Inc. - * Portions created by VMware are Copyright (c) 2007-2011 VMware, Inc. + * Portions created by VMware are Copyright (c) 2007-2012 VMware, Inc. * * Portions created by Tony Garnock-Jones are Copyright (c) 2009-2010 * VMware, Inc. and Tony Garnock-Jones. diff --git a/examples/amqp_consumer.c b/examples/amqp_consumer.c index 0a4d800..6244f06 100644 --- a/examples/amqp_consumer.c +++ b/examples/amqp_consumer.c @@ -15,7 +15,7 @@ * The Original Code is librabbitmq. * * The Initial Developer of the Original Code is VMware, Inc. - * Portions created by VMware are Copyright (c) 2007-2011 VMware, Inc. + * Portions created by VMware are Copyright (c) 2007-2012 VMware, Inc. * * Portions created by Tony Garnock-Jones are Copyright (c) 2009-2010 * VMware, Inc. and Tony Garnock-Jones. diff --git a/examples/amqp_exchange_declare.c b/examples/amqp_exchange_declare.c index 4a27363..b105e12 100644 --- a/examples/amqp_exchange_declare.c +++ b/examples/amqp_exchange_declare.c @@ -15,7 +15,7 @@ * The Original Code is librabbitmq. * * The Initial Developer of the Original Code is VMware, Inc. - * Portions created by VMware are Copyright (c) 2007-2011 VMware, Inc. + * Portions created by VMware are Copyright (c) 2007-2012 VMware, Inc. * * Portions created by Tony Garnock-Jones are Copyright (c) 2009-2010 * VMware, Inc. and Tony Garnock-Jones. diff --git a/examples/amqp_listen.c b/examples/amqp_listen.c index c4e9a5a..60e2a4a 100644 --- a/examples/amqp_listen.c +++ b/examples/amqp_listen.c @@ -15,7 +15,7 @@ * The Original Code is librabbitmq. * * The Initial Developer of the Original Code is VMware, Inc. - * Portions created by VMware are Copyright (c) 2007-2011 VMware, Inc. + * Portions created by VMware are Copyright (c) 2007-2012 VMware, Inc. * * Portions created by Tony Garnock-Jones are Copyright (c) 2009-2010 * VMware, Inc. and Tony Garnock-Jones. diff --git a/examples/amqp_listenq.c b/examples/amqp_listenq.c index 7a22338..5bddd02 100644 --- a/examples/amqp_listenq.c +++ b/examples/amqp_listenq.c @@ -15,7 +15,7 @@ * The Original Code is librabbitmq. * * The Initial Developer of the Original Code is VMware, Inc. - * Portions created by VMware are Copyright (c) 2007-2011 VMware, Inc. + * Portions created by VMware are Copyright (c) 2007-2012 VMware, Inc. * * Portions created by Tony Garnock-Jones are Copyright (c) 2009-2010 * VMware, Inc. and Tony Garnock-Jones. diff --git a/examples/amqp_producer.c b/examples/amqp_producer.c index 17e7189..ba4f390 100644 --- a/examples/amqp_producer.c +++ b/examples/amqp_producer.c @@ -15,7 +15,7 @@ * The Original Code is librabbitmq. * * The Initial Developer of the Original Code is VMware, Inc. - * Portions created by VMware are Copyright (c) 2007-2011 VMware, Inc. + * Portions created by VMware are Copyright (c) 2007-2012 VMware, Inc. * * Portions created by Tony Garnock-Jones are Copyright (c) 2009-2010 * VMware, Inc. and Tony Garnock-Jones. diff --git a/examples/amqp_sendstring.c b/examples/amqp_sendstring.c index d5b2891..4c31f28 100644 --- a/examples/amqp_sendstring.c +++ b/examples/amqp_sendstring.c @@ -15,7 +15,7 @@ * The Original Code is librabbitmq. * * The Initial Developer of the Original Code is VMware, Inc. - * Portions created by VMware are Copyright (c) 2007-2011 VMware, Inc. + * Portions created by VMware are Copyright (c) 2007-2012 VMware, Inc. * * Portions created by Tony Garnock-Jones are Copyright (c) 2009-2010 * VMware, Inc. and Tony Garnock-Jones. diff --git a/examples/amqp_unbind.c b/examples/amqp_unbind.c index 17f33db..2729c03 100644 --- a/examples/amqp_unbind.c +++ b/examples/amqp_unbind.c @@ -15,7 +15,7 @@ * The Original Code is librabbitmq. * * The Initial Developer of the Original Code is VMware, Inc. - * Portions created by VMware are Copyright (c) 2007-2011 VMware, Inc. + * Portions created by VMware are Copyright (c) 2007-2012 VMware, Inc. * * Portions created by Tony Garnock-Jones are Copyright (c) 2009-2010 * VMware, Inc. and Tony Garnock-Jones. diff --git a/examples/unix/platform_utils.c b/examples/unix/platform_utils.c index 3e65b41..3cb1611 100644 --- a/examples/unix/platform_utils.c +++ b/examples/unix/platform_utils.c @@ -15,7 +15,7 @@ * The Original Code is librabbitmq. * * The Initial Developer of the Original Code is VMware, Inc. - * Portions created by VMware are Copyright (c) 2007-2011 VMware, Inc. + * Portions created by VMware are Copyright (c) 2007-2012 VMware, Inc. * * Portions created by Tony Garnock-Jones are Copyright (c) 2009-2010 * VMware, Inc. and Tony Garnock-Jones. diff --git a/examples/utils.c b/examples/utils.c index 44cdf52..fce2046 100644 --- a/examples/utils.c +++ b/examples/utils.c @@ -15,7 +15,7 @@ * The Original Code is librabbitmq. * * The Initial Developer of the Original Code is VMware, Inc. - * Portions created by VMware are Copyright (c) 2007-2011 VMware, Inc. + * Portions created by VMware are Copyright (c) 2007-2012 VMware, Inc. * * Portions created by Tony Garnock-Jones are Copyright (c) 2009-2010 * VMware, Inc. and Tony Garnock-Jones. diff --git a/examples/utils.h b/examples/utils.h index 8de6c86..cfc561b 100644 --- a/examples/utils.h +++ b/examples/utils.h @@ -18,7 +18,7 @@ * The Original Code is librabbitmq. * * The Initial Developer of the Original Code is VMware, Inc. - * Portions created by VMware are Copyright (c) 2007-2011 VMware, Inc. + * Portions created by VMware are Copyright (c) 2007-2012 VMware, Inc. * * Portions created by Tony Garnock-Jones are Copyright (c) 2009-2010 * VMware, Inc. and Tony Garnock-Jones. diff --git a/examples/windows/platform_utils.c b/examples/windows/platform_utils.c index 6143191..3d52bbf 100644 --- a/examples/windows/platform_utils.c +++ b/examples/windows/platform_utils.c @@ -15,7 +15,7 @@ * The Original Code is librabbitmq. * * The Initial Developer of the Original Code is VMware, Inc. - * Portions created by VMware are Copyright (c) 2007-2011 VMware, Inc. + * Portions created by VMware are Copyright (c) 2007-2012 VMware, Inc. * * Portions created by Tony Garnock-Jones are Copyright (c) 2009-2010 * VMware, Inc. and Tony Garnock-Jones. -- cgit v1.2.1