diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2011-08-08 16:24:51 +0100 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2011-08-08 16:24:51 +0100 |
| commit | fa4ba6adf48faa8363b5c8673aaa84069b4381e0 (patch) | |
| tree | 9e7d943bdc2a352aa2c66198a3bfa9b737bfbdd1 | |
| parent | e4e2f20a6534d8148808a925592fff948b7368b5 (diff) | |
| download | rabbitmq-server-git-fa4ba6adf48faa8363b5c8673aaa84069b4381e0.tar.gz | |
The most important commit so far.
| -rw-r--r-- | src/mirrored_supervisor.erl | 2 | ||||
| -rw-r--r-- | src/mirrored_supervisor_tests.erl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/mirrored_supervisor.erl b/src/mirrored_supervisor.erl index ee27d5bdfb..7b5c363a45 100644 --- a/src/mirrored_supervisor.erl +++ b/src/mirrored_supervisor.erl @@ -11,7 +11,7 @@ %% The Original Code is RabbitMQ. %% %% The Initial Developer of the Original Code is VMware, Inc. -%% Copyright (c) 2007-2011 VMware, Inc. All rights reserved. +%% Copyright (c) 2011 VMware, Inc. All rights reserved. %% -module(mirrored_supervisor). diff --git a/src/mirrored_supervisor_tests.erl b/src/mirrored_supervisor_tests.erl index 48ef45b8dc..9515eb7932 100644 --- a/src/mirrored_supervisor_tests.erl +++ b/src/mirrored_supervisor_tests.erl @@ -11,7 +11,7 @@ %% The Original Code is RabbitMQ. %% %% The Initial Developer of the Original Code is VMware, Inc. -%% Copyright (c) 2007-2011 VMware, Inc. All rights reserved. +%% Copyright (c) 2011 VMware, Inc. All rights reserved. %% -module(mirrored_supervisor_tests). |
