summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Sackman <matthew@rabbitmq.com>2011-01-19 13:38:43 +0000
committerMatthew Sackman <matthew@rabbitmq.com>2011-01-19 13:38:43 +0000
commitf0dc513e2fa62f19e3731f3de8b0853d40757304 (patch)
tree1303654fc053eb86de521ff4dff74b8d7304b3eb
parentad0cd7400e3e8613b5539d9149ac2ee3885895d6 (diff)
downloadrabbitmq-server-git-f0dc513e2fa62f19e3731f3de8b0853d40757304.tar.gz
Correct copyright message
-rw-r--r--include/rabbit.hrl2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rabbit.hrl b/include/rabbit.hrl
index f1a2254484..15f5d7c5b0 100644
--- a/include/rabbit.hrl
+++ b/include/rabbit.hrl
@@ -70,7 +70,7 @@
%%----------------------------------------------------------------------------
--define(COPYRIGHT_MESSAGE, "Copyright (C) 2007-2010 LShift Ltd., Cohesive Financial Technologies LLC., and Rabbit Technologies Ltd.").
+-define(COPYRIGHT_MESSAGE, "Copyright (C) 2007-2011 VMware, Inc.").
-define(INFORMATION_MESSAGE, "Licensed under the MPL. See http://www.rabbitmq.com/").
-define(PROTOCOL_VERSION, "AMQP 0-9-1 / 0-9 / 0-8").
-define(ERTS_MINIMUM, "5.6.3").