summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorAlan Antonuk <aega@med.umich.edu>2012-04-12 11:04:16 -0400
committerAlan Antonuk <aega@med.umich.edu>2012-04-12 11:04:16 -0400
commit9bfb06a9f5cd5129f1a9fc4387beaba989fa1e3a (patch)
treec8d2da282fbb48834e1cf5d6c938cc665b8c4d34 /examples
parentd5513af4fe3f6401ace372b52fa7b19500af5744 (diff)
parentf2f515e6b660382cead61ba9ac3672d87d661600 (diff)
downloadrabbitmq-c-github-ask-9bfb06a9f5cd5129f1a9fc4387beaba989fa1e3a.tar.gz
Merge remote-tracking branch 'upstream/bug24606'
Diffstat (limited to 'examples')
-rw-r--r--examples/amqp_bind.c2
-rw-r--r--examples/amqp_consumer.c2
-rw-r--r--examples/amqp_exchange_declare.c2
-rw-r--r--examples/amqp_listen.c2
-rw-r--r--examples/amqp_listenq.c2
-rw-r--r--examples/amqp_producer.c2
-rw-r--r--examples/amqp_sendstring.c2
-rw-r--r--examples/amqp_unbind.c2
-rw-r--r--examples/unix/platform_utils.c2
-rw-r--r--examples/utils.c2
-rw-r--r--examples/utils.h2
-rw-r--r--examples/windows/platform_utils.c2
12 files changed, 12 insertions, 12 deletions
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.