Skip to content

Commit 666d459

Browse files
URL Cleanup
This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener). # HTTP URLs that Could Not Be Fixed These URLs were unable to be fixed. Please review them to see if they can be manually resolved. * http://schemas.microsoft.com/developer/msbuild/2003 (404) with 3 occurrences could not be migrated: ([https](https://schemas.microsoft.com/developer/msbuild/2003) result AnnotatedConnectException). # Fixed URLs ## Fixed Success These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended. * http://github.com/rabbitmq/ with 1 occurrences migrated to: https://github.com/rabbitmq/ ([https](https://github.com/rabbitmq/) result 200). * http://www.mono-project.com/ with 1 occurrences migrated to: https://www.mono-project.com/ ([https](https://www.mono-project.com/) result 200). * http://www.mono-project.com/docs/about-mono/releases/ with 1 occurrences migrated to: https://www.mono-project.com/docs/about-mono/releases/ ([https](https://www.mono-project.com/docs/about-mono/releases/) result 200). * http://www.rabbitmq.com with 1 occurrences migrated to: https://www.rabbitmq.com ([https](https://www.rabbitmq.com) result 200). * http://www.rabbitmq.com/ with 1 occurrences migrated to: https://www.rabbitmq.com/ ([https](https://www.rabbitmq.com/) result 200). * http://www.rabbitmq.com/build-server.html with 1 occurrences migrated to: https://www.rabbitmq.com/build-server.html ([https](https://www.rabbitmq.com/build-server.html) result 200). * http://www.rabbitmq.com/dotnet-api-guide.html with 1 occurrences migrated to: https://www.rabbitmq.com/dotnet-api-guide.html ([https](https://www.rabbitmq.com/dotnet-api-guide.html) result 200). * http://www.rabbitmq.com/dotnet.html with 5 occurrences migrated to: https://www.rabbitmq.com/dotnet.html ([https](https://www.rabbitmq.com/dotnet.html) result 200). * http://www.rabbitmq.com/getstarted.html with 1 occurrences migrated to: https://www.rabbitmq.com/getstarted.html ([https](https://www.rabbitmq.com/getstarted.html) result 200). * http://www.rabbitmq.com/mpl.html with 1 occurrences migrated to: https://www.rabbitmq.com/mpl.html ([https](https://www.rabbitmq.com/mpl.html) result 200). * http://www.rabbitmq.com/tutorials/tutorial-one-dotnet.html with 1 occurrences migrated to: https://www.rabbitmq.com/tutorials/tutorial-one-dotnet.html ([https](https://www.rabbitmq.com/tutorials/tutorial-one-dotnet.html) result 200). * http://contributor-covenant.org with 1 occurrences migrated to: https://contributor-covenant.org ([https](https://contributor-covenant.org) result 301). * http://contributor-covenant.org/version/1/3/0/ with 1 occurrences migrated to: https://contributor-covenant.org/version/1/3/0/ ([https](https://contributor-covenant.org/version/1/3/0/) result 301). * http://rabbitmq.com with 2 occurrences migrated to: https://rabbitmq.com ([https](https://rabbitmq.com) result 301). * http://www.mozilla.org/MPL/ with 232 occurrences migrated to: https://www.mozilla.org/MPL/ ([https](https://www.mozilla.org/MPL/) result 301). * http://www.novell.com with 1 occurrences migrated to: https://www.novell.com ([https](https://www.novell.com) result 301). * http://www.google.com/search?q= with 1 occurrences migrated to: https://www.google.com/search?q= ([https](https://www.google.com/search?q=) result 302). # Ignored These URLs were intentionally ignored. * http://schemas.microsoft.com/winfx/2006/xaml with 1 occurrences * http://schemas.microsoft.com/winfx/2006/xaml/presentation with 1 occurrences * http://www.w3.org/1999/XSL/Transform with 4 occurrences
1 parent 5897c24 commit 666d459

File tree

240 files changed

+253
-253
lines changed

Some content is hidden

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

240 files changed

