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 | 585f4bd75d82b65ffc5ce962fa51654ab8f4d044 (patch) | |
tree | 6e04f023d1db2dc3d704aba694625e5e56b859a6 /src/priority_queue.erl | |
parent | 8466b2569451adbcde22c34e7a71f5a5f174026c (diff) | |
download | rabbitmq-server-585f4bd75d82b65ffc5ce962fa51654ab8f4d044.tar.gz |
s/VMware/GoPivotal/g
Diffstat (limited to 'src/priority_queue.erl')
-rw-r--r-- | src/priority_queue.erl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/priority_queue.erl b/src/priority_queue.erl index 0dc19819..3d9e7c6a 100644 --- a/src/priority_queue.erl +++ b/src/priority_queue.erl @@ -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. %% %% Priority queues have essentially the same interface as ordinary |