Skip to content

Commit a6d0262

Browse files
author
Matthew Sackman
committed
Correct license boilerplate on .cs files
1 parent c312c08 commit a6d0262

File tree

221 files changed

+2963
-6542
lines changed

Some content is hidden

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

221 files changed

+2963
-6542
lines changed

projects/client/Apigen/src/apigen/AmqpClass.cs

Lines changed: 13 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
// The APL v2.0:
55
//
66
//---------------------------------------------------------------------------
7-
// Copyright (C) 2007-2010 LShift Ltd., Cohesive Financial
8-
// Technologies LLC., and Rabbit Technologies Ltd.
7+
// Copyright (C) 2007-2011 VMware, Inc.
98
//
109
// Licensed under the Apache License, Version 2.0 (the "License");
1110
// you may not use this file except in compliance with the License.
@@ -23,37 +22,22 @@
2322
// The MPL v1.1:
2423
//
2524
//---------------------------------------------------------------------------
26-
// The contents of this file are subject to the Mozilla Public License
27-
// Version 1.1 (the "License"); you may not use this file except in
28-
// compliance with the License. You may obtain a copy of the License at
29-
// http://www.rabbitmq.com/mpl.html
25+
// The contents of this file are subject to the Mozilla Public License
26+
// Version 1.1 (the "License"); you may not use this file except in
27+
// compliance with the License. You may obtain a copy of the License
28+
// at http://www.mozilla.org/MPL/
3029
//
31-
// Software distributed under the License is distributed on an "AS IS"
32-
// basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
33-
// License for the specific language governing rights and limitations
34-
// under the License.
30+
// Software distributed under the License is distributed on an "AS IS"
31+
// basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
32+
// the License for the specific language governing rights and
33+
// limitations under the License.
3534
//
36-
// The Original Code is The RabbitMQ .NET Client.
37-
//
38-
// The Initial Developers of the Original Code are LShift Ltd,
39-
// Cohesive Financial Technologies LLC, and Rabbit Technologies Ltd.
40-
//
41-
// Portions created before 22-Nov-2008 00:00:00 GMT by LShift Ltd,
42-
// Cohesive Financial Technologies LLC, or Rabbit Technologies Ltd
43-
// are Copyright (C) 2007-2008 LShift Ltd, Cohesive Financial
44-
// Technologies LLC, and Rabbit Technologies Ltd.
45-
//
46-
// Portions created by LShift Ltd are Copyright (C) 2007-2010 LShift
47-
// Ltd. Portions created by Cohesive Financial Technologies LLC are
48-
// Copyright (C) 2007-2010 Cohesive Financial Technologies
49-
// LLC. Portions created by Rabbit Technologies Ltd are Copyright
50-
// (C) 2007-2010 Rabbit Technologies Ltd.
51-
//
52-
// All Rights Reserved.
53-
//
54-
// Contributor(s): ______________________________________.
35+
// The Original Code is RabbitMQ.
5536
//
37+
// The Initial Developer of the Original Code is VMware, Inc.
38+
// Copyright (c) 2007-2011 VMware, Inc. All rights reserved.
5639
//---------------------------------------------------------------------------
40+
5741
using System;
5842
using System.Collections;
5943
using System.Xml;

projects/client/Apigen/src/apigen/AmqpEntity.cs

