summaryrefslogtreecommitdiff
path: root/tools
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 /tools
parentad2b116059e22d393b7e44ad54f345a3fb4e267b (diff)
downloadrabbitmq-c-github-ask-3e3ff87ce6d29c3a6f0026cd7f330a384493675a.tar.gz
Updating license year
Diffstat (limited to 'tools')
-rw-r--r--tools/common.c3
-rw-r--r--tools/common.h3
-rw-r--r--tools/consume.c3
-rw-r--r--tools/declare_queue.c3
-rw-r--r--tools/delete_queue.c3
-rw-r--r--tools/get.c3
-rw-r--r--tools/publish.c3
-rw-r--r--tools/unix/process.c3
-rw-r--r--tools/unix/process.h3
-rw-r--r--tools/win32/compat.c3
-rw-r--r--tools/win32/compat.h3
-rw-r--r--tools/win32/process.c3
-rw-r--r--tools/win32/process.h3
13 files changed, 39 insertions, 0 deletions
diff --git a/tools/common.c b/tools/common.c
index bead858..7659521 100644
--- a/tools/common.c
+++ b/tools/common.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/tools/common.h b/tools/common.h
index 77979ee..cc186ec 100644
--- a/tools/common.h
+++ b/tools/common.h
@@ -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/tools/consume.c b/tools/consume.c
index c52311e..f4af4e2 100644
--- a/tools/consume.c
+++ b/tools/consume.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/tools/declare_queue.c b/tools/declare_queue.c
index 25a94b1..57ba0a3 100644
--- a/tools/declare_queue.c
+++ b/tools/declare_queue.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/tools/delete_queue.c b/tools/delete_queue.c
index 4ebbd94..4df0992 100644
--- a/tools/delete_queue.c
+++ b/tools/delete_queue.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/tools/get.c b/tools/get.c
index bbcde72..357e66a 100644
--- a/tools/get.c
+++ b/tools/get.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/tools/publish.c b/tools/publish.c
index 617b055..f9e4380 100644
--- a/tools/publish.c
+++ b/tools/publish.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/tools/unix/process.c b/tools/unix/process.c
index 249fba3..9b25f4b 100644
--- a/tools/unix/process.c
+++ b/tools/unix/process.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/tools/unix/process.h b/tools/unix/process.h
index a211f27..6f22404 100644
--- a/tools/unix/process.h
+++ b/tools/unix/process.h
@@ -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/tools/win32/compat.c b/tools/win32/compat.c
index 7c7d97e..9a59175 100644
--- a/tools/win32/compat.c
+++ b/tools/win32/compat.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/tools/win32/compat.h b/tools/win32/compat.h
index 74cacbe..d3c2b61 100644
--- a/tools/win32/compat.h
+++ b/tools/win32/compat.h
@@ -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/tools/win32/process.c b/tools/win32/process.c
index 4d5270b..ec57db8 100644
--- a/tools/win32/process.c
+++ b/tools/win32/process.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/tools/win32/process.h b/tools/win32/process.h
index 88f2c7a..2df5d5d 100644
--- a/tools/win32/process.h
+++ b/tools/win32/process.h
@@ -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.
*