+253
-253
lines changed

BUILD_DOTNET_CORE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
To build the dotnet core components you need the `dotnet` command line utility installed.
22
It can be obtained for your chosen platform [here](https://www.microsoft.com/net/core#macosx).
33

4-
You will also need [mono 5.x](http://www.mono-project.com/docs/about-mono/releases/).
4+
You will also need [mono 5.x](https://www.mono-project.com/docs/about-mono/releases/).
55

66
Run `./build.sh` (linux/osx) or `build.bat` (windows) to trigger code generation and complete a dotnet core build.
77

CODE_OF_CONDUCT.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,5 @@ appropriate to the circumstances. Maintainers are obligated to maintain confiden
4040
with regard to the reporter of an incident.
4141

4242
This Code of Conduct is adapted from the
43-
[Contributor Covenant](http://contributor-covenant.org), version 1.3.0, available at
44-
[contributor-covenant.org/version/1/3/0/](http://contributor-covenant.org/version/1/3/0/)
43+
[Contributor Covenant](https://contributor-covenant.org), version 1.3.0, available at
44+
[contributor-covenant.org/version/1/3/0/](https://contributor-covenant.org/version/1/3/0/)

LICENSE-MPL-RabbitMQ

+1-1
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ EXHIBIT A -Mozilla Public License.
437437
``The contents of this file are subject to the Mozilla Public License
438438
Version 1.1 (the "License"); you may not use this file except in
439439
compliance with the License. You may obtain a copy of the License at
440-
http://www.mozilla.org/MPL/
440+
https://www.mozilla.org/MPL/
441441

442442
Software distributed under the License is distributed on an "AS IS"
443443
basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## RabbitMQ .NET Client [![Build status](https://ci.appveyor.com/api/projects/status/33srpo7owl1h3y4e?svg=true)](https://ci.appveyor.com/project/rabbitmq/rabbitmq-dotnet-client)
22

3-
This repository contains source code of the [RabbitMQ .NET client](http://www.rabbitmq.com/dotnet.html).
4-
The client is maintained by the [RabbitMQ team at Pivotal](http://github.com/rabbitmq/).
3+
This repository contains source code of the [RabbitMQ .NET client](https://www.rabbitmq.com/dotnet.html).
4+
The client is maintained by the [RabbitMQ team at Pivotal](https://github.com/rabbitmq/).
55

66

77
## Dependency (Binaries and Nuget Artifact)
@@ -20,8 +20,8 @@ as archives.
2020

2121
## Tutorials and Documentation
2222

23-
* [Tutorials](http://www.rabbitmq.com/getstarted.html)
24-
* [Documentation guide](http://www.rabbitmq.com/dotnet.html)
23+
* [Tutorials](https://www.rabbitmq.com/getstarted.html)
24+
* [Documentation guide](https://www.rabbitmq.com/dotnet.html)
2525
* [API Documentation](https://rabbitmq.github.io/rabbitmq-dotnet-client/index.html)
2626

2727

@@ -30,7 +30,7 @@ as archives.
3030
`4.x` and `5.x` versions of the library require .NET 4.5.1 or later or .NET Core.
3131
For .NET Core users, 2.0 is the minimum supported version for `5.x` series.
3232

33-
`3.6.x` releases support Linux and OS X on [Mono](http://www.mono-project.com/).
33+
`3.6.x` releases support Linux and OS X on [Mono](https://www.mono-project.com/).
3434

3535
## Change Log
3636

RUNNING_TESTS.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ This will complete the code AMQP 0-9-1 protocol code generation and build all pr
3030
Tests can be run from Visual Studio using [NUnit Test Adapter](https://visualstudiogallery.msdn.microsoft.com/6ab922d0-21c0-4f06-ab5f-4ecd1fe7175d).
3131
Note that it may take some time for the adapter to discover tests in the assemblies.
3232

33-
The test suite assumes there's a RabbitMQ node [built from source](http://www.rabbitmq.com/build-server.html) running locally
33+
The test suite assumes there's a RabbitMQ node [built from source](https://www.rabbitmq.com/build-server.html) running locally
3434
with all defaults. Team RabbitMQ uses [rabbitmq-public-umbrella](https://github.com/rabbitmq/rabbitmq-public-umbrella) to
3535
do that:
3636

index.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Links:
44

5-
* [RabbitMQ .NET Client](http://www.rabbitmq.com/dotnet.html)
6-
* [RabbitMQ .NET Client API Guide](http://www.rabbitmq.com/dotnet-api-guide.html)
5+
* [RabbitMQ .NET Client](https://www.rabbitmq.com/dotnet.html)
6+
* [RabbitMQ .NET Client API Guide](https://www.rabbitmq.com/dotnet-api-guide.html)
77
* [API Reference](api/RabbitMQ.Client.html)
8-
* [Tutorials](http://www.rabbitmq.com/tutorials/tutorial-one-dotnet.html)
8+
* [Tutorials](https://www.rabbitmq.com/tutorials/tutorial-one-dotnet.html)

lib/ndocproc-bin/xsl/utils.xsl

+1-1
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ THE SOFTWARE.
245245
<xsl:choose>
246246
<xsl:when test="$googleNonlocalTypes = 'true'">
247247
<code>
248-
<a class="nonlocalTypeLink" title="{$name}" href="http://www.google.com/search?q={$queryparam}&amp;btnI=I'm Feeling Lucky">
248+
<a class="nonlocalTypeLink" title="{$name}" href="https://www.google.com/search?q={$queryparam}&amp;btnI=I'm Feeling Lucky">
249249
<xsl:call-template name="type-alias-impl">
250250
<xsl:with-param name="name" select="$name"/>
251251
<xsl:with-param name="leaf" select="$leaf"/>

projects/client/Apigen/properties/AssemblyInfo.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
// The contents of this file are subject to the Mozilla Public License
2626
// Version 1.1 (the "License"); you may not use this file except in
2727
// compliance with the License. You may obtain a copy of the License
28-
// at http://www.mozilla.org/MPL/
28+
// at https://www.mozilla.org/MPL/
2929
//
3030
// Software distributed under the License is distributed on an "AS IS"
3131
// basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
// The contents of this file are subject to the Mozilla Public License
2626
// Version 1.1 (the "License"); you may not use this file except in
2727
// compliance with the License. You may obtain a copy of the License
28-
// at http://www.mozilla.org/MPL/
28+
// at https://www.mozilla.org/MPL/
2929
//
3030
// Software distributed under the License is distributed on an "AS IS"
3131
// basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
// The contents of this file are subject to the Mozilla Public License
2626
// Version 1.1 (the "License"); you may not use this file except in
2727
// compliance with the License. You may obtain a copy of the License
28-
// at http://www.mozilla.org/MPL/
28+
// at https://www.mozilla.org/MPL/
2929
//
3030
// Software distributed under the License is distributed on an "AS IS"
3131
// basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
// The contents of this file are subject to the Mozilla Public License
2626
// Version 1.1 (the "License"); you may not use this file except in
2727
// compliance with the License. You may obtain a copy of the License
28-
// at http://www.mozilla.org/MPL/
28+
// at https://www.mozilla.org/MPL/
2929
//
3030
// Software distributed under the License is distributed on an "AS IS"
3131
// basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
// The contents of this file are subject to the Mozilla Public License
2626
// Version 1.1 (the "License"); you may not use this file except in
2727
// compliance with the License. You may obtain a copy of the License
28-
// at http://www.mozilla.org/MPL/
28+
// at https://www.mozilla.org/MPL/
2929
//
3030
// Software distributed under the License is distributed on an "AS IS"
3131
// basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
// The contents of this file are subject to the Mozilla Public License
2626
// Version 1.1 (the "License"); you may not use this file except in
2727
// compliance with the License. You may obtain a copy of the License
28-
// at http://www.mozilla.org/MPL/
28+
// at https://www.mozilla.org/MPL/
2929
//
3030
// Software distributed under the License is distributed on an "AS IS"
3131
// basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
@@ -422,7 +422,7 @@ public void EmitPrelude()
422422
EmitLine("// The contents of this file are subject to the Mozilla Public License");
423423
EmitLine("// Version 1.1 (the \"License\"); you may not use this file except in");
424424
EmitLine("// compliance with the License. You may obtain a copy of the License at");
425-
EmitLine("// http://www.rabbitmq.com/mpl.html");
425+
EmitLine("// https://www.rabbitmq.com/mpl.html");
426426
EmitLine("//");
427427
EmitLine("// Software distributed under the License is distributed on an \"AS IS\"");
428428
EmitLine("// basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the");

projects/client/RabbitMQ.Client.WinRT/src/client/impl/SocketFrameHandlerWinRT.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
// The contents of this file are subject to the Mozilla Public License
2626
// Version 1.1 (the "License"); you may not use this file except in
2727
// compliance with the License. You may obtain a copy of the License
28-
// at http://www.mozilla.org/MPL/
28+
// at https://www.mozilla.org/MPL/
2929
//
3030
// Software distributed under the License is distributed on an "AS IS"
3131
// basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See

projects/client/RabbitMQ.Client.WinRT/src/tokenized/AssemblyInfo.cs.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
// The contents of this file are subject to the Mozilla Public License
2626
// Version 1.1 (the "License"); you may not use this file except in
2727
// compliance with the License. You may obtain a copy of the License
28-
// at http://www.mozilla.org/MPL/
28+
// at https://www.mozilla.org/MPL/
2929
//
3030
// Software distributed under the License is distributed on an "AS IS"
3131
// basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See

projects/client/RabbitMQ.Client.WinRT/src/util/ICloneable.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
// The contents of this file are subject to the Mozilla Public License
2626
// Version 1.1 (the "License"); you may not use this file except in
2727
// compliance with the License. You may obtain a copy of the License
28-
// at http://www.mozilla.org/MPL/
28+
// at https://www.mozilla.org/MPL/
2929
//
3030
// Software distributed under the License is distributed on an "AS IS"
3131
// basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See

projects/client/RabbitMQ.Client.WinRT/src/util/MetroEventSource.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
// The contents of this file are subject to the Mozilla Public License
2626
// Version 1.1 (the "License"); you may not use this file except in
2727
// compliance with the License. You may obtain a copy of the License
28-
// at http://www.mozilla.org/MPL/
28+
// at https://www.mozilla.org/MPL/
2929
//
3030
// Software distributed under the License is distributed on an "AS IS"
3131
// basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See

projects/client/RabbitMQ.Client.WinRT/src/util/SerializableAttribute.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
// The contents of this file are subject to the Mozilla Public License
2626
// Version 1.1 (the "License"); you may not use this file except in
2727
// compliance with the License. You may obtain a copy of the License
28-
// at http://www.mozilla.org/MPL/
28+
// at https://www.mozilla.org/MPL/
2929
//
3030
// Software distributed under the License is distributed on an "AS IS"
3131
// basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See

projects/client/RabbitMQ.Client.WinRT/src/util/SortedList.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
//
1010

1111
//
12-
// Copyright (C) 2004 Novell, Inc (http://www.novell.com)
12+
// Copyright (C) 2004 Novell, Inc (https://www.novell.com)
1313
//
1414
// Permission is hereby granted, free of charge, to any person obtaining
1515
// a copy of this software and associated documentation files (the

projects/client/RabbitMQ.Client.WinRT/src/util/Timer.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
// The contents of this file are subject to the Mozilla Public License
2626
// Version 1.1 (the "License"); you may not use this file except in
2727
// compliance with the License. You may obtain a copy of the License
28-
// at http://www.mozilla.org/MPL/
28+
// at https://www.mozilla.org/MPL/
2929
//
3030
// Software distributed under the License is distributed on an "AS IS"
3131
// basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See

projects/client/RabbitMQ.Client/RabbitMQ.Client.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
<PackageId>RabbitMQ.Client</PackageId>
1515
<PackageTags>RabbitMQ</PackageTags>
1616
<PackageIconUrl>https://en.gravatar.com/userimage/10048884/0ea8846e080980f705da081be53599ce.png?size=100</PackageIconUrl>
17-
<PackageProjectUrl>http://www.rabbitmq.com/dotnet.html</PackageProjectUrl>
18-
<PackageLicenseUrl>http://www.rabbitmq.com/dotnet.html</PackageLicenseUrl>
17+
<PackageProjectUrl>https://www.rabbitmq.com/dotnet.html</PackageProjectUrl>
18+
<PackageLicenseUrl>https://www.rabbitmq.com/dotnet.html</PackageLicenseUrl>
1919
<PackageTargetFallback Condition=" '$(TargetFramework)' == 'netstandard1.5' ">$(PackageTargetFallback);dnxcore50</PackageTargetFallback>
2020
<GenerateAssemblyTitleAttribute>false</GenerateAssemblyTitleAttribute>
2121
<GenerateAssemblyDescriptionAttribute>false</GenerateAssemblyDescriptionAttribute>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
// The contents of this file are subject to the Mozilla Public License
2626
// Version 1.1 (the "License"); you may not use this file except in
2727
// compliance with the License. You may obtain a copy of the License
28-
// at http://www.mozilla.org/MPL/
28+
// at https://www.mozilla.org/MPL/
2929
//
3030
// Software distributed under the License is distributed on an "AS IS"
3131
// basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
// The contents of this file are subject to the Mozilla Public License
2626
// Version 1.1 (the "License"); you may not use this file except in
2727
// compliance with the License. You may obtain a copy of the License
28-
// at http://www.mozilla.org/MPL/
28+
// at https://www.mozilla.org/MPL/
2929
//
3030
// Software distributed under the License is distributed on an "AS IS"
3131
// basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
// The contents of this file are subject to the Mozilla Public License
2626
// Version 1.1 (the "License"); you may not use this file except in
2727
// compliance with the License. You may obtain a copy of the License
28-
// at http://www.mozilla.org/MPL/
28+
// at https://www.mozilla.org/MPL/
2929
//
3030
// Software distributed under the License is distributed on an "AS IS"
3131
// basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
// The contents of this file are subject to the Mozilla Public License
2626
// Version 1.1 (the "License"); you may not use this file except in
2727
// compliance with the License. You may obtain a copy of the License
28-
// at http://www.mozilla.org/MPL/
28+
// at https://www.mozilla.org/MPL/
2929
//
3030
// Software distributed under the License is distributed on an "AS IS"
3131
// basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
// The contents of this file are subject to the Mozilla Public License
2626
// Version 1.1 (the "License"); you may not use this file except in
2727
// compliance with the License. You may obtain a copy of the License
28-
// at http://www.mozilla.org/MPL/
28+
// at https://www.mozilla.org/MPL/
2929
//
3030
// Software distributed under the License is distributed on an "AS IS"
3131
// basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
// The contents of this file are subject to the Mozilla Public License
2626
// Version 1.1 (the "License"); you may not use this file except in
2727
// compliance with the License. You may obtain a copy of the License
28-
// at http://www.mozilla.org/MPL/
28+
// at https://www.mozilla.org/MPL/
2929
//
3030
// Software distributed under the License is distributed on an "AS IS"
3131
// basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
// The contents of this file are subject to the Mozilla Public License
2626
// Version 1.1 (the "License"); you may not use this file except in
2727
// compliance with the License. You may obtain a copy of the License
28-
// at http://www.mozilla.org/MPL/
28+
// at https://www.mozilla.org/MPL/
2929
//
3030
// Software distributed under the License is distributed on an "AS IS"
3131
// basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
// The contents of this file are subject to the Mozilla Public License
2626
// Version 1.1 (the "License"); you may not use this file except in
2727
// compliance with the License. You may obtain a copy of the License
28-
// at http://www.mozilla.org/MPL/
28+
// at https://www.mozilla.org/MPL/
2929
//
3030
// Software distributed under the License is distributed on an "AS IS"
3131
// basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
// The contents of this file are subject to the Mozilla Public License
2626
// Version 1.1 (the "License"); you may not use this file except in
2727
// compliance with the License. You may obtain a copy of the License
28-
// at http://www.mozilla.org/MPL/
28+
// at https://www.mozilla.org/MPL/
2929
//
3030
// Software distributed under the License is distributed on an "AS IS"
3131
// basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
// The contents of this file are subject to the Mozilla Public License
2626
// Version 1.1 (the "License"); you may not use this file except in
2727
// compliance with the License. You may obtain a copy of the License
28-
// at http://www.mozilla.org/MPL/
28+
// at https://www.mozilla.org/MPL/
2929
//
3030
// Software distributed under the License is distributed on an "AS IS"
3131
// basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
// The contents of this file are subject to the Mozilla Public License
2626
// Version 1.1 (the "License"); you may not use this file except in
2727
// compliance with the License. You may obtain a copy of the License
28-
// at http://www.mozilla.org/MPL/
28+
// at https://www.mozilla.org/MPL/
2929
//
3030
// Software distributed under the License is distributed on an "AS IS"
3131
// basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
// The contents of this file are subject to the Mozilla Public License
2626
// Version 1.1 (the "License"); you may not use this file except in
2727
// compliance with the License. You may obtain a copy of the License
28-
// at http://www.mozilla.org/MPL/
28+
// at https://www.mozilla.org/MPL/
2929
//
3030
// Software distributed under the License is distributed on an "AS IS"
3131
// basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
// The contents of this file are subject to the Mozilla Public License
2626
// Version 1.1 (the "License"); you may not use this file except in
2727
// compliance with the License. You may obtain a copy of the License
28-
// at http://www.mozilla.org/MPL/
28+
// at https://www.mozilla.org/MPL/
2929
//
3030
// Software distributed under the License is distributed on an "AS IS"
3131
// basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
// The contents of this file are subject to the Mozilla Public License
2626
// Version 1.1 (the "License"); you may not use this file except in
2727
// compliance with the License. You may obtain a copy of the License
28-
// at http://www.mozilla.org/MPL/
28+
// at https://www.mozilla.org/MPL/
2929
//
3030
// Software distributed under the License is distributed on an "AS IS"
3131
// basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
// The contents of this file are subject to the Mozilla Public License
2626
// Version 1.1 (the "License"); you may not use this file except in
2727
// compliance with the License. You may obtain a copy of the License
28-
// at http://www.mozilla.org/MPL/
28+
// at https://www.mozilla.org/MPL/
2929
//
3030
// Software distributed under the License is distributed on an "AS IS"
3131
// basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
// The contents of this file are subject to the Mozilla Public License
2626
// Version 1.1 (the "License"); you may not use this file except in
2727
// compliance with the License. You may obtain a copy of the License
28-
// at http://www.mozilla.org/MPL/
28+
// at https://www.mozilla.org/MPL/
2929
//
3030
// Software distributed under the License is distributed on an "AS IS"
3131
// basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
// The contents of this file are subject to the Mozilla Public License
2626
// Version 1.1 (the "License"); you may not use this file except in
2727
// compliance with the License. You may obtain a copy of the License
28-
// at http://www.mozilla.org/MPL/
28+
// at https://www.mozilla.org/MPL/
2929
//
3030
// Software distributed under the License is distributed on an "AS IS"
3131
// basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
// The contents of this file are subject to the Mozilla Public License
2626
// Version 1.1 (the "License"); you may not use this file except in
2727
// compliance with the License. You may obtain a copy of the License
28-
// at http://www.mozilla.org/MPL/
28+
// at https://www.mozilla.org/MPL/
2929
//
3030
// Software distributed under the License is distributed on an "AS IS"
3131
// basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See

0 commit comments

Comments
 (0)