summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorAlan Antonuk <alan.antonuk@gmail.com>2013-04-11 11:03:02 -0700
committerAlan Antonuk <alan.antonuk@gmail.com>2013-04-17 09:56:30 -0700
commitccd964f3e6833bf5f1ae934fd56053475c2e7af9 (patch)
tree93bce2585164e62bddeab588266d7cbc070bb205 /examples
parenta2a91f532b7e648b2468acad39ae7169ac020d0a (diff)
downloadrabbitmq-c-ccd964f3e6833bf5f1ae934fd56053475c2e7af9.tar.gz
Updating license header in new files
Diffstat (limited to 'examples')
-rw-r--r--examples/amqps_bind.c6
-rw-r--r--examples/amqps_consumer.c6
-rw-r--r--examples/amqps_exchange_declare.c6
-rw-r--r--examples/amqps_listen.c6
-rw-r--r--examples/amqps_listenq.c6
-rw-r--r--examples/amqps_producer.c6
-rw-r--r--examples/amqps_sendstring.c6
-rw-r--r--examples/amqps_unbind.c6
8 files changed, 48 insertions, 0 deletions
diff --git a/examples/amqps_bind.c b/examples/amqps_bind.c
index 53c5256..fbde025 100644
--- a/examples/amqps_bind.c
+++ b/examples/amqps_bind.c
@@ -3,6 +3,12 @@
* ***** BEGIN LICENSE BLOCK *****
* Version: MIT
*
+ * Portions created by Alan Antonuk are Copyright (c) 2012-2013
+ * Alan Antonuk. All Rights Reserved.
+ *
+ * Portions created by Mike Steinert are Copyright (c) 2012-2013
+ * Mike Steinert. All Rights Reserved.
+ *
* Portions created by VMware are Copyright (c) 2007-2012 VMware, Inc.
* All Rights Reserved.
*
diff --git a/examples/amqps_consumer.c b/examples/amqps_consumer.c
index c02168a..137457f 100644
--- a/examples/amqps_consumer.c
+++ b/examples/amqps_consumer.c
@@ -3,6 +3,12 @@
* ***** BEGIN LICENSE BLOCK *****
* Version: MIT
*
+ * Portions created by Alan Antonuk are Copyright (c) 2012-2013
+ * Alan Antonuk. All Rights Reserved.
+ *
+ * Portions created by Mike Steinert are Copyright (c) 2012-2013
+ * Mike Steinert. All Rights Reserved.
+ *
* Portions created by VMware are Copyright (c) 2007-2012 VMware, Inc.
* All Rights Reserved.
*
diff --git a/examples/amqps_exchange_declare.c b/examples/amqps_exchange_declare.c
index 199c0c5..bae2f57 100644
--- a/examples/amqps_exchange_declare.c
+++ b/examples/amqps_exchange_declare.c
@@ -3,6 +3,12 @@
* ***** BEGIN LICENSE BLOCK *****
* Version: MIT
*
+ * Portions created by Alan Antonuk are Copyright (c) 2012-2013
+ * Alan Antonuk. All Rights Reserved.
+ *
+ * Portions created by Mike Steinert are Copyright (c) 2012-2013
+ * Mike Steinert. All Rights Reserved.
+ *
* Portions created by VMware are Copyright (c) 2007-2012 VMware, Inc.
* All Rights Reserved.
*
diff --git a/examples/amqps_listen.c b/examples/amqps_listen.c
index 728a343..0e45162 100644
--- a/examples/amqps_listen.c
+++ b/examples/amqps_listen.c
@@ -3,6 +3,12 @@
* ***** BEGIN LICENSE BLOCK *****
* Version: MIT
*
+ * Portions created by Alan Antonuk are Copyright (c) 2012-2013
+ * Alan Antonuk. All Rights Reserved.
+ *
+ * Portions created by Mike Steinert are Copyright (c) 2012-2013
+ * Mike Steinert. All Rights Reserved.
+ *
* Portions created by VMware are Copyright (c) 2007-2012 VMware, Inc.
* All Rights Reserved.
*
diff --git a/examples/amqps_listenq.c b/examples/amqps_listenq.c
index ff28e24..321c6a3 100644
--- a/examples/amqps_listenq.c
+++ b/examples/amqps_listenq.c
@@ -3,6 +3,12 @@
* ***** BEGIN LICENSE BLOCK *****
* Version: MIT
*
+ * Portions created by Alan Antonuk are Copyright (c) 2012-2013
+ * Alan Antonuk. All Rights Reserved.
+ *
+ * Portions created by Mike Steinert are Copyright (c) 2012-2013
+ * Mike Steinert. All Rights Reserved.
+ *
* Portions created by VMware are Copyright (c) 2007-2012 VMware, Inc.
* All Rights Reserved.
*
diff --git a/examples/amqps_producer.c b/examples/amqps_producer.c
index c67f8ca..f8f6dc6 100644
--- a/examples/amqps_producer.c
+++ b/examples/amqps_producer.c
@@ -3,6 +3,12 @@
* ***** BEGIN LICENSE BLOCK *****
* Version: MIT
*
+ * Portions created by Alan Antonuk are Copyright (c) 2012-2013
+ * Alan Antonuk. All Rights Reserved.
+ *
+ * Portions created by Mike Steinert are Copyright (c) 2012-2013
+ * Mike Steinert. All Rights Reserved.
+ *
* Portions created by VMware are Copyright (c) 2007-2012 VMware, Inc.
* All Rights Reserved.
*
diff --git a/examples/amqps_sendstring.c b/examples/amqps_sendstring.c
index 989e73a..7465ef2 100644
--- a/examples/amqps_sendstring.c
+++ b/examples/amqps_sendstring.c
@@ -3,6 +3,12 @@
* ***** BEGIN LICENSE BLOCK *****
* Version: MIT
*
+ * Portions created by Alan Antonuk are Copyright (c) 2012-2013
+ * Alan Antonuk. All Rights Reserved.
+ *
+ * Portions created by Mike Steinert are Copyright (c) 2012-2013
+ * Mike Steinert. All Rights Reserved.
+ *
* Portions created by VMware are Copyright (c) 2007-2012 VMware, Inc.
* All Rights Reserved.
*
diff --git a/examples/amqps_unbind.c b/examples/amqps_unbind.c
index dfe0f1a..bae017d 100644
--- a/examples/amqps_unbind.c
+++ b/examples/amqps_unbind.c
@@ -3,6 +3,12 @@
* ***** BEGIN LICENSE BLOCK *****
* Version: MIT
*
+ * Portions created by Alan Antonuk are Copyright (c) 2012-2013
+ * Alan Antonuk. All Rights Reserved.
+ *
+ * Portions created by Mike Steinert are Copyright (c) 2012-2013
+ * Mike Steinert. All Rights Reserved.
+ *
* Portions created by VMware are Copyright (c) 2007-2012 VMware, Inc.
* All Rights Reserved.
*