summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorAlan Antonuk <alan.antonuk@gmail.com>2013-04-08 15:30:29 -0700
committerAlan Antonuk <alan.antonuk@gmail.com>2013-04-08 15:33:04 -0700
commit3e3ff87ce6d29c3a6f0026cd7f330a384493675a (patch)
tree571a1854f011b5d80fd6421484fd31baf05ca139 /examples
parentad2b116059e22d393b7e44ad54f345a3fb4e267b (diff)
downloadrabbitmq-c-3e3ff87ce6d29c3a6f0026cd7f330a384493675a.tar.gz
Updating license year
Diffstat (limited to 'examples')
-rw-r--r--examples/amqp_bind.c3
-rw-r--r--examples/amqp_consumer.c3
-rw-r--r--examples/amqp_exchange_declare.c3
-rw-r--r--examples/amqp_listen.c3
-rw-r--r--examples/amqp_listenq.c3
-rw-r--r--examples/amqp_producer.c3
-rw-r--r--examples/amqp_rpc_sendstring_client.c3
-rw-r--r--examples/amqp_sendstring.c3
-rw-r--r--examples/amqp_unbind.c3
-rw-r--r--examples/unix/platform_utils.c3
-rw-r--r--examples/utils.c3
-rw-r--r--examples/utils.h3
-rw-r--r--examples/win32/platform_utils.c3
13 files changed, 39 insertions, 0 deletions
diff --git a/examples/amqp_bind.c b/examples/amqp_bind.c
index 3c9a863..b778d25 100644
--- a/examples/amqp_bind.c
+++ b/examples/amqp_bind.c
@@ -3,6 +3,9 @@
* ***** BEGIN LICENSE BLOCK *****
* Version: MIT
*
+ * Portions created by Alan Antonuk are Copyright (c) 2012-2013
+ * Alan Antonuk. All Rights Reserved.
+ *
* Portions created by VMware are Copyright (c) 2007-2012 VMware, Inc.
* All Rights Reserved.
*
diff --git a/examples/amqp_consumer.c b/examples/amqp_consumer.c
index aa63346..878bf29 100644
--- a/examples/amqp_consumer.c
+++ b/examples/amqp_consumer.c
@@ -3,6 +3,9 @@
* ***** BEGIN LICENSE BLOCK *****
* Version: MIT
*
+ * Portions created by Alan Antonuk are Copyright (c) 2012-2013
+ * Alan Antonuk. All Rights Reserved.
+ *
* Portions created by VMware are Copyright (c) 2007-2012 VMware, Inc.
* All Rights Reserved.
*
diff --git a/examples/amqp_exchange_declare.c b/examples/amqp_exchange_declare.c
index 749109c..a12319b 100644
--- a/examples/amqp_exchange_declare.c
+++ b/examples/amqp_exchange_declare.c
@@ -3,6 +3,9 @@
* ***** BEGIN LICENSE BLOCK *****
* Version: MIT
*
+ * Portions created by Alan Antonuk are Copyright (c) 2012-2013
+ * Alan Antonuk. All Rights Reserved.
+ *
* Portions created by VMware are Copyright (c) 2007-2012 VMware, Inc.
* All Rights Reserved.
*
diff --git a/examples/amqp_listen.c b/examples/amqp_listen.c
index 0347375..1e8fa79 100644
--- a/examples/amqp_listen.c
+++ b/examples/amqp_listen.c
@@ -3,6 +3,9 @@
* ***** BEGIN LICENSE BLOCK *****
* Version: MIT
*
+ * Portions created by Alan Antonuk are Copyright (c) 2012-2013
+ * Alan Antonuk. All Rights Reserved.
+ *
* Portions created by VMware are Copyright (c) 2007-2012 VMware, Inc.
* All Rights Reserved.
*
diff --git a/examples/amqp_listenq.c b/examples/amqp_listenq.c
index 762831d..8d9c3e3 100644
--- a/examples/amqp_listenq.c
+++ b/examples/amqp_listenq.c
@@ -3,6 +3,9 @@
* ***** BEGIN LICENSE BLOCK *****
* Version: MIT
*
+ * Portions created by Alan Antonuk are Copyright (c) 2012-2013
+ * Alan Antonuk. All Rights Reserved.
+ *
* Portions created by VMware are Copyright (c) 2007-2012 VMware, Inc.
* All Rights Reserved.
*
diff --git a/examples/amqp_producer.c b/examples/amqp_producer.c
index 4a1cd68..229756b 100644
--- a/examples/amqp_producer.c
+++ b/examples/amqp_producer.c
@@ -3,6 +3,9 @@
* ***** BEGIN LICENSE BLOCK *****
* Version: MIT
*
+ * Portions created by Alan Antonuk are Copyright (c) 2012-2013
+ * Alan Antonuk. All Rights Reserved.
+ *
* Portions created by VMware are Copyright (c) 2007-2012 VMware, Inc.
* All Rights Reserved.
*
diff --git a/examples/amqp_rpc_sendstring_client.c b/examples/amqp_rpc_sendstring_client.c
index 7914e2c..3357524 100644
--- a/examples/amqp_rpc_sendstring_client.c
+++ b/examples/amqp_rpc_sendstring_client.c
@@ -3,6 +3,9 @@
* ***** BEGIN LICENSE BLOCK *****
* Version: MIT
*
+ * Portions created by Alan Antonuk are Copyright (c) 2012-2013
+ * Alan Antonuk. All Rights Reserved.
+ *
* Portions created by VMware are Copyright (c) 2007-2012 VMware, Inc.
* All Rights Reserved.
*
diff --git a/examples/amqp_sendstring.c b/examples/amqp_sendstring.c
index f1456c9..424bd68 100644
--- a/examples/amqp_sendstring.c
+++ b/examples/amqp_sendstring.c
@@ -3,6 +3,9 @@
* ***** BEGIN LICENSE BLOCK *****
* Version: MIT
*
+ * Portions created by Alan Antonuk are Copyright (c) 2012-2013
+ * Alan Antonuk. All Rights Reserved.
+ *
* Portions created by VMware are Copyright (c) 2007-2012 VMware, Inc.
* All Rights Reserved.
*
diff --git a/examples/amqp_unbind.c b/examples/amqp_unbind.c
index 011f561..77ac724 100644
--- a/examples/amqp_unbind.c
+++ b/examples/amqp_unbind.c
@@ -3,6 +3,9 @@
* ***** BEGIN LICENSE BLOCK *****
* Version: MIT
*
+ * Portions created by Alan Antonuk are Copyright (c) 2012-2013
+ * Alan Antonuk. All Rights Reserved.
+ *
* Portions created by VMware are Copyright (c) 2007-2012 VMware, Inc.
* All Rights Reserved.
*
diff --git a/examples/unix/platform_utils.c b/examples/unix/platform_utils.c
index 6e356cb..777d56b 100644
--- a/examples/unix/platform_utils.c
+++ b/examples/unix/platform_utils.c
@@ -3,6 +3,9 @@
* ***** BEGIN LICENSE BLOCK *****
* Version: MIT
*
+ * Portions created by Alan Antonuk are Copyright (c) 2012-2013
+ * Alan Antonuk. All Rights Reserved.
+ *
* Portions created by VMware are Copyright (c) 2007-2012 VMware, Inc.
* All Rights Reserved.
*
diff --git a/examples/utils.c b/examples/utils.c
index 328a5e5..609c354 100644
--- a/examples/utils.c
+++ b/examples/utils.c
@@ -3,6 +3,9 @@
* ***** BEGIN LICENSE BLOCK *****
* Version: MIT
*
+ * Portions created by Alan Antonuk are Copyright (c) 2012-2013
+ * Alan Antonuk. All Rights Reserved.
+ *
* Portions created by VMware are Copyright (c) 2007-2012 VMware, Inc.
* All Rights Reserved.
*
diff --git a/examples/utils.h b/examples/utils.h
index f1d40b3..2e7b15f 100644
--- a/examples/utils.h
+++ b/examples/utils.h
@@ -6,6 +6,9 @@
* ***** BEGIN LICENSE BLOCK *****
* Version: MIT
*
+ * Portions created by Alan Antonuk are Copyright (c) 2012-2013
+ * Alan Antonuk. All Rights Reserved.
+ *
* Portions created by VMware are Copyright (c) 2007-2012 VMware, Inc.
* All Rights Reserved.
*
diff --git a/examples/win32/platform_utils.c b/examples/win32/platform_utils.c
index dff6243..afcbac8 100644
--- a/examples/win32/platform_utils.c
+++ b/examples/win32/platform_utils.c
@@ -3,6 +3,9 @@
* ***** BEGIN LICENSE BLOCK *****
* Version: MIT
*
+ * Portions created by Alan Antonuk are Copyright (c) 2012-2013
+ * Alan Antonuk. All Rights Reserved.
+ *
* Portions created by VMware are Copyright (c) 2007-2012 VMware, Inc.
* All Rights Reserved.
*