summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2013-07-01 10:49:14 +0100
committerSimon MacMullen <simon@rabbitmq.com>2013-07-01 10:49:14 +0100
commit585f4bd75d82b65ffc5ce962fa51654ab8f4d044 (patch)
tree6e04f023d1db2dc3d704aba694625e5e56b859a6 /include
parent8466b2569451adbcde22c34e7a71f5a5f174026c (diff)
downloadrabbitmq-server-585f4bd75d82b65ffc5ce962fa51654ab8f4d044.tar.gz
s/VMware/GoPivotal/g
Diffstat (limited to 'include')
-rw-r--r--include/gm_specs.hrl4
-rw-r--r--include/rabbit.hrl6
-rw-r--r--include/rabbit_msg_store.hrl4
3 files changed, 7 insertions, 7 deletions
diff --git a/include/gm_specs.hrl b/include/gm_specs.hrl
index b3dd6615..81555c46 100644
--- a/include/gm_specs.hrl
+++ b/include/gm_specs.hrl
@@ -10,8 +10,8 @@
%%
%% The Original Code is RabbitMQ.
%%
-%% The Initial Developer of the Original Code is VMware, Inc.
-%% Copyright (c) 2007-2013 VMware, Inc. All rights reserved.
+%% The Initial Developer of the Original Code is GoPivotal, Inc.
+%% Copyright (c) 2007-2013 GoPivotal, Inc. All rights reserved.
%%
-ifdef(use_specs).
diff --git a/include/rabbit.hrl b/include/rabbit.hrl
index 4282755d..6df44bea 100644
--- a/include/rabbit.hrl
+++ b/include/rabbit.hrl
@@ -10,8 +10,8 @@
%%
%% The Original Code is RabbitMQ.
%%
-%% The Initial Developer of the Original Code is VMware, Inc.
-%% Copyright (c) 2007-2013 VMware, Inc. All rights reserved.
+%% The Initial Developer of the Original Code is GoPivotal, Inc.
+%% Copyright (c) 2007-2013 GoPivotal, Inc. All rights reserved.
%%
-record(user, {username,
@@ -86,7 +86,7 @@
%%----------------------------------------------------------------------------
--define(COPYRIGHT_MESSAGE, "Copyright (C) 2007-2013 VMware, Inc.").
+-define(COPYRIGHT_MESSAGE, "Copyright (C) 2007-2013 GoPivotal, 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 8665dc55..da4fd839 100644
--- a/include/rabbit_msg_store.hrl
+++ b/include/rabbit_msg_store.hrl
@@ -10,8 +10,8 @@
%%
%% The Original Code is RabbitMQ.
%%
-%% The Initial Developer of the Original Code is VMware, Inc.
-%% Copyright (c) 2007-2013 VMware, Inc. All rights reserved.
+%% The Initial Developer of the Original Code is GoPivotal, Inc.
+%% Copyright (c) 2007-2013 GoPivotal, Inc. All rights reserved.
%%
-include("rabbit.hrl").