Skip to content

Commit cf2aea6

Browse files
author
Matthew Sackman
committed
Correct license boilerplate on .java files
1 parent 18e4933 commit cf2aea6

File tree

193 files changed

+2420
-4344
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

193 files changed

+2420
-4344
lines changed

src/com/rabbitmq/client/AckListener.java

Lines changed: 12 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +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 at
4-
// http://www.mozilla.org/MPL/
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/
55
//
6-
// Software distributed under the License is distributed on an "AS IS"
7-
// basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
8-
// License for the specific language governing rights and limitations
9-
// under the License.
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.
1010
//
11-
// The Original Code is RabbitMQ.
11+
// The Original Code is RabbitMQ.
1212
//
13-
// The Initial Developers of the Original Code are LShift Ltd,
14-
// Cohesive Financial Technologies LLC, and Rabbit Technologies Ltd.
15-
//
16-
// Portions created before 22-Nov-2008 00:00:00 GMT by LShift Ltd,
17-
// Cohesive Financial Technologies LLC, or Rabbit Technologies Ltd
18-
// are Copyright (C) 2007-2008 LShift Ltd, Cohesive Financial
19-
// Technologies LLC, and Rabbit Technologies Ltd.
20-
//
21-
// Portions created by LShift Ltd are Copyright (C) 2007-2010 LShift
22-
// Ltd. Portions created by Cohesive Financial Technologies LLC are
23-
// Copyright (C) 2007-2010 Cohesive Financial Technologies
24-
// LLC. Portions created by Rabbit Technologies Ltd are Copyright
25-
// (C) 2007-2010 Rabbit Technologies Ltd.
26-
//
27-
// All Rights Reserved.
28-
//
29-
// Contributor(s): ______________________________________.
13+
// The Initial Developer of the Original Code is VMware, Inc.
14+
// Copyright (c) 2007-2011 VMware, Inc. All rights reserved.
3015
//
3116

17+
3218
package com.rabbitmq.client;
3319

3420
import java.io.IOException;

src/com/rabbitmq/client/Address.java

Lines changed: 12 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +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 at
4-
// http://www.mozilla.org/MPL/
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/
55
//
6-
// Software distributed under the License is distributed on an "AS IS"
7-
// basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
8-
// License for the specific language governing rights and limitations
9-
// under the License.
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.
1010
//
11-
// The Original Code is RabbitMQ.
11+
// The Original Code is RabbitMQ.
1212
//
13-
// The Initial Developers of the Original Code are LShift Ltd,
14-
// Cohesive Financial Technologies LLC, and Rabbit Technologies Ltd.
15-
//
16-
// Portions created before 22-Nov-2008 00:00:00 GMT by LShift Ltd,
17-
// Cohesive Financial Technologies LLC, or Rabbit Technologies Ltd
18-
// are Copyright (C) 2007-2008 LShift Ltd, Cohesive Financial
19-
// Technologies LLC, and Rabbit Technologies Ltd.
20-
//
21-
// Portions created by LShift Ltd are Copyright (C) 2007-2010 LShift
22-
// Ltd. Portions created by Cohesive Financial Technologies LLC are
23-
// Copyright (C) 2007-2010 Cohesive Financial Technologies
24-
// LLC. Portions created by Rabbit Technologies Ltd are Copyright
25-
// (C) 2007-2010 Rabbit Technologies Ltd.
26-
//
27-
// All Rights Reserved.
28-
//
29-
// Contributor(s): ______________________________________.
13+
// The Initial Developer of the Original Code is VMware, Inc.
14+
// Copyright (c) 2007-2011 VMware, Inc. All rights reserved.
3015
//
3116

17+
3218
package com.rabbitmq.client;
3319

