summaryrefslogtreecommitdiff
path: root/tools
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 /tools
parent16e2586ff6eff92fb6f805c630faa0b3ab8af5a5 (diff)
downloadrabbitmq-c-github-ask-f2f515e6b660382cead61ba9ac3672d87d661600.tar.gz
Update copyright 2012
Diffstat (limited to 'tools')
-rw-r--r--tools/common.c2
-rw-r--r--tools/common.h2
-rw-r--r--tools/consume.c2
-rw-r--r--tools/declare_queue.c2
-rw-r--r--tools/delete_queue.c2
-rw-r--r--tools/get.c2
-rw-r--r--tools/publish.c2
-rw-r--r--tools/unix/process.c2
-rw-r--r--tools/unix/process.h2
-rw-r--r--tools/windows/compat.c2
-rw-r--r--tools/windows/compat.h2
-rw-r--r--tools/windows/process.c2
-rw-r--r--tools/windows/process.h2
13 files changed, 13 insertions, 13 deletions
diff --git a/tools/common.c b/tools/common.c
index 81fa332..942c452 100644
--- a/tools/common.c
+++ b/tools/common.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/tools/common.h b/tools/common.h
index 8e24dd0..1d51e62 100644
--- a/tools/common.h
+++ b/tools/common.h
@@ -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/tools/consume.c b/tools/consume.c
index 9d8a7f0..0191d02 100644
--- a/tools/consume.c
+++ b/tools/consume.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/tools/declare_queue.c b/tools/declare_queue.c
index d14d09a..b34d5ca 100644
--- a/tools/declare_queue.c
+++ b/tools/declare_queue.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/tools/delete_queue.c b/tools/delete_queue.c
index acb4d67..d2203fd 100644
--- a/tools/delete_queue.c
+++ b/tools/delete_queue.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/tools/get.c b/tools/get.c
index fff1db5..f632c20 100644
--- a/tools/get.c
+++ b/tools/get.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/tools/publish.c b/tools/publish.c
index d4caff8..15db8a4 100644
--- a/tools/publish.c
+++ b/tools/publish.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/tools/unix/process.c b/tools/unix/process.c
index 1170ab1..fbc472a 100644
--- a/tools/unix/process.c
+++ b/tools/unix/process.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/tools/unix/process.h b/tools/unix/process.h
index 692ff41..e0abea3 100644
--- a/tools/unix/process.h
+++ b/tools/unix/process.h
@@ -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/tools/windows/compat.c b/tools/windows/compat.c
index 57fbd31..8181459 100644
--- a/tools/windows/compat.c
+++ b/tools/windows/compat.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/tools/windows/compat.h b/tools/windows/compat.h
index 924257a..b0148d7 100644
--- a/tools/windows/compat.h
+++ b/tools/windows/compat.h
@@ -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/tools/windows/process.c b/tools/windows/process.c
index 0cd09fc..ffd3354 100644
--- a/tools/windows/process.c
+++ b/tools/windows/process.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/tools/windows/process.h b/tools/windows/process.h
index 57445fb..31f70cc 100644
--- a/tools/windows/process.h
+++ b/tools/windows/process.h
@@ -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.