diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2010-10-25 17:13:19 +0100 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2010-10-25 17:13:19 +0100 |
| commit | 3b340ab5daebe37147084386451fc7c924afe10f (patch) | |
| tree | 90db83eed389243303f6ded2443d2b525b0fa4db | |
| parent | 0c774c7c0b01fd81f94562aaaa796af1c7ee703e (diff) | |
| download | rabbitmq-server-git-3b340ab5daebe37147084386451fc7c924afe10f.tar.gz | |
Fix copyright statements
| -rw-r--r-- | src/rabbit_upgrade.erl | 15 | ||||
| -rw-r--r-- | src/rabbit_upgrade_functions.erl | 14 |
2 files changed, 5 insertions, 24 deletions
diff --git a/src/rabbit_upgrade.erl b/src/rabbit_upgrade.erl index d387795814..209e5df837 100644 --- a/src/rabbit_upgrade.erl +++ b/src/rabbit_upgrade.erl @@ -10,24 +10,15 @@ %% %% The Original Code is RabbitMQ. %% -%% The Initial Developers of the Original Code are LShift Ltd, -%% Cohesive Financial Technologies LLC, and Rabbit Technologies Ltd. +%% The Initial Developers of the Original Code are Rabbit Technologies Ltd. %% -%% Portions created before 22-Nov-2008 00:00:00 GMT by LShift Ltd, -%% Cohesive Financial Technologies LLC, or Rabbit Technologies Ltd -%% are Copyright (C) 2007-2008 LShift Ltd, Cohesive Financial -%% Technologies LLC, and Rabbit Technologies Ltd. -%% -%% Portions created by LShift Ltd are Copyright (C) 2007-2010 LShift -%% Ltd. Portions created by Cohesive Financial Technologies LLC are -%% Copyright (C) 2007-2010 Cohesive Financial Technologies -%% LLC. Portions created by Rabbit Technologies Ltd are Copyright -%% (C) 2007-2010 Rabbit Technologies Ltd. +%% Copyright (C) 2010 Rabbit Technologies Ltd. %% %% All Rights Reserved. %% %% Contributor(s): ______________________________________. %% + -module(rabbit_upgrade). -export([maybe_upgrade/1, write_version/1]). diff --git a/src/rabbit_upgrade_functions.erl b/src/rabbit_upgrade_functions.erl index c8a494b578..c53187e231 100644 --- a/src/rabbit_upgrade_functions.erl +++ b/src/rabbit_upgrade_functions.erl @@ -10,19 +10,9 @@ %% %% The Original Code is RabbitMQ. %% -%% The Initial Developers of the Original Code are LShift Ltd, -%% Cohesive Financial Technologies LLC, and Rabbit Technologies Ltd. +%% The Initial Developers of the Original Code are Rabbit Technologies Ltd. %% -%% Portions created before 22-Nov-2008 00:00:00 GMT by LShift Ltd, -%% Cohesive Financial Technologies LLC, or Rabbit Technologies Ltd -%% are Copyright (C) 2007-2008 LShift Ltd, Cohesive Financial -%% Technologies LLC, and Rabbit Technologies Ltd. -%% -%% Portions created by LShift Ltd are Copyright (C) 2007-2010 LShift -%% Ltd. Portions created by Cohesive Financial Technologies LLC are -%% Copyright (C) 2007-2010 Cohesive Financial Technologies -%% LLC. Portions created by Rabbit Technologies Ltd are Copyright -%% (C) 2007-2010 Rabbit Technologies Ltd. +%% Copyright (C) 2010 Rabbit Technologies Ltd. %% %% All Rights Reserved. %% |
