diff options
| author | Rob Harrop <rharrop@vmware.com> | 2010-09-17 09:53:47 +0100 |
|---|---|---|
| committer | Rob Harrop <rharrop@vmware.com> | 2010-09-17 09:53:47 +0100 |
| commit | ee30296b7789b4aadc5c62d2d8ad6bd9877d0d04 (patch) | |
| tree | e03527e064c925aad1ba0508783426f57d2dc3fc /src | |
| parent | 6b3e3ac1e80050d3323c92d21e7b55aeb11d26b2 (diff) | |
| parent | a23aba3b2b534feeaaaad3aeef7d04eb7348b5b9 (diff) | |
| download | rabbitmq-server-git-ee30296b7789b4aadc5c62d2d8ad6bd9877d0d04.tar.gz | |
merge with default
Diffstat (limited to 'src')
| -rw-r--r-- | src/gen_server2.erl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gen_server2.erl b/src/gen_server2.erl index e2bb940f2a..b0379b95d1 100644 --- a/src/gen_server2.erl +++ b/src/gen_server2.erl @@ -66,16 +66,16 @@ %% compliance with the License. You should have received a copy of the %% Erlang Public License along with this software. If not, it can be %% retrieved via the world wide web at http://www.erlang.org/. -%% +%% %% 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 Initial Developer of the Original Code is Ericsson Utvecklings AB. %% Portions created by Ericsson are Copyright 1999, Ericsson Utvecklings %% AB. All Rights Reserved.'' -%% +%% %% $Id$ %% -module(gen_server2). |
