diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2013-07-01 10:49:14 +0100 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2013-07-01 10:49:14 +0100 |
| commit | cb7027982ae4c4c35908f619e7e3223dd9d24953 (patch) | |
| tree | 6e04f023d1db2dc3d704aba694625e5e56b859a6 /include | |
| parent | 79c481b26c6b32efeab7b1c05754f2b4a562370f (diff) | |
| download | rabbitmq-server-git-cb7027982ae4c4c35908f619e7e3223dd9d24953.tar.gz | |
s/VMware/GoPivotal/g
Diffstat (limited to 'include')
| -rw-r--r-- | include/gm_specs.hrl | 4 | ||||
| -rw-r--r-- | include/rabbit.hrl | 6 | ||||
| -rw-r--r-- | include/rabbit_msg_store.hrl | 4 |
3 files changed, 7 insertions, 7 deletions
diff --git a/include/gm_specs.hrl b/include/gm_specs.hrl index b3dd661562..81555c4696 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 4282755df5..6df44bea2a 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 8665dc5586..da4fd83961 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"). |