Lines changed: 13 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
// The APL v2.0:
55
//
66
//---------------------------------------------------------------------------
7-
// Copyright (C) 2007-2010 LShift Ltd., Cohesive Financial
8-
// Technologies LLC., and Rabbit Technologies Ltd.
7+
// Copyright (C) 2007-2011 VMware, Inc.
98
//
109
// Licensed under the Apache License, Version 2.0 (the "License");
1110
// you may not use this file except in compliance with the License.
@@ -23,37 +22,22 @@
2322
// The MPL v1.1:
2423
//
2524
//---------------------------------------------------------------------------
26-
// The contents of this file are subject to the Mozilla Public License
27-
// Version 1.1 (the "License"); you may not use this file except in
28-
// compliance with the License. You may obtain a copy of the License at
29-
// http://www.rabbitmq.com/mpl.html
25+
// The contents of this file are subject to the Mozilla Public License
26+
// Version 1.1 (the "License"); you may not use this file except in
27+
// compliance with the License. You may obtain a copy of the License
28+
// at http://www.mozilla.org/MPL/
3029
//
31-
// Software distributed under the License is distributed on an "AS IS"
32-
// basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
33-
// License for the specific language governing rights and limitations
34-
// under the License.
30+
// Software distributed under the License is distributed on an "AS IS"
31+
// basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
32+
// the License for the specific language governing rights and
33+
// limitations under the License.
3534
//
36-
// The Original Code is The RabbitMQ .NET Client.
37-
//
38-
// The Initial Developers of the Original Code are LShift Ltd,
39-
// Cohesive Financial Technologies LLC, and Rabbit Technologies Ltd.
40-
//
41-
// Portions created before 22-Nov-2008 00:00:00 GMT by LShift Ltd,
42-
// Cohesive Financial Technologies LLC, or Rabbit Technologies Ltd
43-
// are Copyright (C) 2007-2008 LShift Ltd, Cohesive Financial
44-
// Technologies LLC, and Rabbit Technologies Ltd.
45-
//
46-
// Portions created by LShift Ltd are Copyright (C) 2007-2010 LShift
47-
// Ltd. Portions created by Cohesive Financial Technologies LLC are
48-
// Copyright (C) 2007-2010 Cohesive Financial Technologies
49-
// LLC. Portions created by Rabbit Technologies Ltd are Copyright
50-
// (C) 2007-2010 Rabbit Technologies Ltd.
51-
//
52-
// All Rights Reserved.
53-
//
54-
// Contributor(s): ______________________________________.
35+
// The Original Code is RabbitMQ.
5536
//
37+
// The Initial Developer of the Original Code is VMware, Inc.
38+
// Copyright (c) 2007-2011 VMware, Inc. All rights reserved.
5639
//---------------------------------------------------------------------------
40+
5741
using System;
5842
using System.Xml;
5943

projects/client/Apigen/src/apigen/AmqpField.cs

Lines changed: 13 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
// The APL v2.0:
55
//
66
//---------------------------------------------------------------------------
7-
// Copyright (C) 2007-2010 LShift Ltd., Cohesive Financial
8-
// Technologies LLC., and Rabbit Technologies Ltd.
7+
// Copyright (C) 2007-2011 VMware, Inc.
98
//
109
// Licensed under the Apache License, Version 2.0 (the "License");
1110
// you may not use this file except in compliance with the License.
@@ -23,37 +22,22 @@
2322
// The MPL v1.1:
2423
//
2524
//---------------------------------------------------------------------------
26-
// The contents of this file are subject to the Mozilla Public License
27-
// Version 1.1 (the "License"); you may not use this file except in
28-
// compliance with the License. You may obtain a copy of the License at
29-
// http://www.rabbitmq.com/mpl.html
25+
// The contents of this file are subject to the Mozilla Public License
26+
// Version 1.1 (the "License"); you may not use this file except in
27+
// compliance with the License. You may obtain a copy of the License
28+
// at http://www.mozilla.org/MPL/
3029
//
31-
// Software distributed under the License is distributed on an "AS IS"
32-
// basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
33-
// License for the specific language governing rights and limitations
34-
// under the License.
30+
// Software distributed under the License is distributed on an "AS IS"
31+
// basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
32+
// the License for the specific language governing rights and
33+
// limitations under the License.
3534
//
36-
// The Original Code is The RabbitMQ .NET Client.
37-
//
38-
// The Initial Developers of the Original Code are LShift Ltd,
39-
// Cohesive Financial Technologies LLC, and Rabbit Technologies Ltd.
40-
//
41-
// Portions created before 22-Nov-2008 00:00:00 GMT by LShift Ltd,
42-
// Cohesive Financial Technologies LLC, or Rabbit Technologies Ltd
43-
// are Copyright (C) 2007-2008 LShift Ltd, Cohesive Financial
44-
// Technologies LLC, and Rabbit Technologies Ltd.
45-
//
46-
// Portions created by LShift Ltd are Copyright (C) 2007-2010 LShift
47-
// Ltd. Portions created by Cohesive Financial Technologies LLC are
48-
// Copyright (C) 2007-2010 Cohesive Financial Technologies
49-
// LLC. Portions created by Rabbit Technologies Ltd are Copyright
50-
// (C) 2007-2010 Rabbit Technologies Ltd.
51-
//
52-
// All Rights Reserved.
53-
//
54-
// Contributor(s): ______________________________________.
35+
// The Original Code is RabbitMQ.
5536
//
37+
// The Initial Developer of the Original Code is VMware, Inc.
38+
// Copyright (c) 2007-2011 VMware, Inc. All rights reserved.
5639
//---------------------------------------------------------------------------
40+
5741
using System;
5842
using System.Xml;
5943

