diff options
author | Alan Antonuk <aega@med.umich.edu> | 2012-04-12 11:04:16 -0400 |
---|---|---|
committer | Alan Antonuk <aega@med.umich.edu> | 2012-04-12 11:04:16 -0400 |
commit | 9bfb06a9f5cd5129f1a9fc4387beaba989fa1e3a (patch) | |
tree | c8d2da282fbb48834e1cf5d6c938cc665b8c4d34 /librabbitmq/windows | |
parent | d5513af4fe3f6401ace372b52fa7b19500af5744 (diff) | |
parent | f2f515e6b660382cead61ba9ac3672d87d661600 (diff) | |
download | rabbitmq-c-github-ask-9bfb06a9f5cd5129f1a9fc4387beaba989fa1e3a.tar.gz |
Merge remote-tracking branch 'upstream/bug24606'
Diffstat (limited to 'librabbitmq/windows')
-rw-r--r-- | librabbitmq/windows/socket.c | 2 | ||||
-rw-r--r-- | librabbitmq/windows/socket.h | 2 |
2 files changed, 2 insertions, 2 deletions
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. |