summaryrefslogtreecommitdiff
path: root/include
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
parent29242a376589065ccdb411246ecfaf585a9a072f (diff)
downloadrabbitmq-server-git-7cb55202a039a4f4078bbc7217d919bb4fa05562.tar.gz
(c) year
Diffstat (limited to 'include')
-rw-r--r--include/gm_specs.hrl2
-rw-r--r--include/rabbit.hrl4
-rw-r--r--include/rabbit_cli.hrl2
-rw-r--r--include/rabbit_msg_store.hrl2
4 files changed, 5 insertions, 5 deletions
diff --git a/include/gm_specs.hrl b/include/gm_specs.hrl
index d8686cd10d..5a98e7059b 100644
--- a/include/gm_specs.hrl
+++ b/include/gm_specs.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.
%%
-ifdef(use_specs).
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").
diff --git a/include/rabbit_cli.hrl b/include/rabbit_cli.hrl
index ddb4f4d05d..58c5a3a99e 100644
--- a/include/rabbit_cli.hrl
+++ b/include/rabbit_cli.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.
%%
-define(NODE_OPT, "-n").
diff --git a/include/rabbit_msg_store.hrl b/include/rabbit_msg_store.hrl
index 4e726b07ab..803ed6b7ce 100644
--- a/include/rabbit_msg_store.hrl
+++ b/include/rabbit_msg_store.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.
%%
-include("rabbit.hrl").