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
commitf241fc74441ebb1350967b4821eb56324dfccaf1 (patch)
tree1303654fc053eb86de521ff4dff74b8d7304b3eb
parent2e8478983dabe812a95db864db63978ab78445a4 (diff)
downloadrabbitmq-server-f241fc74441ebb1350967b4821eb56324dfccaf1.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 f1a22544..15f5d7c5 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").