summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEmile Joubert <emile@rabbitmq.com>2013-01-23 12:03:02 +0000
committerEmile Joubert <emile@rabbitmq.com>2013-01-23 12:03:02 +0000
commit8e7c8fe9cc77cc63593f450f1a0fe3f99175ee64 (patch)
tree1f2068a92084e5c1ae4b579c71d469f3ab2e6500 /include
parentf01cecf0522b7495feba23a691f30594346398ab (diff)
downloadrabbitmq-server-8e7c8fe9cc77cc63593f450f1a0fe3f99175ee64.tar.gz
Update copyright 2013bug25343
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 b2832b45..19766a00 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,
@@ -90,7 +90,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(PROTOCOL_VERSION, "AMQP 0-9-1 / 0-9 / 0-8").
-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").