diff options
Diffstat (limited to 'src/worker_pool_sup.erl')
-rw-r--r-- | src/worker_pool_sup.erl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/worker_pool_sup.erl b/src/worker_pool_sup.erl index b9835f1e..24bc375c 100644 --- a/src/worker_pool_sup.erl +++ b/src/worker_pool_sup.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. %% -module(worker_pool_sup). |