summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2013-01-24 13:15:54 +0000
committerSimon MacMullen <simon@rabbitmq.com>2013-01-24 13:15:54 +0000
commitfee6664054eaf1815e2404a8a3aaa03533fdfff4 (patch)
treee730bc265983a528c802b6bdf8e6e209a771c83e /include
parent693e2aab0699c7860141e46e1283b012aff44cf1 (diff)
parentc7dc2628420bd37e9376d150f67d245bf1c38e07 (diff)
downloadrabbitmq-server-fee6664054eaf1815e2404a8a3aaa03533fdfff4.tar.gz
stable to default
Diffstat (limited to 'include')
-rw-r--r--include/gm_specs.hrl2
-rw-r--r--include/rabbit.hrl4
-rw-r--r--include/rabbit_msg_store.hrl2
3 files changed, 4 insertions, 4 deletions
diff --git a/include/gm_specs.hrl b/include/gm_specs.hrl
index a317e63b..b3dd6615 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 VMware, Inc.
-%% Copyright (c) 2007-2012 VMware, Inc. All rights reserved.
+%% Copyright (c) 2007-2013 VMware, Inc. All rights reserved.
%%
-ifdef(use_specs).
diff --git a/include/rabbit.hrl b/include/rabbit.hrl
index 78763045..eeee799e 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 VMware, Inc.
-%% Copyright (c) 2007-2012 VMware, Inc. All rights reserved.
+%% Copyright (c) 2007-2013 VMware, Inc. All rights reserved.
%%
-record(user, {username,
@@ -86,7 +86,7 @@
%%----------------------------------------------------------------------------
--define(COPYRIGHT_MESSAGE, "Copyright (C) 2007-2012 VMware, Inc.").
+-define(COPYRIGHT_MESSAGE, "Copyright (C) 2007-2013 VMware, Inc.").
-define(INFORMATION_MESSAGE, "Licensed under the MPL. See http://www.rabbitmq.com/").
-define(ERTS_MINIMUM, "5.6.3").
diff --git a/include/rabbit_msg_store.hrl b/include/rabbit_msg_store.hrl
index f7c10bd8..8665dc55 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 VMware, Inc.
-%% Copyright (c) 2007-2012 VMware, Inc. All rights reserved.
+%% Copyright (c) 2007-2013 VMware, Inc. All rights reserved.
%%
-include("rabbit.hrl").