projects/client/Apigen/src/apigen/AmqpMethod.cs

Lines changed: 13 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
// The APL v2.0:
55
//
66
//---------------------------------------------------------------------------
7-
// Copyright (C) 2007-2010 LShift Ltd., Cohesive Financial
8-
// Technologies LLC., and Rabbit Technologies Ltd.
7+
// Copyright (C) 2007-2011 VMware, Inc.
98
//
109
// Licensed under the Apache License, Version 2.0 (the "License");
1110
// you may not use this file except in compliance with the License.
@@ -23,37 +22,22 @@
2322
// The MPL v1.1:
2423
//
2524
//---------------------------------------------------------------------------
26-
// The contents of this file are subject to the Mozilla Public License
27-
// Version 1.1 (the "License"); you may not use this file except in
28-
// compliance with the License. You may obtain a copy of the License at
29-
// http://www.rabbitmq.com/mpl.html
25+
// The contents of this file are subject to the Mozilla Public License
26+
// Version 1.1 (the "License"); you may not use this file except in
27+
// compliance with the License. You may obtain a copy of the License
28+
// at http://www.mozilla.org/MPL/
3029
//
31-
// Software distributed under the License is distributed on an "AS IS"
32-
// basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
33-
// License for the specific language governing rights and limitations
34-
// under the License.
30+
// Software distributed under the License is distributed on an "AS IS"
31+
// basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
32+
// the License for the specific language governing rights and
33+
// limitations under the License.
3534
//
36-
// The Original Code is The RabbitMQ .NET Client.
37-
//
38-
// The Initial Developers of the Original Code are LShift Ltd,
39-
// Cohesive Financial Technologies LLC, and Rabbit Technologies Ltd.
40-
//
41-
// Portions created before 22-Nov-2008 00:00:00 GMT by LShift Ltd,
42-
// Cohesive Financial Technologies LLC, or Rabbit Technologies Ltd
43-
// are Copyright (C) 2007-2008 LShift Ltd, Cohesive Financial
44-
// Technologies LLC, and Rabbit Technologies Ltd.
45-
//
46-
// Portions created by LShift Ltd are Copyright (C) 2007-2010 LShift
47-
// Ltd. Portions created by Cohesive Financial Technologies LLC are
48-
// Copyright (C) 2007-2010 Cohesive Financial Technologies
49-
// LLC. Portions created by Rabbit Technologies Ltd are Copyright
50-
// (C) 2007-2010 Rabbit Technologies Ltd.
51-
//
52-
// All Rights Reserved.
53-
//
54-
// Contributor(s): ______________________________________.
35+
// The Original Code is RabbitMQ.
5536
//
37+
// The Initial Developer of the Original Code is VMware, Inc.
38+
// Copyright (c) 2007-2011 VMware, Inc. All rights reserved.
5639
//---------------------------------------------------------------------------
40+
5741
using System;
5842
using System.Collections;
5943
using System.Xml;

projects/client/Apigen/src/apigen/Apigen.cs

