Skip to content

Commit

Permalink
URL Cleanup
Browse files Browse the repository at this point in the history
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
  • Loading branch information
spring-operator committed Mar 20, 2019
1 parent 5897c24 commit 666d459
Show file tree
Hide file tree
Showing 240 changed files with 253 additions and 253 deletions.
2 changes: 1 addition & 1 deletion BUILD_DOTNET_CORE.md
@@ -1,7 +1,7 @@
To build the dotnet core components you need the `dotnet` command line utility installed.
It can be obtained for your chosen platform [here](https://www.microsoft.com/net/core#macosx).

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

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

Expand Down
4 changes: 2 additions & 2 deletions CODE_OF_CONDUCT.md
Expand Up @@ -40,5 +40,5 @@ appropriate to the circumstances. Maintainers are obligated to maintain confiden
with regard to the reporter of an incident.

This Code of Conduct is adapted from the
[Contributor Covenant](http://contributor-covenant.org), version 1.3.0, available at
[contributor-covenant.org/version/1/3/0/](http://contributor-covenant.org/version/1/3/0/)
[Contributor Covenant](https://contributor-covenant.org), version 1.3.0, available at
[contributor-covenant.org/version/1/3/0/](https://contributor-covenant.org/version/1/3/0/)
2 changes: 1 addition & 1 deletion LICENSE-MPL-RabbitMQ
Expand Up @@ -437,7 +437,7 @@ EXHIBIT A -Mozilla Public License.
``The contents of this file are subject to the Mozilla Public License
Version 1.1 (the "License"); you may not use this file except in
compliance with the License. You may obtain a copy of the License at
http://www.mozilla.org/MPL/
https://www.mozilla.org/MPL/

Software distributed under the License is distributed on an "AS IS"
basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
Expand Down
10 changes: 5 additions & 5 deletions README.md
@@ -1,7 +1,7 @@
## RabbitMQ .NET Client [![Build status](https://ci.appveyor.com/api/projects/status/33srpo7owl1h3y4e?svg=true)](https://ci.appveyor.com/project/rabbitmq/rabbitmq-dotnet-client)

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


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

## Tutorials and Documentation

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


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

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

## Change Log

Expand Down
2 changes: 1 addition & 1 deletion RUNNING_TESTS.md
Expand Up @@ -30,7 +30,7 @@ This will complete the code AMQP 0-9-1 protocol code generation and build all pr
Tests can be run from Visual Studio using [NUnit Test Adapter](https://visualstudiogallery.msdn.microsoft.com/6ab922d0-21c0-4f06-ab5f-4ecd1fe7175d).
Note that it may take some time for the adapter to discover tests in the assemblies.

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

Expand Down
6 changes: 3 additions & 3 deletions index.md
Expand Up @@ -2,7 +2,7 @@

Links:

* [RabbitMQ .NET Client](http://www.rabbitmq.com/dotnet.html)
* [RabbitMQ .NET Client API Guide](http://www.rabbitmq.com/dotnet-api-guide.html)
* [RabbitMQ .NET Client](https://www.rabbitmq.com/dotnet.html)
* [RabbitMQ .NET Client API Guide](https://www.rabbitmq.com/dotnet-api-guide.html)
* [API Reference](api/RabbitMQ.Client.html)
* [Tutorials](http://www.rabbitmq.com/tutorials/tutorial-one-dotnet.html)
* [Tutorials](https://www.rabbitmq.com/tutorials/tutorial-one-dotnet.html)
2 changes: 1 addition & 1 deletion lib/ndocproc-bin/xsl/utils.xsl
Expand Up @@ -245,7 +245,7 @@ THE SOFTWARE.
<xsl:choose>
<xsl:when test="$googleNonlocalTypes = 'true'">
<code>
<a class="nonlocalTypeLink" title="{$name}" href="http://www.google.com/search?q={$queryparam}&amp;btnI=I'm Feeling Lucky">
<a class="nonlocalTypeLink" title="{$name}" href="https://www.google.com/search?q={$queryparam}&amp;btnI=I'm Feeling Lucky">
<xsl:call-template name="type-alias-impl">
<xsl:with-param name="name" select="$name"/>
<xsl:with-param name="leaf" select="$leaf"/>
Expand Down
2 changes: 1 addition & 1 deletion projects/client/Apigen/properties/AssemblyInfo.cs
Expand Up @@ -25,7 +25,7 @@
// The contents of this file are subject to the Mozilla Public License
// Version 1.1 (the "License"); you may not use this file except in
// compliance with the License. You may obtain a copy of the License
// at http://www.mozilla.org/MPL/
// at https://www.mozilla.org/MPL/
//
// Software distributed under the License is distributed on an "AS IS"
// basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
Expand Down
2 changes: 1 addition & 1 deletion projects/client/Apigen/src/apigen/AmqpClass.cs
Expand Up @@ -25,7 +25,7 @@
// The contents of this file are subject to the Mozilla Public License
// Version 1.1 (the "License"); you may not use this file except in
// compliance with the License. You may obtain a copy of the License
// at http://www.mozilla.org/MPL/
// at https://www.mozilla.org/MPL/
//
// Software distributed under the License is distributed on an "AS IS"
// basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
Expand Down
2 changes: 1 addition & 1 deletion projects/client/Apigen/src/apigen/AmqpEntity.cs
Expand Up @@ -25,7 +25,7 @@
// The contents of this file are subject to the Mozilla Public License
// Version 1.1 (the "License"); you may not use this file except in
// compliance with the License. You may obtain a copy of the License
// at http://www.mozilla.org/MPL/
// at https://www.mozilla.org/MPL/
//
// Software distributed under the License is distributed on an "AS IS"
// basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
Expand Down
2 changes: 1 addition & 1 deletion projects/client/Apigen/src/apigen/AmqpField.cs
Expand Up @@ -25,7 +25,7 @@
// The contents of this file are subject to the Mozilla Public License
// Version 1.1 (the "License"); you may not use this file except in
// compliance with the License. You may obtain a copy of the License
// at http://www.mozilla.org/MPL/
// at https://www.mozilla.org/MPL/
//
// Software distributed under the License is distributed on an "AS IS"
// basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
Expand Down
2 changes: 1 addition & 1 deletion projects/client/Apigen/src/apigen/AmqpMethod.cs
Expand Up @@ -25,7 +25,7 @@
// The contents of this file are subject to the Mozilla Public License
// Version 1.1 (the "License"); you may not use this file except in
// compliance with the License. You may obtain a copy of the License
// at http://www.mozilla.org/MPL/
// at https://www.mozilla.org/MPL/
//
// Software distributed under the License is distributed on an "AS IS"
// basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
Expand Down
4 changes: 2 additions & 2 deletions projects/client/Apigen/src/apigen/Apigen.cs
Expand Up @@ -25,7 +25,7 @@
// The contents of this file are subject to the Mozilla Public License
// Version 1.1 (the "License"); you may not use this file except in
// compliance with the License. You may obtain a copy of the License
// at http://www.mozilla.org/MPL/
// at https://www.mozilla.org/MPL/
//
// Software distributed under the License is distributed on an "AS IS"
// basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
Expand Down Expand Up @@ -422,7 +422,7 @@ public void EmitPrelude()
EmitLine("// The contents of this file are subject to the Mozilla Public License");
EmitLine("// Version 1.1 (the \"License\"); you may not use this file except in");
EmitLine("// compliance with the License. You may obtain a copy of the License at");
EmitLine("// http://www.rabbitmq.com/mpl.html");
EmitLine("// https://www.rabbitmq.com/mpl.html");
EmitLine("//");
EmitLine("// Software distributed under the License is distributed on an \"AS IS\"");
EmitLine("// basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the");
Expand Down
Expand Up @@ -25,7 +25,7 @@
// The contents of this file are subject to the Mozilla Public License
// Version 1.1 (the "License"); you may not use this file except in
// compliance with the License. You may obtain a copy of the License
// at http://www.mozilla.org/MPL/
// at https://www.mozilla.org/MPL/
//
// Software distributed under the License is distributed on an "AS IS"
// basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
Expand Down
Expand Up @@ -25,7 +25,7 @@
// The contents of this file are subject to the Mozilla Public License
// Version 1.1 (the "License"); you may not use this file except in
// compliance with the License. You may obtain a copy of the License
// at http://www.mozilla.org/MPL/
// at https://www.mozilla.org/MPL/
//
// Software distributed under the License is distributed on an "AS IS"
// basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
Expand Down
Expand Up @@ -25,7 +25,7 @@
// The contents of this file are subject to the Mozilla Public License
// Version 1.1 (the "License"); you may not use this file except in
// compliance with the License. You may obtain a copy of the License
// at http://www.mozilla.org/MPL/
// at https://www.mozilla.org/MPL/
//
// Software distributed under the License is distributed on an "AS IS"
// basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
Expand Down
Expand Up @@ -25,7 +25,7 @@
// The contents of this file are subject to the Mozilla Public License
// Version 1.1 (the "License"); you may not use this file except in
// compliance with the License. You may obtain a copy of the License
// at http://www.mozilla.org/MPL/
// at https://www.mozilla.org/MPL/
//
// Software distributed under the License is distributed on an "AS IS"
// basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
Expand Down
Expand Up @@ -25,7 +25,7 @@
// The contents of this file are subject to the Mozilla Public License
// Version 1.1 (the "License"); you may not use this file except in
// compliance with the License. You may obtain a copy of the License
// at http://www.mozilla.org/MPL/
// at https://www.mozilla.org/MPL/
//
// Software distributed under the License is distributed on an "AS IS"
// basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
Expand Down
Expand Up @@ -9,7 +9,7 @@
//

//
// Copyright (C) 2004 Novell, Inc (http://www.novell.com)
// Copyright (C) 2004 Novell, Inc (https://www.novell.com)
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
Expand Down
2 changes: 1 addition & 1 deletion projects/client/RabbitMQ.Client.WinRT/src/util/Timer.cs
Expand Up @@ -25,7 +25,7 @@
// The contents of this file are subject to the Mozilla Public License
// Version 1.1 (the "License"); you may not use this file except in
// compliance with the License. You may obtain a copy of the License
// at http://www.mozilla.org/MPL/
// at https://www.mozilla.org/MPL/
//
// Software distributed under the License is distributed on an "AS IS"
// basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
Expand Down
4 changes: 2 additions & 2 deletions projects/client/RabbitMQ.Client/RabbitMQ.Client.csproj
Expand Up @@ -14,8 +14,8 @@
<PackageId>RabbitMQ.Client</PackageId>
<PackageTags>RabbitMQ</PackageTags>
<PackageIconUrl>https://en.gravatar.com/userimage/10048884/0ea8846e080980f705da081be53599ce.png?size=100</PackageIconUrl>
<PackageProjectUrl>http://www.rabbitmq.com/dotnet.html</PackageProjectUrl>
<PackageLicenseUrl>http://www.rabbitmq.com/dotnet.html</PackageLicenseUrl>
<PackageProjectUrl>https://www.rabbitmq.com/dotnet.html</PackageProjectUrl>
<PackageLicenseUrl>https://www.rabbitmq.com/dotnet.html</PackageLicenseUrl>
<PackageTargetFallback Condition=" '$(TargetFramework)' == 'netstandard1.5' ">$(PackageTargetFallback);dnxcore50</PackageTargetFallback>
<GenerateAssemblyTitleAttribute>false</GenerateAssemblyTitleAttribute>
<GenerateAssemblyDescriptionAttribute>false</GenerateAssemblyDescriptionAttribute>
Expand Down
Expand Up @@ -25,7 +25,7 @@
// The contents of this file are subject to the Mozilla Public License
// Version 1.1 (the "License"); you may not use this file except in
// compliance with the License. You may obtain a copy of the License
// at http://www.mozilla.org/MPL/
// at https://www.mozilla.org/MPL/
//
// Software distributed under the License is distributed on an "AS IS"
// basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
Expand Down
Expand Up @@ -25,7 +25,7 @@
// The contents of this file are subject to the Mozilla Public License
// Version 1.1 (the "License"); you may not use this file except in
// compliance with the License. You may obtain a copy of the License
// at http://www.mozilla.org/MPL/
// at https://www.mozilla.org/MPL/
//
// Software distributed under the License is distributed on an "AS IS"
// basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
Expand Down
Expand Up @@ -25,7 +25,7 @@
// The contents of this file are subject to the Mozilla Public License
// Version 1.1 (the "License"); you may not use this file except in
// compliance with the License. You may obtain a copy of the License
// at http://www.mozilla.org/MPL/
// at https://www.mozilla.org/MPL/
//
// Software distributed under the License is distributed on an "AS IS"
// basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
Expand Down
Expand Up @@ -25,7 +25,7 @@
// The contents of this file are subject to the Mozilla Public License
// Version 1.1 (the "License"); you may not use this file except in
// compliance with the License. You may obtain a copy of the License
// at http://www.mozilla.org/MPL/
// at https://www.mozilla.org/MPL/
//
// Software distributed under the License is distributed on an "AS IS"
// basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
Expand Down
Expand Up @@ -25,7 +25,7 @@
// The contents of this file are subject to the Mozilla Public License
// Version 1.1 (the "License"); you may not use this file except in
// compliance with the License. You may obtain a copy of the License
// at http://www.mozilla.org/MPL/
// at https://www.mozilla.org/MPL/
//
// Software distributed under the License is distributed on an "AS IS"
// basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
Expand Down
Expand Up @@ -25,7 +25,7 @@
// The contents of this file are subject to the Mozilla Public License
// Version 1.1 (the "License"); you may not use this file except in
// compliance with the License. You may obtain a copy of the License
// at http://www.mozilla.org/MPL/
// at https://www.mozilla.org/MPL/
//
// Software distributed under the License is distributed on an "AS IS"
// basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
Expand Down
Expand Up @@ -25,7 +25,7 @@
// The contents of this file are subject to the Mozilla Public License
// Version 1.1 (the "License"); you may not use this file except in
// compliance with the License. You may obtain a copy of the License
// at http://www.mozilla.org/MPL/
// at https://www.mozilla.org/MPL/
//
// Software distributed under the License is distributed on an "AS IS"
// basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
Expand Down
Expand Up @@ -25,7 +25,7 @@
// The contents of this file are subject to the Mozilla Public License
// Version 1.1 (the "License"); you may not use this file except in
// compliance with the License. You may obtain a copy of the License
// at http://www.mozilla.org/MPL/
// at https://www.mozilla.org/MPL/
//
// Software distributed under the License is distributed on an "AS IS"
// basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
Expand Down
Expand Up @@ -25,7 +25,7 @@
// The contents of this file are subject to the Mozilla Public License
// Version 1.1 (the "License"); you may not use this file except in
// compliance with the License. You may obtain a copy of the License
// at http://www.mozilla.org/MPL/
// at https://www.mozilla.org/MPL/
//
// Software distributed under the License is distributed on an "AS IS"
// basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
Expand Down
Expand Up @@ -25,7 +25,7 @@
// The contents of this file are subject to the Mozilla Public License
// Version 1.1 (the "License"); you may not use this file except in
// compliance with the License. You may obtain a copy of the License
// at http://www.mozilla.org/MPL/
// at https://www.mozilla.org/MPL/
//
// Software distributed under the License is distributed on an "AS IS"
// basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
Expand Down
Expand Up @@ -25,7 +25,7 @@
// The contents of this file are subject to the Mozilla Public License
// Version 1.1 (the "License"); you may not use this file except in
// compliance with the License. You may obtain a copy of the License
// at http://www.mozilla.org/MPL/
// at https://www.mozilla.org/MPL/
//
// Software distributed under the License is distributed on an "AS IS"
// basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
Expand Down
Expand Up @@ -25,7 +25,7 @@
// The contents of this file are subject to the Mozilla Public License
// Version 1.1 (the "License"); you may not use this file except in
// compliance with the License. You may obtain a copy of the License
// at http://www.mozilla.org/MPL/
// at https://www.mozilla.org/MPL/
//
// Software distributed under the License is distributed on an "AS IS"
// basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
Expand Down
Expand Up @@ -25,7 +25,7 @@
// The contents of this file are subject to the Mozilla Public License
// Version 1.1 (the "License"); you may not use this file except in
// compliance with the License. You may obtain a copy of the License
// at http://www.mozilla.org/MPL/
// at https://www.mozilla.org/MPL/
//
// Software distributed under the License is distributed on an "AS IS"
// basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
Expand Down
Expand Up @@ -25,7 +25,7 @@
// The contents of this file are subject to the Mozilla Public License
// Version 1.1 (the "License"); you may not use this file except in
// compliance with the License. You may obtain a copy of the License
// at http://www.mozilla.org/MPL/
// at https://www.mozilla.org/MPL/
//
// Software distributed under the License is distributed on an "AS IS"
// basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
Expand Down
2 changes: 1 addition & 1 deletion projects/client/RabbitMQ.Client/src/client/api/Headers.cs
Expand Up @@ -25,7 +25,7 @@
// The contents of this file are subject to the Mozilla Public License
// Version 1.1 (the "License"); you may not use this file except in
// compliance with the License. You may obtain a copy of the License
// at http://www.mozilla.org/MPL/
// at https://www.mozilla.org/MPL/
//
// Software distributed under the License is distributed on an "AS IS"
// basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
Expand Down
Expand Up @@ -25,7 +25,7 @@
// The contents of this file are subject to the Mozilla Public License
// Version 1.1 (the "License"); you may not use this file except in
// compliance with the License. You may obtain a copy of the License
// at http://www.mozilla.org/MPL/
// at https://www.mozilla.org/MPL/
//
// Software distributed under the License is distributed on an "AS IS"
// basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
Expand Down
Expand Up @@ -25,7 +25,7 @@
// The contents of this file are subject to the Mozilla Public License
// Version 1.1 (the "License"); you may not use this file except in
// compliance with the License. You may obtain a copy of the License
// at http://www.mozilla.org/MPL/
// at https://www.mozilla.org/MPL/
//
// Software distributed under the License is distributed on an "AS IS"
// basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
Expand Down
Expand Up @@ -25,7 +25,7 @@
// The contents of this file are subject to the Mozilla Public License
// Version 1.1 (the "License"); you may not use this file except in
// compliance with the License. You may obtain a copy of the License
// at http://www.mozilla.org/MPL/
// at https://www.mozilla.org/MPL/
//
// Software distributed under the License is distributed on an "AS IS"
// basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
Expand Down

0 comments on commit 666d459

Please sign in to comment.