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 --- LICENSE-MPL-RabbitMQ | 2 +- 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 +- librabbitmq/amqp.h | 2 +- librabbitmq/amqp_api.c | 2 +- librabbitmq/amqp_connection.c | 2 +- librabbitmq/amqp_mem.c | 2 +- librabbitmq/amqp_private.h | 2 +- librabbitmq/amqp_socket.c | 2 +- librabbitmq/amqp_table.c | 2 +- librabbitmq/amqp_url.c | 2 +- librabbitmq/codegen.py | 4 ++-- librabbitmq/unix/socket.c | 2 +- librabbitmq/unix/socket.h | 2 +- librabbitmq/windows/socket.c | 2 +- librabbitmq/windows/socket.h | 2 +- tests/test_parse_url.c | 2 +- tests/test_tables.c | 2 +- tools/common.c | 2 +- tools/common.h | 2 +- tools/consume.c | 2 +- tools/declare_queue.c | 2 +- tools/delete_queue.c | 2 +- tools/get.c | 2 +- tools/publish.c | 2 +- tools/unix/process.c | 2 +- tools/unix/process.h | 2 +- tools/windows/compat.c | 2 +- tools/windows/compat.h | 2 +- tools/windows/process.c | 2 +- tools/windows/process.h | 2 +- 41 files changed, 42 insertions(+), 42 deletions(-) diff --git a/LICENSE-MPL-RabbitMQ b/LICENSE-MPL-RabbitMQ index a468aed..3726ae1 100644 --- a/LICENSE-MPL-RabbitMQ +++ b/LICENSE-MPL-RabbitMQ @@ -447,7 +447,7 @@ EXHIBIT A -Mozilla Public License. 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_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. diff --git a/librabbitmq/amqp.h b/librabbitmq/amqp.h index 5807da5..3535998 100644 --- a/librabbitmq/amqp.h +++ b/librabbitmq/amqp.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/librabbitmq/amqp_api.c b/librabbitmq/amqp_api.c index d92cccd..9c5a0ad 100644 --- a/librabbitmq/amqp_api.c +++ b/librabbitmq/amqp_api.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/librabbitmq/amqp_connection.c b/librabbitmq/amqp_connection.c index 886805d..69fcb6f 100644 --- a/librabbitmq/amqp_connection.c +++ b/librabbitmq/amqp_connection.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/librabbitmq/amqp_mem.c b/librabbitmq/amqp_mem.c index 85be08c..1e8963f 100644 --- a/librabbitmq/amqp_mem.c +++ b/librabbitmq/amqp_mem.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/librabbitmq/amqp_private.h b/librabbitmq/amqp_private.h index e019598..0f36258 100644 --- a/librabbitmq/amqp_private.h +++ b/librabbitmq/amqp_private.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/librabbitmq/amqp_socket.c b/librabbitmq/amqp_socket.c index 75bd8a4..44f1509 100644 --- a/librabbitmq/amqp_socket.c +++ b/librabbitmq/amqp_socket.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/librabbitmq/amqp_table.c b/librabbitmq/amqp_table.c index 828dc78..22a3d58 100644 --- a/librabbitmq/amqp_table.c +++ b/librabbitmq/amqp_table.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/librabbitmq/amqp_url.c b/librabbitmq/amqp_url.c index ba1c4f1..e7cb5bf 100644 --- a/librabbitmq/amqp_url.c +++ b/librabbitmq/amqp_url.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/librabbitmq/codegen.py b/librabbitmq/codegen.py index 905d313..6327a06 100644 --- a/librabbitmq/codegen.py +++ b/librabbitmq/codegen.py @@ -14,7 +14,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. @@ -357,7 +357,7 @@ def genErl(spec): * 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/librabbitmq/unix/socket.c b/librabbitmq/unix/socket.c index 54df106..5cf7107 100644 --- a/librabbitmq/unix/socket.c +++ b/librabbitmq/unix/socket.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/librabbitmq/unix/socket.h b/librabbitmq/unix/socket.h index 523b034..19b8015 100644 --- a/librabbitmq/unix/socket.h +++ b/librabbitmq/unix/socket.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/librabbitmq/windows/socket.c b/librabbitmq/windows/socket.c index 713a68f..11e4297 100644 --- a/librabbitmq/windows/socket.c +++ b/librabbitmq/windows/socket.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/librabbitmq/windows/socket.h b/librabbitmq/windows/socket.h index 2504867..9cd8d36 100644 --- a/librabbitmq/windows/socket.h +++ b/librabbitmq/windows/socket.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/tests/test_parse_url.c b/tests/test_parse_url.c index 983d820..7471e3e 100644 --- a/tests/test_parse_url.c +++ b/tests/test_parse_url.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/tests/test_tables.c b/tests/test_tables.c index 4effd6e..0ce5065 100644 --- a/tests/test_tables.c +++ b/tests/test_tables.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/tools/common.c b/tools/common.c index 81fa332..942c452 100644 --- a/tools/common.c +++ b/tools/common.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/tools/common.h b/tools/common.h index 8e24dd0..1d51e62 100644 --- a/tools/common.h +++ b/tools/common.h @@ -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/tools/consume.c b/tools/consume.c index 9d8a7f0..0191d02 100644 --- a/tools/consume.c +++ b/tools/consume.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/tools/declare_queue.c b/tools/declare_queue.c index d14d09a..b34d5ca 100644 --- a/tools/declare_queue.c +++ b/tools/declare_queue.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/tools/delete_queue.c b/tools/delete_queue.c index acb4d67..d2203fd 100644 --- a/tools/delete_queue.c +++ b/tools/delete_queue.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/tools/get.c b/tools/get.c index fff1db5..f632c20 100644 --- a/tools/get.c +++ b/tools/get.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/tools/publish.c b/tools/publish.c index d4caff8..15db8a4 100644 --- a/tools/publish.c +++ b/tools/publish.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/tools/unix/process.c b/tools/unix/process.c index 1170ab1..fbc472a 100644 --- a/tools/unix/process.c +++ b/tools/unix/process.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/tools/unix/process.h b/tools/unix/process.h index 692ff41..e0abea3 100644 --- a/tools/unix/process.h +++ b/tools/unix/process.h @@ -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/tools/windows/compat.c b/tools/windows/compat.c index 57fbd31..8181459 100644 --- a/tools/windows/compat.c +++ b/tools/windows/compat.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/tools/windows/compat.h b/tools/windows/compat.h index 924257a..b0148d7 100644 --- a/tools/windows/compat.h +++ b/tools/windows/compat.h @@ -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/tools/windows/process.c b/tools/windows/process.c index 0cd09fc..ffd3354 100644 --- a/tools/windows/process.c +++ b/tools/windows/process.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/tools/windows/process.h b/tools/windows/process.h index 57445fb..31f70cc 100644 --- a/tools/windows/process.h +++ b/tools/windows/process.h @@ -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