Skip to content

Commit 8236442

Browse files
author
Simon MacMullen
committed
Fix copyrights
1 parent b1b2362 commit 8236442

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

src/com/rabbitmq/client/BlockedListener.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
//
1111
// The Original Code is RabbitMQ.
1212
//
13-
// The Initial Developer of the Original Code is VMware, Inc.
14-
// Copyright (c) 2007-2013 VMware, Inc. All rights reserved.
13+
// The Initial Developer of the Original Code is GoPivotal, Inc.
14+
// Copyright (c) 2007-2013 GoPivotal, Inc. All rights reserved.
1515
//
1616

1717

test/src/com/rabbitmq/client/test/server/BlockedConnection.java

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
// The contents of this file are subject to the Mozilla Public License
2+
// Version 1.1 (the "License"); you may not use this file except in
3+
// compliance with the License. You may obtain a copy of the License
4+
// at http://www.mozilla.org/MPL/
5+
//
6+
// Software distributed under the License is distributed on an "AS IS"
7+
// basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
8+
// the License for the specific language governing rights and
9+
// limitations under the License.
10+
//
11+
// The Original Code is RabbitMQ.
12+
//
13+
// The Initial Developer of the Original Code is GoPivotal, Inc.
14+
// Copyright (c) 2007-2013 GoPivotal, Inc. All rights reserved.
15+
//
16+
17+
118
package com.rabbitmq.client.test.server;
219

320
import com.rabbitmq.client.BlockedListener;

0 commit comments

Comments
 (0)