summaryrefslogtreecommitdiff
path: root/include/rabbit.hrl
diff options
context:
space:
mode:
authorMichael Klishin <mklishin@pivotal.io>2015-05-24 04:19:23 +0300
committerMichael Klishin <mklishin@pivotal.io>2015-05-24 04:19:23 +0300
commit7cb55202a039a4f4078bbc7217d919bb4fa05562 (patch)
treee9aa9db2330b99c7e47aa40a0e669d66284edd21 /include/rabbit.hrl
parent29242a376589065ccdb411246ecfaf585a9a072f (diff)
downloadrabbitmq-server-git-7cb55202a039a4f4078bbc7217d919bb4fa05562.tar.gz
(c) year
Diffstat (limited to 'include/rabbit.hrl')
-rw-r--r--include/rabbit.hrl4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/rabbit.hrl b/include/rabbit.hrl
index b4afddeef1..9840416528 100644
--- a/include/rabbit.hrl
+++ b/include/rabbit.hrl
@@ -11,7 +11,7 @@
%% The Original Code is RabbitMQ.
%%
%% The Initial Developer of the Original Code is GoPivotal, Inc.
-%% Copyright (c) 2007-2014 GoPivotal, Inc. All rights reserved.
+%% Copyright (c) 2007-2015 Pivotal Software, Inc. All rights reserved.
%%
%% Passed around most places
@@ -106,7 +106,7 @@
%%----------------------------------------------------------------------------
--define(COPYRIGHT_MESSAGE, "Copyright (C) 2007-2014 GoPivotal, Inc.").
+-define(COPYRIGHT_MESSAGE, "Copyright (C) 2007-2015 Pivotal Software, Inc.").
-define(INFORMATION_MESSAGE, "Licensed under the MPL. See http://www.rabbitmq.com/").
-define(ERTS_MINIMUM, "5.6.3").