diff options
| author | Alvaro Videla <videlalvaro@gmail.com> | 2015-09-12 02:53:23 +0200 |
|---|---|---|
| committer | Alvaro Videla <videlalvaro@gmail.com> | 2015-09-12 02:53:23 +0200 |
| commit | 8bb7c6b7ee55e77afd6413e49f09aa2dd9321029 (patch) | |
| tree | 5ac557bd9e93362c384165c980b99dd02502e7db | |
| parent | 1393a458941e9b1193c51366b9a9bce9cf088d36 (diff) | |
| download | rabbitmq-server-git-8bb7c6b7ee55e77afd6413e49f09aa2dd9321029.tar.gz | |
adds missing copyright header
| -rw-r--r-- | src/rabbit_queue_decorator.erl | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/rabbit_queue_decorator.erl b/src/rabbit_queue_decorator.erl index adfe0c7fae..129f51d099 100644 --- a/src/rabbit_queue_decorator.erl +++ b/src/rabbit_queue_decorator.erl @@ -1,3 +1,19 @@ +%% The contents of this file are subject to the Mozilla Public License +%% Version 1.1 (the "License"); you may not use this file except in +%% compliance with the License. You may obtain a copy of the License +%% at http://www.mozilla.org/MPL/ +%% +%% Software distributed under the License is distributed on an "AS IS" +%% basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See +%% the License for the specific language governing rights and +%% limitations under the License. +%% +%% The Original Code is RabbitMQ. +%% +%% The Initial Developer of the Original Code is GoPivotal, Inc. +%% Copyright (c) 2007-2015 Pivotal Software, Inc. All rights reserved. +%% + -module(rabbit_queue_decorator). -include("rabbit.hrl"). |
