summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMichael Klishin <mklishin@pivotal.io>2015-05-24 04:24:11 +0300
committerMichael Klishin <mklishin@pivotal.io>2015-05-24 04:24:11 +0300
commit73f47630aa566d6ae7f4849aa36d0243195d7713 (patch)
tree5f14db07d717f4fff7cec4214143455674973633 /include
parentf04d53ff82e04891ef6121e43a8cd40a60bfed1b (diff)
downloadrabbitmq-server-git-73f47630aa566d6ae7f4849aa36d0243195d7713.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 7627ed431e..ddcfd6a648 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
@@ -104,7 +104,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").