Merge bug24606
authorSimon MacMullen <simon@rabbitmq.com>
Fri Feb 03 13:05:01 2012 +0000 (3 months ago)
changeset 284fb6fca832fd2
parent 282 43a90b559533
parent 283 878e9dfe8f8b
child 285 ff85a90d0dff
child 290 35bcba1343ef
Merge bug24606
     1.1 --- a/LICENSE-MPL-RabbitMQ	Mon Jan 23 18:20:27 2012 +0000
     1.2 +++ b/LICENSE-MPL-RabbitMQ	Fri Feb 03 13:05:01 2012 +0000
     1.3 @@ -447,7 +447,7 @@
     1.4       The Original Code is librabbitmq.
     1.5  
     1.6       The Initial Developer of the Original Code is VMware, Inc.
     1.7 -     Portions created by VMware are Copyright (c) 2007-2011 VMware, Inc.
     1.8 +     Portions created by VMware are Copyright (c) 2007-2012 VMware, Inc.
     1.9  
    1.10       Portions created by Tony Garnock-Jones are Copyright (C) 2009-2010
    1.11       VMware, Inc. and Tony Garnock-Jones.
     2.1 --- a/examples/amqp_bind.c	Mon Jan 23 18:20:27 2012 +0000
     2.2 +++ b/examples/amqp_bind.c	Fri Feb 03 13:05:01 2012 +0000
     2.3 @@ -15,7 +15,7 @@
     2.4   * The Original Code is librabbitmq.
     2.5   *
     2.6   * The Initial Developer of the Original Code is VMware, Inc.
     2.7 - * Portions created by VMware are Copyright (c) 2007-2011 VMware, Inc.
     2.8 + * Portions created by VMware are Copyright (c) 2007-2012 VMware, Inc.
     2.9   *
    2.10   * Portions created by Tony Garnock-Jones are Copyright (c) 2009-2010
    2.11   * VMware, Inc. and Tony Garnock-Jones.
     3.1 --- a/examples/amqp_consumer.c	Mon Jan 23 18:20:27 2012 +0000
     3.2 +++ b/examples/amqp_consumer.c	Fri Feb 03 13:05:01 2012 +0000
     3.3 @@ -15,7 +15,7 @@
     3.4   * The Original Code is librabbitmq.
     3.5   *
     3.6   * The Initial Developer of the Original Code is VMware, Inc.
     3.7 - * Portions created by VMware are Copyright (c) 2007-2011 VMware, Inc.
     3.8 + * Portions created by VMware are Copyright (c) 2007-2012 VMware, Inc.
     3.9   *
    3.10   * Portions created by Tony Garnock-Jones are Copyright (c) 2009-2010
    3.11   * VMware, Inc. and Tony Garnock-Jones.
     4.1 --- a/examples/amqp_exchange_declare.c	Mon Jan 23 18:20:27 2012 +0000
     4.2 +++ b/examples/amqp_exchange_declare.c	Fri Feb 03 13:05:01 2012 +0000
     4.3 @@ -15,7 +15,7 @@
     4.4   * The Original Code is librabbitmq.
     4.5   *
     4.6   * The Initial Developer of the Original Code is VMware, Inc.
     4.7 - * Portions created by VMware are Copyright (c) 2007-2011 VMware, Inc.
     4.8 + * Portions created by VMware are Copyright (c) 2007-2012 VMware, Inc.
     4.9   *
    4.10   * Portions created by Tony Garnock-Jones are Copyright (c) 2009-2010
    4.11   * VMware, Inc. and Tony Garnock-Jones.
     5.1 --- a/examples/amqp_listen.c	Mon Jan 23 18:20:27 2012 +0000
     5.2 +++ b/examples/amqp_listen.c	Fri Feb 03 13:05:01 2012 +0000
     5.3 @@ -15,7 +15,7 @@
     5.4   * The Original Code is librabbitmq.
     5.5   *
     5.6   * The Initial Developer of the Original Code is VMware, Inc.
     5.7 - * Portions created by VMware are Copyright (c) 2007-2011 VMware, Inc.
     5.8 + * Portions created by VMware are Copyright (c) 2007-2012 VMware, Inc.
     5.9   *
    5.10   * Portions created by Tony Garnock-Jones are Copyright (c) 2009-2010
    5.11   * VMware, Inc. and Tony Garnock-Jones.
     6.1 --- a/examples/amqp_listenq.c	Mon Jan 23 18:20:27 2012 +0000
     6.2 +++ b/examples/amqp_listenq.c	Fri Feb 03 13:05:01 2012 +0000
     6.3 @@ -15,7 +15,7 @@
     6.4   * The Original Code is librabbitmq.
     6.5   *
     6.6   * The Initial Developer of the Original Code is VMware, Inc.
     6.7 - * Portions created by VMware are Copyright (c) 2007-2011 VMware, Inc.
     6.8 + * Portions created by VMware are Copyright (c) 2007-2012 VMware, Inc.
     6.9   *
    6.10   * Portions created by Tony Garnock-Jones are Copyright (c) 2009-2010
    6.11   * VMware, Inc. and Tony Garnock-Jones.
     7.1 --- a/examples/amqp_producer.c	Mon Jan 23 18:20:27 2012 +0000
     7.2 +++ b/examples/amqp_producer.c	Fri Feb 03 13:05:01 2012 +0000
     7.3 @@ -15,7 +15,7 @@
     7.4   * The Original Code is librabbitmq.
     7.5   *
     7.6   * The Initial Developer of the Original Code is VMware, Inc.
     7.7 - * Portions created by VMware are Copyright (c) 2007-2011 VMware, Inc.
     7.8 + * Portions created by VMware are Copyright (c) 2007-2012 VMware, Inc.
     7.9   *
    7.10   * Portions created by Tony Garnock-Jones are Copyright (c) 2009-2010
    7.11   * VMware, Inc. and Tony Garnock-Jones.
     8.1 --- a/examples/amqp_sendstring.c	Mon Jan 23 18:20:27 2012 +0000
     8.2 +++ b/examples/amqp_sendstring.c	Fri Feb 03 13:05:01 2012 +0000
     8.3 @@ -15,7 +15,7 @@
     8.4   * The Original Code is librabbitmq.
     8.5   *
     8.6   * The Initial Developer of the Original Code is VMware, Inc.
     8.7 - * Portions created by VMware are Copyright (c) 2007-2011 VMware, Inc.
     8.8 + * Portions created by VMware are Copyright (c) 2007-2012 VMware, Inc.
     8.9   *
    8.10   * Portions created by Tony Garnock-Jones are Copyright (c) 2009-2010
    8.11   * VMware, Inc. and Tony Garnock-Jones.
     9.1 --- a/examples/amqp_unbind.c	Mon Jan 23 18:20:27 2012 +0000
     9.2 +++ b/examples/amqp_unbind.c	Fri Feb 03 13:05:01 2012 +0000
     9.3 @@ -15,7 +15,7 @@
     9.4   * The Original Code is librabbitmq.
     9.5   *
     9.6   * The Initial Developer of the Original Code is VMware, Inc.
     9.7 - * Portions created by VMware are Copyright (c) 2007-2011 VMware, Inc.
     9.8 + * Portions created by VMware are Copyright (c) 2007-2012 VMware, Inc.
     9.9   *
    9.10   * Portions created by Tony Garnock-Jones are Copyright (c) 2009-2010
    9.11   * VMware, Inc. and Tony Garnock-Jones.
    10.1 --- a/examples/unix/platform_utils.c	Mon Jan 23 18:20:27 2012 +0000
    10.2 +++ b/examples/unix/platform_utils.c	Fri Feb 03 13:05:01 2012 +0000
    10.3 @@ -15,7 +15,7 @@
    10.4   * The Original Code is librabbitmq.
    10.5   *
    10.6   * The Initial Developer of the Original Code is VMware, Inc.
    10.7 - * Portions created by VMware are Copyright (c) 2007-2011 VMware, Inc.
    10.8 + * Portions created by VMware are Copyright (c) 2007-2012 VMware, Inc.
    10.9   *
   10.10   * Portions created by Tony Garnock-Jones are Copyright (c) 2009-2010
   10.11   * VMware, Inc. and Tony Garnock-Jones.
    11.1 --- a/examples/utils.c	Mon Jan 23 18:20:27 2012 +0000
    11.2 +++ b/examples/utils.c	Fri Feb 03 13:05:01 2012 +0000
    11.3 @@ -15,7 +15,7 @@
    11.4   * The Original Code is librabbitmq.
    11.5   *
    11.6   * The Initial Developer of the Original Code is VMware, Inc.
    11.7 - * Portions created by VMware are Copyright (c) 2007-2011 VMware, Inc.
    11.8 + * Portions created by VMware are Copyright (c) 2007-2012 VMware, Inc.
    11.9   *
   11.10   * Portions created by Tony Garnock-Jones are Copyright (c) 2009-2010
   11.11   * VMware, Inc. and Tony Garnock-Jones.
    12.1 --- a/examples/utils.h	Mon Jan 23 18:20:27 2012 +0000
    12.2 +++ b/examples/utils.h	Fri Feb 03 13:05:01 2012 +0000
    12.3 @@ -18,7 +18,7 @@
    12.4   * The Original Code is librabbitmq.
    12.5   *
    12.6   * The Initial Developer of the Original Code is VMware, Inc.
    12.7 - * Portions created by VMware are Copyright (c) 2007-2011 VMware, Inc.
    12.8 + * Portions created by VMware are Copyright (c) 2007-2012 VMware, Inc.
    12.9   *
   12.10   * Portions created by Tony Garnock-Jones are Copyright (c) 2009-2010
   12.11   * VMware, Inc. and Tony Garnock-Jones.
    13.1 --- a/examples/windows/platform_utils.c	Mon Jan 23 18:20:27 2012 +0000
    13.2 +++ b/examples/windows/platform_utils.c	Fri Feb 03 13:05:01 2012 +0000
    13.3 @@ -15,7 +15,7 @@
    13.4   * The Original Code is librabbitmq.
    13.5   *
    13.6   * The Initial Developer of the Original Code is VMware, Inc.
    13.7 - * Portions created by VMware are Copyright (c) 2007-2011 VMware, Inc.
    13.8 + * Portions created by VMware are Copyright (c) 2007-2012 VMware, Inc.
    13.9   *
   13.10   * Portions created by Tony Garnock-Jones are Copyright (c) 2009-2010
   13.11   * VMware, Inc. and Tony Garnock-Jones.
    14.1 --- a/librabbitmq/amqp.h	Mon Jan 23 18:20:27 2012 +0000
    14.2 +++ b/librabbitmq/amqp.h	Fri Feb 03 13:05:01 2012 +0000
    14.3 @@ -18,7 +18,7 @@
    14.4   * The Original Code is librabbitmq.
    14.5   *
    14.6   * The Initial Developer of the Original Code is VMware, Inc.
    14.7 - * Portions created by VMware are Copyright (c) 2007-2011 VMware, Inc.
    14.8 + * Portions created by VMware are Copyright (c) 2007-2012 VMware, Inc.
    14.9   *
   14.10   * Portions created by Tony Garnock-Jones are Copyright (c) 2009-2010
   14.11   * VMware, Inc. and Tony Garnock-Jones.
    15.1 --- a/librabbitmq/amqp_api.c	Mon Jan 23 18:20:27 2012 +0000
    15.2 +++ b/librabbitmq/amqp_api.c	Fri Feb 03 13:05:01 2012 +0000
    15.3 @@ -15,7 +15,7 @@
    15.4   * The Original Code is librabbitmq.
    15.5   *
    15.6   * The Initial Developer of the Original Code is VMware, Inc.
    15.7 - * Portions created by VMware are Copyright (c) 2007-2011 VMware, Inc.
    15.8 + * Portions created by VMware are Copyright (c) 2007-2012 VMware, Inc.
    15.9   *
   15.10   * Portions created by Tony Garnock-Jones are Copyright (c) 2009-2010
   15.11   * VMware, Inc. and Tony Garnock-Jones.
    16.1 --- a/librabbitmq/amqp_connection.c	Mon Jan 23 18:20:27 2012 +0000
    16.2 +++ b/librabbitmq/amqp_connection.c	Fri Feb 03 13:05:01 2012 +0000
    16.3 @@ -15,7 +15,7 @@
    16.4   * The Original Code is librabbitmq.
    16.5   *
    16.6   * The Initial Developer of the Original Code is VMware, Inc.
    16.7 - * Portions created by VMware are Copyright (c) 2007-2011 VMware, Inc.
    16.8 + * Portions created by VMware are Copyright (c) 2007-2012 VMware, Inc.
    16.9   *
   16.10   * Portions created by Tony Garnock-Jones are Copyright (c) 2009-2010
   16.11   * VMware, Inc. and Tony Garnock-Jones.
    17.1 --- a/librabbitmq/amqp_mem.c	Mon Jan 23 18:20:27 2012 +0000
    17.2 +++ b/librabbitmq/amqp_mem.c	Fri Feb 03 13:05:01 2012 +0000
    17.3 @@ -15,7 +15,7 @@
    17.4   * The Original Code is librabbitmq.
    17.5   *
    17.6   * The Initial Developer of the Original Code is VMware, Inc.
    17.7 - * Portions created by VMware are Copyright (c) 2007-2011 VMware, Inc.
    17.8 + * Portions created by VMware are Copyright (c) 2007-2012 VMware, Inc.
    17.9   *
   17.10   * Portions created by Tony Garnock-Jones are Copyright (c) 2009-2010
   17.11   * VMware, Inc. and Tony Garnock-Jones.
    18.1 --- a/librabbitmq/amqp_private.h	Mon Jan 23 18:20:27 2012 +0000
    18.2 +++ b/librabbitmq/amqp_private.h	Fri Feb 03 13:05:01 2012 +0000
    18.3 @@ -18,7 +18,7 @@
    18.4   * The Original Code is librabbitmq.
    18.5   *
    18.6   * The Initial Developer of the Original Code is VMware, Inc.
    18.7 - * Portions created by VMware are Copyright (c) 2007-2011 VMware, Inc.
    18.8 + * Portions created by VMware are Copyright (c) 2007-2012 VMware, Inc.
    18.9   *
   18.10   * Portions created by Tony Garnock-Jones are Copyright (c) 2009-2010
   18.11   * VMware, Inc. and Tony Garnock-Jones.
    19.1 --- a/librabbitmq/amqp_socket.c	Mon Jan 23 18:20:27 2012 +0000
    19.2 +++ b/librabbitmq/amqp_socket.c	Fri Feb 03 13:05:01 2012 +0000
    19.3 @@ -15,7 +15,7 @@
    19.4   * The Original Code is librabbitmq.
    19.5   *
    19.6   * The Initial Developer of the Original Code is VMware, Inc.
    19.7 - * Portions created by VMware are Copyright (c) 2007-2011 VMware, Inc.
    19.8 + * Portions created by VMware are Copyright (c) 2007-2012 VMware, Inc.
    19.9   *
   19.10   * Portions created by Tony Garnock-Jones are Copyright (c) 2009-2010
   19.11   * VMware, Inc. and Tony Garnock-Jones.
    20.1 --- a/librabbitmq/amqp_table.c	Mon Jan 23 18:20:27 2012 +0000
    20.2 +++ b/librabbitmq/amqp_table.c	Fri Feb 03 13:05:01 2012 +0000
    20.3 @@ -15,7 +15,7 @@
    20.4   * The Original Code is librabbitmq.
    20.5   *
    20.6   * The Initial Developer of the Original Code is VMware, Inc.
    20.7 - * Portions created by VMware are Copyright (c) 2007-2011 VMware, Inc.
    20.8 + * Portions created by VMware are Copyright (c) 2007-2012 VMware, Inc.
    20.9   *
   20.10   * Portions created by Tony Garnock-Jones are Copyright (c) 2009-2010
   20.11   * VMware, Inc. and Tony Garnock-Jones.
    21.1 --- a/librabbitmq/amqp_url.c	Mon Jan 23 18:20:27 2012 +0000
    21.2 +++ b/librabbitmq/amqp_url.c	Fri Feb 03 13:05:01 2012 +0000
    21.3 @@ -15,7 +15,7 @@
    21.4   * The Original Code is librabbitmq.
    21.5   *
    21.6   * The Initial Developer of the Original Code is VMware, Inc.
    21.7 - * Portions created by VMware are Copyright (c) 2007-2011 VMware, Inc.
    21.8 + * Portions created by VMware are Copyright (c) 2007-2012 VMware, Inc.
    21.9   *
   21.10   * Portions created by Tony Garnock-Jones are Copyright (c) 2009-2010
   21.11   * VMware, Inc. and Tony Garnock-Jones.
    22.1 --- a/librabbitmq/codegen.py	Mon Jan 23 18:20:27 2012 +0000
    22.2 +++ b/librabbitmq/codegen.py	Fri Feb 03 13:05:01 2012 +0000
    22.3 @@ -14,7 +14,7 @@
    22.4  # The Original Code is librabbitmq.
    22.5  #
    22.6  # The Initial Developer of the Original Code is VMware, Inc.
    22.7 -# Portions created by VMware are Copyright (c) 2007-2011 VMware, Inc.
    22.8 +# Portions created by VMware are Copyright (c) 2007-2012 VMware, Inc.
    22.9  #
   22.10  # Portions created by Tony Garnock-Jones are Copyright (c) 2009-2010
   22.11  # VMware, Inc. and Tony Garnock-Jones.
   22.12 @@ -357,7 +357,7 @@
   22.13   * The Original Code is librabbitmq.
   22.14   *
   22.15   * The Initial Developer of the Original Code is VMware, Inc.
   22.16 - * Portions created by VMware are Copyright (c) 2007-2011 VMware, Inc.
   22.17 + * Portions created by VMware are Copyright (c) 2007-2012 VMware, Inc.
   22.18   *
   22.19   * Portions created by Tony Garnock-Jones are Copyright (c) 2009-2010
   22.20   * VMware, Inc. and Tony Garnock-Jones.
    23.1 --- a/librabbitmq/unix/socket.c	Mon Jan 23 18:20:27 2012 +0000
    23.2 +++ b/librabbitmq/unix/socket.c	Fri Feb 03 13:05:01 2012 +0000
    23.3 @@ -15,7 +15,7 @@
    23.4   * The Original Code is librabbitmq.
    23.5   *
    23.6   * The Initial Developer of the Original Code is VMware, Inc.
    23.7 - * Portions created by VMware are Copyright (c) 2007-2011 VMware, Inc.
    23.8 + * Portions created by VMware are Copyright (c) 2007-2012 VMware, Inc.
    23.9   *
   23.10   * Portions created by Tony Garnock-Jones are Copyright (c) 2009-2010
   23.11   * VMware, Inc. and Tony Garnock-Jones.
    24.1 --- a/librabbitmq/unix/socket.h	Mon Jan 23 18:20:27 2012 +0000
    24.2 +++ b/librabbitmq/unix/socket.h	Fri Feb 03 13:05:01 2012 +0000
    24.3 @@ -18,7 +18,7 @@
    24.4   * The Original Code is librabbitmq.
    24.5   *
    24.6   * The Initial Developer of the Original Code is VMware, Inc.
    24.7 - * Portions created by VMware are Copyright (c) 2007-2011 VMware, Inc.
    24.8 + * Portions created by VMware are Copyright (c) 2007-2012 VMware, Inc.
    24.9   *
   24.10   * Portions created by Tony Garnock-Jones are Copyright (c) 2009-2010
   24.11   * VMware, Inc. and Tony Garnock-Jones.
    25.1 --- a/librabbitmq/windows/socket.c	Mon Jan 23 18:20:27 2012 +0000
    25.2 +++ b/librabbitmq/windows/socket.c	Fri Feb 03 13:05:01 2012 +0000
    25.3 @@ -15,7 +15,7 @@
    25.4   * The Original Code is librabbitmq.
    25.5   *
    25.6   * The Initial Developer of the Original Code is VMware, Inc.
    25.7 - * Portions created by VMware are Copyright (c) 2007-2011 VMware, Inc.
    25.8 + * Portions created by VMware are Copyright (c) 2007-2012 VMware, Inc.
    25.9   *
   25.10   * Portions created by Tony Garnock-Jones are Copyright (c) 2009-2010
   25.11   * VMware, Inc. and Tony Garnock-Jones.
    26.1 --- a/librabbitmq/windows/socket.h	Mon Jan 23 18:20:27 2012 +0000
    26.2 +++ b/librabbitmq/windows/socket.h	Fri Feb 03 13:05:01 2012 +0000
    26.3 @@ -18,7 +18,7 @@
    26.4   * The Original Code is librabbitmq.
    26.5   *
    26.6   * The Initial Developer of the Original Code is VMware, Inc.
    26.7 - * Portions created by VMware are Copyright (c) 2007-2011 VMware, Inc.
    26.8 + * Portions created by VMware are Copyright (c) 2007-2012 VMware, Inc.
    26.9   *
   26.10   * Portions created by Tony Garnock-Jones are Copyright (c) 2009-2010
   26.11   * VMware, Inc. and Tony Garnock-Jones.
    27.1 --- a/tests/test_parse_url.c	Mon Jan 23 18:20:27 2012 +0000
    27.2 +++ b/tests/test_parse_url.c	Fri Feb 03 13:05:01 2012 +0000
    27.3 @@ -15,7 +15,7 @@
    27.4   * The Original Code is librabbitmq.
    27.5   *
    27.6   * The Initial Developer of the Original Code is VMware, Inc.
    27.7 - * Portions created by VMware are Copyright (c) 2007-2011 VMware, Inc.
    27.8 + * Portions created by VMware are Copyright (c) 2007-2012 VMware, Inc.
    27.9   *
   27.10   * Portions created by Tony Garnock-Jones are Copyright (c) 2009-2010
   27.11   * VMware, Inc. and Tony Garnock-Jones.
    28.1 --- a/tests/test_tables.c	Mon Jan 23 18:20:27 2012 +0000
    28.2 +++ b/tests/test_tables.c	Fri Feb 03 13:05:01 2012 +0000
    28.3 @@ -15,7 +15,7 @@
    28.4   * The Original Code is librabbitmq.
    28.5   *
    28.6   * The Initial Developer of the Original Code is VMware, Inc.
    28.7 - * Portions created by VMware are Copyright (c) 2007-2011 VMware, Inc.
    28.8 + * Portions created by VMware are Copyright (c) 2007-2012 VMware, Inc.
    28.9   *
   28.10   * Portions created by Tony Garnock-Jones are Copyright (c) 2009-2010
   28.11   * VMware, Inc. and Tony Garnock-Jones.
    29.1 --- a/tools/common.c	Mon Jan 23 18:20:27 2012 +0000
    29.2 +++ b/tools/common.c	Fri Feb 03 13:05:01 2012 +0000
    29.3 @@ -15,7 +15,7 @@
    29.4   * The Original Code is librabbitmq.
    29.5   *
    29.6   * The Initial Developer of the Original Code is VMware, Inc.
    29.7 - * Portions created by VMware are Copyright (c) 2007-2011 VMware, Inc.
    29.8 + * Portions created by VMware are Copyright (c) 2007-2012 VMware, Inc.
    29.9   *
   29.10   * Portions created by Tony Garnock-Jones are Copyright (c) 2009-2010
   29.11   * VMware, Inc. and Tony Garnock-Jones.
    30.1 --- a/tools/common.h	Mon Jan 23 18:20:27 2012 +0000
    30.2 +++ b/tools/common.h	Fri Feb 03 13:05:01 2012 +0000
    30.3 @@ -15,7 +15,7 @@
    30.4   * The Original Code is librabbitmq.
    30.5   *
    30.6   * The Initial Developer of the Original Code is VMware, Inc.
    30.7 - * Portions created by VMware are Copyright (c) 2007-2011 VMware, Inc.
    30.8 + * Portions created by VMware are Copyright (c) 2007-2012 VMware, Inc.
    30.9   *
   30.10   * Portions created by Tony Garnock-Jones are Copyright (c) 2009-2010
   30.11   * VMware, Inc. and Tony Garnock-Jones.
    31.1 --- a/tools/consume.c	Mon Jan 23 18:20:27 2012 +0000
    31.2 +++ b/tools/consume.c	Fri Feb 03 13:05:01 2012 +0000
    31.3 @@ -15,7 +15,7 @@
    31.4   * The Original Code is librabbitmq.
    31.5   *
    31.6   * The Initial Developer of the Original Code is VMware, Inc.
    31.7 - * Portions created by VMware are Copyright (c) 2007-2011 VMware, Inc.
    31.8 + * Portions created by VMware are Copyright (c) 2007-2012 VMware, Inc.
    31.9   *
   31.10   * Portions created by Tony Garnock-Jones are Copyright (c) 2009-2010
   31.11   * VMware, Inc. and Tony Garnock-Jones.
    32.1 --- a/tools/declare_queue.c	Mon Jan 23 18:20:27 2012 +0000
    32.2 +++ b/tools/declare_queue.c	Fri Feb 03 13:05:01 2012 +0000
    32.3 @@ -15,7 +15,7 @@
    32.4   * The Original Code is librabbitmq.
    32.5   *
    32.6   * The Initial Developer of the Original Code is VMware, Inc.
    32.7 - * Portions created by VMware are Copyright (c) 2007-2011 VMware, Inc.
    32.8 + * Portions created by VMware are Copyright (c) 2007-2012 VMware, Inc.
    32.9   *
   32.10   * Portions created by Tony Garnock-Jones are Copyright (c) 2009-2010
   32.11   * VMware, Inc. and Tony Garnock-Jones.
    33.1 --- a/tools/delete_queue.c	Mon Jan 23 18:20:27 2012 +0000
    33.2 +++ b/tools/delete_queue.c	Fri Feb 03 13:05:01 2012 +0000
    33.3 @@ -15,7 +15,7 @@
    33.4   * The Original Code is librabbitmq.
    33.5   *
    33.6   * The Initial Developer of the Original Code is VMware, Inc.
    33.7 - * Portions created by VMware are Copyright (c) 2007-2011 VMware, Inc.
    33.8 + * Portions created by VMware are Copyright (c) 2007-2012 VMware, Inc.
    33.9   *
   33.10   * Portions created by Tony Garnock-Jones are Copyright (c) 2009-2010
   33.11   * VMware, Inc. and Tony Garnock-Jones.
    34.1 --- a/tools/get.c	Mon Jan 23 18:20:27 2012 +0000
    34.2 +++ b/tools/get.c	Fri Feb 03 13:05:01 2012 +0000
    34.3 @@ -15,7 +15,7 @@
    34.4   * The Original Code is librabbitmq.
    34.5   *
    34.6   * The Initial Developer of the Original Code is VMware, Inc.
    34.7 - * Portions created by VMware are Copyright (c) 2007-2011 VMware, Inc.
    34.8 + * Portions created by VMware are Copyright (c) 2007-2012 VMware, Inc.
    34.9   *
   34.10   * Portions created by Tony Garnock-Jones are Copyright (c) 2009-2010
   34.11   * VMware, Inc. and Tony Garnock-Jones.
    35.1 --- a/tools/publish.c	Mon Jan 23 18:20:27 2012 +0000
    35.2 +++ b/tools/publish.c	Fri Feb 03 13:05:01 2012 +0000
    35.3 @@ -15,7 +15,7 @@
    35.4   * The Original Code is librabbitmq.
    35.5   *
    35.6   * The Initial Developer of the Original Code is VMware, Inc.
    35.7 - * Portions created by VMware are Copyright (c) 2007-2011 VMware, Inc.
    35.8 + * Portions created by VMware are Copyright (c) 2007-2012 VMware, Inc.
    35.9   *
   35.10   * Portions created by Tony Garnock-Jones are Copyright (c) 2009-2010
   35.11   * VMware, Inc. and Tony Garnock-Jones.
    36.1 --- a/tools/unix/process.c	Mon Jan 23 18:20:27 2012 +0000
    36.2 +++ b/tools/unix/process.c	Fri Feb 03 13:05:01 2012 +0000
    36.3 @@ -15,7 +15,7 @@
    36.4   * The Original Code is librabbitmq.
    36.5   *
    36.6   * The Initial Developer of the Original Code is VMware, Inc.
    36.7 - * Portions created by VMware are Copyright (c) 2007-2011 VMware, Inc.
    36.8 + * Portions created by VMware are Copyright (c) 2007-2012 VMware, Inc.
    36.9   *
   36.10   * Portions created by Tony Garnock-Jones are Copyright (c) 2009-2010
   36.11   * VMware, Inc. and Tony Garnock-Jones.
    37.1 --- a/tools/unix/process.h	Mon Jan 23 18:20:27 2012 +0000
    37.2 +++ b/tools/unix/process.h	Fri Feb 03 13:05:01 2012 +0000
    37.3 @@ -15,7 +15,7 @@
    37.4   * The Original Code is librabbitmq.
    37.5   *
    37.6   * The Initial Developer of the Original Code is VMware, Inc.
    37.7 - * Portions created by VMware are Copyright (c) 2007-2011 VMware, Inc.
    37.8 + * Portions created by VMware are Copyright (c) 2007-2012 VMware, Inc.
    37.9   *
   37.10   * Portions created by Tony Garnock-Jones are Copyright (c) 2009-2010
   37.11   * VMware, Inc. and Tony Garnock-Jones.
    38.1 --- a/tools/windows/compat.c	Mon Jan 23 18:20:27 2012 +0000
    38.2 +++ b/tools/windows/compat.c	Fri Feb 03 13:05:01 2012 +0000
    38.3 @@ -15,7 +15,7 @@
    38.4   * The Original Code is librabbitmq.
    38.5   *
    38.6   * The Initial Developer of the Original Code is VMware, Inc.
    38.7 - * Portions created by VMware are Copyright (c) 2007-2011 VMware, Inc.
    38.8 + * Portions created by VMware are Copyright (c) 2007-2012 VMware, Inc.
    38.9   *
   38.10   * Portions created by Tony Garnock-Jones are Copyright (c) 2009-2010
   38.11   * VMware, Inc. and Tony Garnock-Jones.
    39.1 --- a/tools/windows/compat.h	Mon Jan 23 18:20:27 2012 +0000
    39.2 +++ b/tools/windows/compat.h	Fri Feb 03 13:05:01 2012 +0000
    39.3 @@ -15,7 +15,7 @@
    39.4   * The Original Code is librabbitmq.
    39.5   *
    39.6   * The Initial Developer of the Original Code is VMware, Inc.
    39.7 - * Portions created by VMware are Copyright (c) 2007-2011 VMware, Inc.
    39.8 + * Portions created by VMware are Copyright (c) 2007-2012 VMware, Inc.
    39.9   *
   39.10   * Portions created by Tony Garnock-Jones are Copyright (c) 2009-2010
   39.11   * VMware, Inc. and Tony Garnock-Jones.
    40.1 --- a/tools/windows/process.c	Mon Jan 23 18:20:27 2012 +0000
    40.2 +++ b/tools/windows/process.c	Fri Feb 03 13:05:01 2012 +0000
    40.3 @@ -15,7 +15,7 @@
    40.4   * The Original Code is librabbitmq.
    40.5   *
    40.6   * The Initial Developer of the Original Code is VMware, Inc.
    40.7 - * Portions created by VMware are Copyright (c) 2007-2011 VMware, Inc.
    40.8 + * Portions created by VMware are Copyright (c) 2007-2012 VMware, Inc.
    40.9   *
   40.10   * Portions created by Tony Garnock-Jones are Copyright (c) 2009-2010
   40.11   * VMware, Inc. and Tony Garnock-Jones.
    41.1 --- a/tools/windows/process.h	Mon Jan 23 18:20:27 2012 +0000
    41.2 +++ b/tools/windows/process.h	Fri Feb 03 13:05:01 2012 +0000
    41.3 @@ -15,7 +15,7 @@
    41.4   * The Original Code is librabbitmq.
    41.5   *
    41.6   * The Initial Developer of the Original Code is VMware, Inc.
    41.7 - * Portions created by VMware are Copyright (c) 2007-2011 VMware, Inc.
    41.8 + * Portions created by VMware are Copyright (c) 2007-2012 VMware, Inc.
    41.9   *
   41.10   * Portions created by Tony Garnock-Jones are Copyright (c) 2009-2010
   41.11   * VMware, Inc. and Tony Garnock-Jones.