summaryrefslogtreecommitdiff
path: root/librabbitmq
diff options
context:
space:
mode:
authorEmile Joubert <emile@rabbitmq.com>2012-02-02 14:25:41 +0000
committerEmile Joubert <emile@rabbitmq.com>2012-02-02 14:25:41 +0000
commitf2f515e6b660382cead61ba9ac3672d87d661600 (patch)
tree27a76bc414690e422e1c5d47d1f9aff6c33bf555 /librabbitmq
parent16e2586ff6eff92fb6f805c630faa0b3ab8af5a5 (diff)
downloadrabbitmq-c-github-ask-f2f515e6b660382cead61ba9ac3672d87d661600.tar.gz
Update copyright 2012
Diffstat (limited to 'librabbitmq')
-rw-r--r--librabbitmq/amqp.h2
-rw-r--r--librabbitmq/amqp_api.c2
-rw-r--r--librabbitmq/amqp_connection.c2
-rw-r--r--librabbitmq/amqp_mem.c2
-rw-r--r--librabbitmq/amqp_private.h2
-rw-r--r--librabbitmq/amqp_socket.c2
-rw-r--r--librabbitmq/amqp_table.c2
-rw-r--r--librabbitmq/amqp_url.c2
-rw-r--r--librabbitmq/codegen.py4
-rw-r--r--librabbitmq/unix/socket.c2
-rw-r--r--librabbitmq/unix/socket.h2
-rw-r--r--librabbitmq/windows/socket.c2
-rw-r--r--librabbitmq/windows/socket.h2
13 files changed, 14 insertions, 14 deletions
diff --git a/librabbitmq/amqp.h b/librabbitmq/amqp.h
index 5807da5..3535998 100644
--- a/librabbitmq/amqp.h
+++ b/librabbitmq/amqp.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/librabbitmq/amqp_api.c b/librabbitmq/amqp_api.c
index d92cccd..9c5a0ad 100644
--- a/librabbitmq/amqp_api.c
+++ b/librabbitmq/amqp_api.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/amqp_connection.c b/librabbitmq/amqp_connection.c
index 886805d..69fcb6f 100644
--- a/librabbitmq/amqp_connection.c
+++ b/librabbitmq/amqp_connection.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/amqp_mem.c b/librabbitmq/amqp_mem.c
index 85be08c..1e8963f 100644
--- a/librabbitmq/amqp_mem.c
+++ b/librabbitmq/amqp_mem.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/amqp_private.h b/librabbitmq/amqp_private.h
index e019598..0f36258 100644
--- a/librabbitmq/amqp_private.h
+++ b/librabbitmq/amqp_private.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/librabbitmq/amqp_socket.c b/librabbitmq/amqp_socket.c
index 75bd8a4..44f1509 100644
--- a/librabbitmq/amqp_socket.c
+++ b/librabbitmq/amqp_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/amqp_table.c b/librabbitmq/amqp_table.c
index 828dc78..22a3d58 100644
--- a/librabbitmq/amqp_table.c
+++ b/librabbitmq/amqp_table.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/amqp_url.c b/librabbitmq/amqp_url.c
index ba1c4f1..e7cb5bf 100644
--- a/librabbitmq/amqp_url.c
+++ b/librabbitmq/amqp_url.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/codegen.py b/librabbitmq/codegen.py
index 905d313..6327a06 100644
--- a/librabbitmq/codegen.py
+++ b/librabbitmq/codegen.py
@@ -14,7 +14,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.
@@ -357,7 +357,7 @@ def genErl(spec):
* 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/unix/socket.c b/librabbitmq/unix/socket.c
index 54df106..5cf7107 100644
--- a/librabbitmq/unix/socket.c
+++ b/librabbitmq/unix/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/unix/socket.h b/librabbitmq/unix/socket.h
index 523b034..19b8015 100644
--- a/librabbitmq/unix/socket.h
+++ b/librabbitmq/unix/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.
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.