diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2013-07-31 17:11:51 +0100 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2013-07-31 17:11:51 +0100 |
| commit | 201e4a5a2f88c707f67427e00f7a8363891370db (patch) | |
| tree | 7c6ef0524b9e35d360c88d75cbf20d170346caf0 /include | |
| parent | 76cb6f9713234136a1873445abbbdbb83f25fda0 (diff) | |
| parent | 0ae69c00f3eecef96e55891be875e6d816235238 (diff) | |
| download | rabbitmq-server-git-201e4a5a2f88c707f67427e00f7a8363891370db.tar.gz | |
Merge bug25689
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"). |