Lines changed: 13 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
// The APL v2.0:
55
//
66
//---------------------------------------------------------------------------
7-
// Copyright (C) 2007-2010 LShift Ltd., Cohesive Financial
8-
// Technologies LLC., and Rabbit Technologies Ltd.
7+
// Copyright (C) 2007-2011 VMware, Inc.
98
//
109
// Licensed under the Apache License, Version 2.0 (the "License");
1110
// you may not use this file except in compliance with the License.
@@ -23,37 +22,22 @@
2322
// The MPL v1.1:
2423
//
2524
//---------------------------------------------------------------------------
26-
// The contents of this file are subject to the Mozilla Public License
27-
// Version 1.1 (the "License"); you may not use this file except in
28-
// compliance with the License. You may obtain a copy of the License at
29-
// http://www.rabbitmq.com/mpl.html
25+
// The contents of this file are subject to the Mozilla Public License
26+
// Version 1.1 (the "License"); you may not use this file except in
27+
// compliance with the License. You may obtain a copy of the License
28+
// at http://www.mozilla.org/MPL/
3029
//
31-
// Software distributed under the License is distributed on an "AS IS"
32-
// basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
33-
// License for the specific language governing rights and limitations
34-
// under the License.
30+
// Software distributed under the License is distributed on an "AS IS"
31+
// basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
32+
// the License for the specific language governing rights and
33+
// limitations under the License.
3534
//
36-
// The Original Code is The RabbitMQ .NET Client.
37-
//
38-
// The Initial Developers of the Original Code are LShift Ltd,
39-
// Cohesive Financial Technologies LLC, and Rabbit Technologies Ltd.
40-
//
41-
// Portions created before 22-Nov-2008 00:00:00 GMT by LShift Ltd,
42-
// Cohesive Financial Technologies LLC, or Rabbit Technologies Ltd
43-
// are Copyright (C) 2007-2008 LShift Ltd, Cohesive Financial
44-
// Technologies LLC, and Rabbit Technologies Ltd.
45-
//
46-
// Portions created by LShift Ltd are Copyright (C) 2007-2010 LShift
47-
// Ltd. Portions created by Cohesive Financial Technologies LLC are
48-
// Copyright (C) 2007-2010 Cohesive Financial Technologies
49-
// LLC. Portions created by Rabbit Technologies Ltd are Copyright
50-
// (C) 2007-2010 Rabbit Technologies Ltd.
51-
//
52-
// All Rights Reserved.
53-
//
54-
// Contributor(s): ______________________________________.
35+
// The Original Code is RabbitMQ.
5536
//
37+
// The Initial Developer of the Original Code is VMware, Inc.
38+
// Copyright (c) 2007-2011 VMware, Inc. All rights reserved.
5639
//---------------------------------------------------------------------------
40+
5741
using System;
5842
using System.Collections;
5943
using System.IO;

projects/client/RabbitMQ.Client/src/client/api/AmqpTcpEndpoint.cs

Lines changed: 13 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
// The APL v2.0:
55
//
66
//---------------------------------------------------------------------------
7-
// Copyright (C) 2007-2010 LShift Ltd., Cohesive Financial
8-
// Technologies LLC., and Rabbit Technologies Ltd.
7+
// Copyright (C) 2007-2011 VMware, Inc.
98
//
109
// Licensed under the Apache License, Version 2.0 (the "License");
1110
// you may not use this file except in compliance with the License.
@@ -23,37 +22,22 @@
2322
// The MPL v1.1:
2423
//
2524
//---------------------------------------------------------------------------
26-
// The contents of this file are subject to the Mozilla Public License
27-
// Version 1.1 (the "License"); you may not use this file except in
28-
// compliance with the License. You may obtain a copy of the License at
29-
// http://www.rabbitmq.com/mpl.html
25+
// The contents of this file are subject to the Mozilla Public License
26+
// Version 1.1 (the "License"); you may not use this file except in
27+
// compliance with the License. You may obtain a copy of the License
28+
// at http://www.mozilla.org/MPL/
3029
//
31-
// Software distributed under the License is distributed on an "AS IS"
32-
// basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
33-
// License for the specific language governing rights and limitations
34-
// under the License.
30+
// Software distributed under the License is distributed on an "AS IS"
31+
// basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
32+
// the License for the specific language governing rights and
33+
// limitations under the License.
3534
//
36-
// The Original Code is The RabbitMQ .NET Client.
37-
//
38-
// The Initial Developers of the Original Code are LShift Ltd,
39-
// Cohesive Financial Technologies LLC, and Rabbit Technologies Ltd.
40-
//
41-
// Portions created before 22-Nov-2008 00:00:00 GMT by LShift Ltd,
42-
// Cohesive Financial Technologies LLC, or Rabbit Technologies Ltd
43-
// are Copyright (C) 2007-2008 LShift Ltd, Cohesive Financial
44-
// Technologies LLC, and Rabbit Technologies Ltd.
45-
//
46-
// Portions created by LShift Ltd are Copyright (C) 2007-2010 LShift
47-
// Ltd. Portions created by Cohesive Financial Technologies LLC are
48-
// Copyright (C) 2007-2010 Cohesive Financial Technologies
49-
// LLC. Portions created by Rabbit Technologies Ltd are Copyright
50-
// (C) 2007-2010 Rabbit Technologies Ltd.
51-
//
52-
// All Rights Reserved.
53-
//
54-
// Contributor(s): ______________________________________.
35+
// The Original Code is RabbitMQ.
5536
//
37+
// The Initial Developer of the Original Code is VMware, Inc.
38+
// Copyright (c) 2007-2011 VMware, Inc. All rights reserved.
5639
//---------------------------------------------------------------------------
40+
5741
using System;
5842
using System.Collections;
5943
using RabbitMQ.Client.Impl;

0 commit comments

Comments
 (0)