3420
/**

src/com/rabbitmq/client/AlreadyClosedException.java

Lines changed: 12 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +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 at
4-
// http://www.mozilla.org/MPL/
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/
55
//
6-
// Software distributed under the License is distributed on an "AS IS"
7-
// basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
8-
// License for the specific language governing rights and limitations
9-
// under the License.
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.
1010
//
11-
// The Original Code is RabbitMQ.
11+
// The Original Code is RabbitMQ.
1212
//
13-
// The Initial Developers of the Original Code are LShift Ltd,
14-
// Cohesive Financial Technologies LLC, and Rabbit Technologies Ltd.
15-
//
16-
// Portions created before 22-Nov-2008 00:00:00 GMT by LShift Ltd,
17-
// Cohesive Financial Technologies LLC, or Rabbit Technologies Ltd
18-
// are Copyright (C) 2007-2008 LShift Ltd, Cohesive Financial
19-
// Technologies LLC, and Rabbit Technologies Ltd.
20-
//
21-
// Portions created by LShift Ltd are Copyright (C) 2007-2010 LShift
22-
// Ltd. Portions created by Cohesive Financial Technologies LLC are
23-
// Copyright (C) 2007-2010 Cohesive Financial Technologies
24-
// LLC. Portions created by Rabbit Technologies Ltd are Copyright
25-
// (C) 2007-2010 Rabbit Technologies Ltd.
26-
//
27-
// All Rights Reserved.
28-
//
29-
// Contributor(s): ______________________________________.
13+
// The Initial Developer of the Original Code is VMware, Inc.
14+
// Copyright (c) 2007-2011 VMware, Inc. All rights reserved.
3015
//
3116

17+
3218
package com.rabbitmq.client;
3319

3420
/*

src/com/rabbitmq/client/BasicProperties.java

Lines changed: 12 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,19 @@
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 at
4-
// http://www.mozilla.org/MPL/
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/
55
//
6-
// Software distributed under the License is distributed on an "AS IS"
7-
// basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
8-
// License for the specific language governing rights and limitations
9-
// under the License.
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.
1010
//
11-
// The Original Code is RabbitMQ.
11+
// The Original Code is RabbitMQ.
1212
//
13-
// The Initial Developers of the Original Code are LShift Ltd,
14-
// Cohesive Financial Technologies LLC, and Rabbit Technologies Ltd.
15-
//
16-
// Portions created before 22-Nov-2008 00:00:00 GMT by LShift Ltd,
17-
// Cohesive Financial Technologies LLC, or Rabbit Technologies Ltd
18-
// are Copyright (C) 2007-2008 LShift Ltd, Cohesive Financial
19-
// Technologies LLC, and Rabbit Technologies Ltd.
20-
//
21-
// Portions created by LShift Ltd are Copyright (C) 2007-2010 LShift
22-
// Ltd. Portions created by Cohesive Financial Technologies LLC are
23-
// Copyright (C) 2007-2010 Cohesive Financial Technologies
24-
// LLC. Portions created by Rabbit Technologies Ltd are Copyright
25-
// (C) 2007-2010 Rabbit Technologies Ltd.
26-
//
27-
// All Rights Reserved.
28-
//
29-
// Contributor(s): ______________________________________.
13+
// The Initial Developer of the Original Code is VMware, Inc.
14+
// Copyright (c) 2007-2011 VMware, Inc. All rights reserved.
3015
//
16+
3117
package com.rabbitmq.client;
3218

3319
import java.util.Date;

src/com/rabbitmq/client/Channel.java

Lines changed: 12 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,19 @@
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 at
4-
// http://www.mozilla.org/MPL/
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/
55
//
6-
// Software distributed under the License is distributed on an "AS IS"
7-
// basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
8-
// License for the specific language governing rights and limitations
9-
// under the License.
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.
1010
//
11-
// The Original Code is RabbitMQ.
11+
// The Original Code is RabbitMQ.
1212
//
13-
// The Initial Developers of the Original Code are LShift Ltd,
14-
// Cohesive Financial Technologies LLC, and Rabbit Technologies Ltd.
15-
//
16-
// Portions created before 22-Nov-2008 00:00:00 GMT by LShift Ltd,
17-
// Cohesive Financial Technologies LLC, or Rabbit Technologies Ltd
18-
// are Copyright (C) 2007-2008 LShift Ltd, Cohesive Financial
19-
// Technologies LLC, and Rabbit Technologies Ltd.
20-
//
21-
// Portions created by LShift Ltd are Copyright (C) 2007-2010 LShift
22-
// Ltd. Portions created by Cohesive Financial Technologies LLC are
23-
// Copyright (C) 2007-2010 Cohesive Financial Technologies
24-
// LLC. Portions created by Rabbit Technologies Ltd are Copyright
25-
// (C) 2007-2010 Rabbit Technologies Ltd.
26-
//
27-
// All Rights Reserved.
28-
//
29-
// Contributor(s): ______________________________________.
13+
// The Initial Developer of the Original Code is VMware, Inc.
14+
// Copyright (c) 2007-2011 VMware, Inc. All rights reserved.
3015
//
16+
3117
package com.rabbitmq.client;
3218

3319
import java.io.IOException;

src/com/rabbitmq/client/Command.java

Lines changed: 12 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +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 at
4-
// http://www.mozilla.org/MPL/
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/
55
//
6-
// Software distributed under the License is distributed on an "AS IS"
7-
// basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
8-
// License for the specific language governing rights and limitations
9-
// under the License.
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.
1010
//
11-
// The Original Code is RabbitMQ.
11+
// The Original Code is RabbitMQ.
1212
//
13-
// The Initial Developers of the Original Code are LShift Ltd,
14-
// Cohesive Financial Technologies LLC, and Rabbit Technologies Ltd.
15-
//
16-
// Portions created before 22-Nov-2008 00:00:00 GMT by LShift Ltd,
17-
// Cohesive Financial Technologies LLC, or Rabbit Technologies Ltd
18-
// are Copyright (C) 2007-2008 LShift Ltd, Cohesive Financial
19-
// Technologies LLC, and Rabbit Technologies Ltd.
20-
//
21-
// Portions created by LShift Ltd are Copyright (C) 2007-2010 LShift
22-
// Ltd. Portions created by Cohesive Financial Technologies LLC are
23-
// Copyright (C) 2007-2010 Cohesive Financial Technologies
24-
// LLC. Portions created by Rabbit Technologies Ltd are Copyright
25-
// (C) 2007-2010 Rabbit Technologies Ltd.
26-
//
27-
// All Rights Reserved.
28-
//
29-
// Contributor(s): ______________________________________.
13+
// The Initial Developer of the Original Code is VMware, Inc.
14+
// Copyright (c) 2007-2011 VMware, Inc. All rights reserved.
3015
//
3116

17+
3218
package com.rabbitmq.client;
3319

3420
import com.rabbitmq.client.impl.Method;

src/com/rabbitmq/client/Connection.java

Lines changed: 12 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,19 @@
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 at
4-
// http://www.mozilla.org/MPL/
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/
55
//
6-
// Software distributed under the License is distributed on an "AS IS"
7-
// basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
8-
// License for the specific language governing rights and limitations
9-
// under the License.
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.
1010
//
11-
// The Original Code is RabbitMQ.
11+
// The Original Code is RabbitMQ.
1212
//
13-
// The Initial Developers of the Original Code are LShift Ltd,
14-
// Cohesive Financial Technologies LLC, and Rabbit Technologies Ltd.
15-
//
16-
// Portions created before 22-Nov-2008 00:00:00 GMT by LShift Ltd,
17-
// Cohesive Financial Technologies LLC, or Rabbit Technologies Ltd
18-
// are Copyright (C) 2007-2008 LShift Ltd, Cohesive Financial
19-
// Technologies LLC, and Rabbit Technologies Ltd.
20-
//
21-
// Portions created by LShift Ltd are Copyright (C) 2007-2010 LShift
22-
// Ltd. Portions created by Cohesive Financial Technologies LLC are
23-
// Copyright (C) 2007-2010 Cohesive Financial Technologies
24-
// LLC. Portions created by Rabbit Technologies Ltd are Copyright
25-
// (C) 2007-2010 Rabbit Technologies Ltd.
26-
//
27-
// All Rights Reserved.
28-
//
29-
// Contributor(s): ______________________________________.
13+
// The Initial Developer of the Original Code is VMware, Inc.
14+
// Copyright (c) 2007-2011 VMware, Inc. All rights reserved.
3015
//
16+
3117
package com.rabbitmq.client;
3218

3319
import java.io.IOException;

src/com/rabbitmq/client/ConnectionFactory.java

Lines changed: 12 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,19 @@
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 at
4-
// http://www.mozilla.org/MPL/
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/
55
//
6-
// Software distributed under the License is distributed on an "AS IS"
7-
// basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
8-
// License for the specific language governing rights and limitations
9-
// under the License.
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.
1010
//
11-
// The Original Code is RabbitMQ.
11+
// The Original Code is RabbitMQ.
1212
//
13-
// The Initial Developers of the Original Code are LShift Ltd,
14-
// Cohesive Financial Technologies LLC, and Rabbit Technologies Ltd.
15-
//
16-
// Portions created before 22-Nov-2008 00:00:00 GMT by LShift Ltd,
17-
// Cohesive Financial Technologies LLC, or Rabbit Technologies Ltd
18-
// are Copyright (C) 2007-2008 LShift Ltd, Cohesive Financial
19-
// Technologies LLC, and Rabbit Technologies Ltd.
20-
//
21-
// Portions created by LShift Ltd are Copyright (C) 2007-2010 LShift
22-
// Ltd. Portions created by Cohesive Financial Technologies LLC are
23-
// Copyright (C) 2007-2010 Cohesive Financial Technologies
24-
// LLC. Portions created by Rabbit Technologies Ltd are Copyright
25-
// (C) 2007-2010 Rabbit Technologies Ltd.
26-
//
27-
// All Rights Reserved.
28-
//
29-
// Contributor(s): ______________________________________.
13+
// The Initial Developer of the Original Code is VMware, Inc.
14+
// Copyright (c) 2007-2011 VMware, Inc. All rights reserved.
3015
//
16+
3117
package com.rabbitmq.client;
3218

3319
import java.io.IOException;

0 commit comments

Comments
 (0)