Skip to content

Commit 972f0e2

Browse files
author
Emile Joubert
committed
Consistent line-endings
1 parent 7cdf090 commit 972f0e2

File tree

38 files changed

+2179
-2176
lines changed

38 files changed

+2179
-2176
lines changed

.hgeol

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[patterns]
2+
**.txt = LF
3+
**.cs = LF
Lines changed: 64 additions & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -1,64 +1,64 @@
1-
// This source code is dual-licensed under the Apache License, version
2-
// 2.0, and the Mozilla Public License, version 1.1.
3-
//
4-
// The APL v2.0:
5-
//
6-
//---------------------------------------------------------------------------
7-
// Copyright (C) 2007-2011 VMware, Inc.
8-
//
9-
// Licensed under the Apache License, Version 2.0 (the "License");
10-
// you may not use this file except in compliance with the License.
11-
// You may obtain a copy of the License at
12-
//
13-
// http://www.apache.org/licenses/LICENSE-2.0
14-
//
15-
// Unless required by applicable law or agreed to in writing, software
16-
// distributed under the License is distributed on an "AS IS" BASIS,
17-
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
18-
// See the License for the specific language governing permissions and
19-
// limitations under the License.
20-
//---------------------------------------------------------------------------
21-
//
22-
// The MPL v1.1:
23-
//
24-
//---------------------------------------------------------------------------
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/
29-
//
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.
34-
//
35-
// The Original Code is RabbitMQ.
36-
//
37-
// The Initial Developer of the Original Code is VMware, Inc.
38-
// Copyright (c) 2007-2011 VMware, Inc. All rights reserved.
39-
//---------------------------------------------------------------------------
40-
41-
using System.Reflection;
42-
using System.Runtime.CompilerServices;
43-
using System.Runtime.InteropServices;
44-
45-
// General Information about an assembly is controlled through the following
46-
// set of attributes. Change these attribute values to modify the information
47-
// associated with an assembly.
48-
[assembly: AssemblyTitle("ApiGen")]
49-
[assembly: AssemblyDescription("")]
50-
[assembly: AssemblyConfiguration("")]
51-
[assembly: AssemblyCompany("VMware, Inc.")]
52-
[assembly: AssemblyProduct("ApiGen")]
53-
[assembly: AssemblyCopyright("Copyright © 2007-2011 VMware, Inc.")]
54-
[assembly: AssemblyTrademark("")]
55-
[assembly: AssemblyCulture("")]
56-
57-
// Setting ComVisible to false makes the types in this assembly not visible
58-
// to COM components. If you need to access a type in this assembly from
59-
// COM, set the ComVisible attribute to true on that type.
60-
[assembly: ComVisible(false)]
61-
62-
// The following GUID is for the ID of the typelib if this project is exposed to COM
63-
[assembly: Guid("047d6662-98f3-412d-b8a1-3a50b45493f4")]
64-
1+
// This source code is dual-licensed under the Apache License, version
2+
// 2.0, and the Mozilla Public License, version 1.1.
3+
//
4+
// The APL v2.0:
5+
//
6+
//---------------------------------------------------------------------------
7+
// Copyright (C) 2007-2011 VMware, Inc.
8+
//
9+
// Licensed under the Apache License, Version 2.0 (the "License");
10+
// you may not use this file except in compliance with the License.
11+
// You may obtain a copy of the License at
12+
//
13+
// http://www.apache.org/licenses/LICENSE-2.0
14+
//
15+
// Unless required by applicable law or agreed to in writing, software
16+
// distributed under the License is distributed on an "AS IS" BASIS,
17+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
18+
// See the License for the specific language governing permissions and
19+
// limitations under the License.
20+
//---------------------------------------------------------------------------
21+
//
22+
// The MPL v1.1:
23+
//
24+
//---------------------------------------------------------------------------
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/
29+
//
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.
34+
//
35+
// The Original Code is RabbitMQ.
36+
//
37+
// The Initial Developer of the Original Code is VMware, Inc.
38+
// Copyright (c) 2007-2011 VMware, Inc. All rights reserved.
39+
//---------------------------------------------------------------------------
40+
41+
using System.Reflection;
42+
using System.Runtime.CompilerServices;
43+
using System.Runtime.InteropServices;
44+
45+
// General Information about an assembly is controlled through the following
46+
// set of attributes. Change these attribute values to modify the information
47+
// associated with an assembly.
48+
[assembly: AssemblyTitle("ApiGen")]
49+
[assembly: AssemblyDescription("")]
50+
[assembly: AssemblyConfiguration("")]
51+
[assembly: AssemblyCompany("VMware, Inc.")]
52+
[assembly: AssemblyProduct("ApiGen")]
53+
[assembly: AssemblyCopyright("Copyright © 2007-2011 VMware, Inc.")]
54+
[assembly: AssemblyTrademark("")]
55+
[assembly: AssemblyCulture("")]
56+
57+
// Setting ComVisible to false makes the types in this assembly not visible
58+
// to COM components. If you need to access a type in this assembly from
59+
// COM, set the ComVisible attribute to true on that type.
60+
[assembly: ComVisible(false)]
61+
62+
// The following GUID is for the ID of the typelib if this project is exposed to COM
63+
[assembly: Guid("047d6662-98f3-412d-b8a1-3a50b45493f4")]
64+
Lines changed: 64 additions & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -1,64 +1,64 @@
1-
// This source code is dual-licensed under the Apache License, version
2-
// 2.0, and the Mozilla Public License, version 1.1.
3-
//
4-
// The APL v2.0:
5-
//
6-
//---------------------------------------------------------------------------
7-
// Copyright (C) 2007-2011 VMware, Inc.
8-
//
9-
// Licensed under the Apache License, Version 2.0 (the "License");
10-
// you may not use this file except in compliance with the License.
11-
// You may obtain a copy of the License at
12-
//
13-
// http://www.apache.org/licenses/LICENSE-2.0
14-
//
15-
// Unless required by applicable law or agreed to in writing, software
16-
// distributed under the License is distributed on an "AS IS" BASIS,
17-
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
18-
// See the License for the specific language governing permissions and
19-
// limitations under the License.
20-
//---------------------------------------------------------------------------
21-
//
22-
// The MPL v1.1:
23-
//
24-
//---------------------------------------------------------------------------
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/
29-
//
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.
34-
//
35-
// The Original Code is RabbitMQ.
36-
//
37-
// The Initial Developer of the Original Code is VMware, Inc.
38-
// Copyright (c) 2007-2011 VMware, Inc. All rights reserved.
39-
//---------------------------------------------------------------------------
40-
41-
using System.Reflection;
42-
using System.Runtime.CompilerServices;
43-
using System.Runtime.InteropServices;
44-
45-
// General Information about an assembly is controlled through the following
46-
// set of attributes. Change these attribute values to modify the information
47-
// associated with an assembly.
48-
[assembly: AssemblyTitle("ApiGenBootstrap")]
49-
[assembly: AssemblyDescription("")]
50-
[assembly: AssemblyConfiguration("")]
51-
[assembly: AssemblyCompany("VMware, Inc.")]
52-
[assembly: AssemblyProduct("ApiGenBootstrap")]
53-
[assembly: AssemblyCopyright("Copyright © 2007-2011 VMware, Inc.")]
54-
[assembly: AssemblyTrademark("")]
55-
[assembly: AssemblyCulture("")]
56-
57-
// Setting ComVisible to false makes the types in this assembly not visible
58-
// to COM components. If you need to access a type in this assembly from
59-
// COM, set the ComVisible attribute to true on that type.
60-
[assembly: ComVisible(false)]
61-
62-
// The following GUID is for the ID of the typelib if this project is exposed to COM
63-
[assembly: Guid("05f5847b-268e-471f-8aa1-2276ef73bd48")]
64-
1+
// This source code is dual-licensed under the Apache License, version
2+
// 2.0, and the Mozilla Public License, version 1.1.
3+
//
4+
// The APL v2.0:
5+
//
6+
//---------------------------------------------------------------------------
7+
// Copyright (C) 2007-2011 VMware, Inc.
8+
//
9+
// Licensed under the Apache License, Version 2.0 (the "License");
10+
// you may not use this file except in compliance with the License.
11+
// You may obtain a copy of the License at
12+
//
13+
// http://www.apache.org/licenses/LICENSE-2.0
14+
//
15+
// Unless required by applicable law or agreed to in writing, software
16+
// distributed under the License is distributed on an "AS IS" BASIS,
17+
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
18+
// See the License for the specific language governing permissions and
19+
// limitations under the License.
20+
//---------------------------------------------------------------------------
21+
//
22+
// The MPL v1.1:
23+
//
24+
//---------------------------------------------------------------------------
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/
29+
//
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.
34+
//
35+
// The Original Code is RabbitMQ.
36+
//
37+
// The Initial Developer of the Original Code is VMware, Inc.
38+
// Copyright (c) 2007-2011 VMware, Inc. All rights reserved.
39+
//---------------------------------------------------------------------------
40+
41+
using System.Reflection;
42+
using System.Runtime.CompilerServices;
43+
using System.Runtime.InteropServices;
44+
45+
// General Information about an assembly is controlled through the following
46+
// set of attributes. Change these attribute values to modify the information
47+
// associated with an assembly.
48+
[assembly: AssemblyTitle("ApiGenBootstrap")]
49+
[assembly: AssemblyDescription("")]
50+
[assembly: AssemblyConfiguration("")]
51+
[assembly: AssemblyCompany("VMware, Inc.")]
52+
[assembly: AssemblyProduct("ApiGenBootstrap")]
53+
[assembly: AssemblyCopyright("Copyright © 2007-2011 VMware, Inc.")]
54+
[assembly: AssemblyTrademark("")]
55+
[assembly: AssemblyCulture("")]
56+
57+
// Setting ComVisible to false makes the types in this assembly not visible
58+
// to COM components. If you need to access a type in this assembly from
59+
// COM, set the ComVisible attribute to true on that type.
60+
[assembly: ComVisible(false)]
61+
62+
// The following GUID is for the ID of the typelib if this project is exposed to COM
63+
[assembly: Guid("05f5847b-268e-471f-8aa1-2276ef73bd48")]
64+

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// This source code is dual-licensed under the Apache License, version
1+
// This source code is dual-licensed under the Apache License, version
22
// 2.0, and the Mozilla Public License, version 1.1.
33
//
44
// The APL v2.0:

projects/client/RabbitMQ.Client/src/client/exceptions/PossibleAuthenticationFailureException.cs

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -38,17 +38,17 @@
3838
// Copyright (c) 2007-2011 VMware, Inc. All rights reserved.
3939
//---------------------------------------------------------------------------
4040

41-
using System;
42-
43-
namespace RabbitMQ.Client.Exceptions
44-
{
45-
/// <summary> Thrown when the likely cause is an
46-
/// authentication failure. </summary>
47-
public class PossibleAuthenticationFailureException : Exception
48-
{
49-
public PossibleAuthenticationFailureException(String msg, Exception inner)
50-
: base(msg, inner)
51-
{
52-
}
53-
}
54-
}
41+
using System;
42+
43+
namespace RabbitMQ.Client.Exceptions
44+
{
45+
/// <summary> Thrown when the likely cause is an
46+
/// authentication failure. </summary>
47+
public class PossibleAuthenticationFailureException : Exception
48+
{
49+
public PossibleAuthenticationFailureException(String msg, Exception inner)
50+
: base(msg, inner)
51+
{
52+
}
53+
}
54+
}

0 commit comments

Comments
 (0)