--- a/toolkit/content/license.html
+++ b/toolkit/content/license.html
@@ -19,28 +19,28 @@
#ifdef APP_LICENSE_BLOCK
#includesubst @APP_LICENSE_BLOCK@
#endif
</div>
</div>
<div>
<p>All of the <b>source code</b> to this product is
available under licenses which are both
- <a href="http://www.gnu.org/philosophy/free-sw.html">free</a> and
- <a href="http://www.opensource.org/docs/definition.php">open source</a>.
+ <a href="https://www.gnu.org/philosophy/free-sw.html">free</a> and
+ <a href="https://www.opensource.org/docs/definition.php">open source</a>.
A URL identifying the specific source code used to create this copy can be found
on the <a href="about:buildconfig">build configuration page</a>, and you can read
<a href="https://developer.mozilla.org/en/Mozilla_Source_Code_%28Mercurial%29">instructions
on how to download and build the code for yourself</a>.
</p>
<p>More specifically, most of the source code is available under the
<a href="about:license#mpl">Mozilla Public License 2.0</a> (MPL).
The MPL has a
- <a href="http://www.mozilla.org/MPL/2.0/FAQ.html">FAQ</a> to help
+ <a href="https://www.mozilla.org/MPL/2.0/FAQ/">FAQ</a> to help
you understand it. The remainder of the software which is not
under the MPL is available under one of a variety of other
free and open source licenses. Those that require reproduction
of the license text in the distribution are given below.
(Note: your copy of this product may not contain code covered by one
or more of the licenses listed here, depending on the exact product
and version you choose.)
</p>
@@ -618,17 +618,17 @@
notice described in Exhibit B of this License must be attached.</p>
<h2 id="exhibit-a---source-code-form-license-notice">Exhibit A - Source
Code Form License Notice</h2>
<blockquote>
<p>This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this file,
- You can obtain one at http://mozilla.org/MPL/2.0/.</p>
+ You can obtain one at https://mozilla.org/MPL/2.0/.</p>
</blockquote>
<p>If it is not possible or desirable to put the notice in a particular
file, then You may include the notice in a location (such as a LICENSE file
in a relevant directory) where a recipient would be likely to look for such
a notice.</p>
<p>You may add additional accurate notices of copyright ownership.</p>
@@ -644,19 +644,19 @@
<hr>
<h1 id="lgpl">GNU Lesser General Public License 2.1</h1>
<p>This product contains code from the following LGPLed libraries:</p>
<ul>
-<li><a href="http://www.surina.net/soundtouch/">libsoundtouch</a>
-<li><a href="http://libav.org/">libav</a>
-<li><a href="http://ffmpeg.org/">FFmpeg</a>
+<li><a href="https://www.surina.net/soundtouch/">libsoundtouch</a>
+<li><a href="https://libav.org/">Libav</a>
+<li><a href="https://ffmpeg.org/">FFmpeg</a>
</ul>
<pre>
Copyright (C) 1991, 1999 Free Software Foundation, Inc.
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
@@ -1207,17 +1207,17 @@ DAMAGES.
<p>Some versions of this product contains code from the following LGPLed libraries:</p>
<ul>
<li><a
href="https://addons.mozilla.org/en-US/firefox/addon/görans-hemmasnickrade-ordli/">Swedish dictionary</a>
</ul>
<pre>Copyright © 2007 Free Software Foundation, Inc.
- <<a href="http://fsf.org/">http://fsf.org/</a>>
+ <<a href="https://www.fsf.org/">https://www.fsf.org/</a>>
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.</pre>
<p>This version of the GNU Lesser General Public License incorporates
the terms and conditions of version 3 of the GNU General Public
License, supplemented by the additional permissions listed below.</p>
@@ -1396,17 +1396,17 @@ Library.</p>
for use with the tracking protection feature. Firefox and such
blocklists are separate and independent works as described in
Sections 5 and 6 of this license. Our blocklist is based on one
originally written by Disconnect.me.</p>
<pre>Version 3, 29 June 2007
Copyright © 2007 Free Software Foundation, Inc.
-<<a href="http://fsf.org/">http://fsf.org/</a>>
+<<a href="https://www.fsf.org/">https://www.fsf.org/</a>>
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.</pre>
<h2><a name="preamble"></a>Preamble</h2>
<p>The GNU General Public License is a free, copyleft license for
software and other kinds of works.</p>
@@ -2047,17 +2047,17 @@ the “copyright” line and a p
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with this program. If not, see <http://www.gnu.org/licenses/>.
+ along with this program. If not, see <https://www.gnu.org/licenses/>.
</pre>
<p>Also add information on how to contact you by electronic and paper mail.</p>
<p>If the program does terminal interaction, make it output a short
notice like this when it starts in an interactive mode:</p>
<pre> <program> Copyright (C) <year> <name of author>
@@ -2068,24 +2068,24 @@ notice like this when it starts in an in
<p>The hypothetical commands `show w' and `show c' should show the appropriate
parts of the General Public License. Of course, your program's commands
might be different; for a GUI interface, you would use an “about box”.</p>
<p>You should also get your employer (if you work as a programmer) or school,
if any, to sign a “copyright disclaimer” for the program, if necessary.
For more information on this, and how to apply and follow the GNU GPL, see
-<<a href="http://www.gnu.org/licenses/">http://www.gnu.org/licenses/</a>>.</p>
+<<a href="https://www.gnu.org/licenses/">https://www.gnu.org/licenses/</a>>.</p>
<p>The GNU General Public License does not permit incorporating your program
into proprietary programs. If your program is a subroutine library, you
may consider it more useful to permit linking proprietary applications with
the library. If this is what you want to do, use the GNU Lesser General
Public License instead of this License. But first, please read
-<<a href="http://www.gnu.org/philosophy/why-not-lgpl.html">http://www.gnu.org/philosophy/why-not-lgpl.html</a>>.</p>
+<<a href="https://www.gnu.org/philosophy/why-not-lgpl.html">https://www.gnu.org/philosophy/why-not-lgpl.html</a>>.</p>
<hr>
<h1><a id="ACE"></a>ACE License</h1>
<p>This license applies to the file
<code>media/webrtc/trunk/webrtc/system_wrappers/source/condition_variable_event_win.cc</code>.</p>
@@ -2283,17 +2283,17 @@ licences.
#ifdef MOZ_INSTALL_TRACKING
<h1><a id="adjust"></a>Adjust SDK License</h1>
<p>This license applies to all files in the directory
<code>mobile/android/thirdparty/com/adjust/sdk</code>.</p>
<pre>
Copyright (c) 2012-2014 adjust GmbH,
-http://www.adjust.com
+https://www.adjust.com
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:
@@ -2315,17 +2315,17 @@ WITH THE SOFTWARE OR THE USE OR OTHER DE
#endif
<h1><a id="apache"></a>Apache License 2.0</h1>
<p>This license applies to various files in the Mozilla codebase.</p>
<pre>
Apache License
Version 2.0, January 2004
- http://www.apache.org/licenses/
+ https://www.apache.org/licenses/
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
1. Definitions.
"License" shall mean the terms and conditions for use, reproduction,
and distribution as defined by Sections 1 through 9 of this document.
@@ -3200,17 +3200,17 @@ publicity, privacy, or moral rights may
part of the Estonian Spellchecking Dictionary. The
shipped versions are under the GNU Lesser General Public License. (This
code only ships in some localized versions of this product.)</p>
<pre>
Copyright © Institute of the Estonian Language
E-mail: litsents@eki.ee
-URL: http://www.eki.ee/tarkvara/
+URL: https://www.eki.ee/tarkvara/
The present Licence Agreement gives the user of this Software Product
(hereinafter: Product) the right to use the Product for whatever purpose
(incl. distribution, copying, altering, inclusion in other software, and
selling) on the following conditions:
1. The present Licence Agreement should belong unaltered to each copy ever
made of this Product;
@@ -3518,17 +3518,17 @@ EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
The contents of this file are taken from Apple80211.h from the iStumbler
-project (http://www.istumbler.net). This project is released under the BSD
+project (https://istumbler.net/). This project is released under the BSD
license with the following restrictions.
Copyright (c) 02006, Alf Watt (alf@istumbler.net). All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
@@ -3929,17 +3929,17 @@ EVEN IF ADVISED OF THE POSSIBILITY OF SU
<hr>
<h1><a id="jquery"></a>jQuery License</h1>
<p>This license applies to all copies of jQuery in the code.</p>
<pre>
-Copyright (c) 2010 John Resig, http://jquery.com/
+Copyright (c) 2010 John Resig, https://jquery.com/
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:
@@ -4462,17 +4462,17 @@ SUCH DAMAGE.
<p>This license applies to some of the code in
<code>devtools/client/shared/vendor/lodash.js</code>.</p>
<pre>
Copyright JS Foundation and other contributors <https://js.foundation/>
Based on Underscore.js, copyright Jeremy Ashkenas,
-DocumentCloud and Investigative Reporters & Editors <http://underscorejs.org/>
+DocumentCloud and Investigative Reporters & Editors <https://underscorejs.org/>
This software consists of voluntary contributions made by many
individuals. For exact contribution history, see the revision history
available at https://github.com/lodash/lodash
The following license applies to all parts of this software except as
documented below:
@@ -4498,17 +4498,17 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
====
Copyright and related rights for sample code are waived via CC0. Sample
code is defined as all source code displayed within the prose of the
documentation.
-CC0: http://creativecommons.org/publicdomain/zero/1.0/
+CC0: https://creativecommons.org/publicdomain/zero/1.0/
====
Files located in the node_modules and vendor directories are externally
maintained libraries used by this software which have their own
licenses; we recommend you read them, as their terms may differ from the
terms above.
@@ -6183,17 +6183,17 @@ THE SOFTWARE.
and <code>intl/tzdata</code> directories and certain files in
the <code>js/src/vm</code> directory.</p>
</p>
<pre>
COPYRIGHT AND PERMISSION NOTICE
Copyright © 1991-2016 Unicode, Inc. All rights reserved.
-Distributed under the Terms of Use in http://www.unicode.org/copyright.html.
+Distributed under the Terms of Use in https://www.unicode.org/copyright.html.
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
@@ -6264,17 +6264,17 @@ property of their respective owners.
2. Chinese/Japanese Word Break Dictionary Data (cjdict.txt)
# The Google Chrome software developed by Google is licensed under
# the BSD license. Other software included in this distribution is
# provided under other licenses, as set forth below.
#
# The BSD License
- # http://opensource.org/licenses/bsd-license.php
+ # https://opensource.org/licenses/bsd-license.php
# Copyright (C) 2006-2008, Google Inc.
#
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
#
# Redistributions of source code must retain the above copyright notice,
@@ -6466,19 +6466,19 @@ 2. Chinese/Japanese Word Break Dictionar
#
# ---------------COPYING.ipadic-----END----------------------------------
3. Lao Word Break Dictionary Data (laodict.txt)
# Copyright (c) 2013 International Business Machines Corporation
# and others. All Rights Reserved.
#
- # Project: http://code.google.com/p/lao-dictionary/
- # Dictionary: http://lao-dictionary.googlecode.com/git/Lao-Dictionary.txt
- # License: http://lao-dictionary.googlecode.com/git/Lao-Dictionary-LICENSE.txt
+ # Project: https://code.google.com/p/lao-dictionary/
+ # Dictionary: https://lao-dictionary.googlecode.com/git/Lao-Dictionary.txt
+ # License: https://lao-dictionary.googlecode.com/git/Lao-Dictionary-LICENSE.txt
# (copied below)
#
# This file is derived from the above dictionary, with slight
# modifications.
# ----------------------------------------------------------------------
# Copyright (C) 2013 Brian Eugene Wilson, Robert Martin Campbell.
# All rights reserved.
#
@@ -7040,55 +7040,55 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE
<h1><a id="other-notices"></a>Other Required Notices</h1>
<ul>
<li>This software is based in part on the work of the Independent
JPEG Group.</li>
<li>Portions of the OS/2 and Android versions
of this software are copyright ©1996-2012
- <a href="http://www.freetype.org/">The FreeType Project</a>.
+ <a href="https://www.freetype.org/">The FreeType Project</a>.
All rights reserved.</li>
</ul>
<hr>
<h1><a id="optional-notices"></a>Optional Notices</h1>
<p>Some permissive software licenses request but do not require an
acknowledgement of the use of their software. We are very grateful
to the following people and projects for their contributions to
this product:</p>
<ul>
- <li>The <a href="http://www.zlib.net/">zlib</a> compression library
+ <li>The <a href="https://www.zlib.net/">zlib</a> compression library
(Jean-loup Gailly, Mark Adler and team)</li>
<li>The <a href="http://www.bzip.org/">bzip2</a> compression library
(Julian Seward)</li>
<li>The <a href="http://www.libpng.org/pub/png/">libpng</a> graphics library
(Glenn Randers-Pehrson and team)</li>
- <li>The <a href="http://www.sqlite.org/">sqlite</a> database engine
+ <li>The <a href="https://www.sqlite.org/">sqlite</a> database engine
(D. Richard Hipp and team)</li>
<li>The <a href="http://nsis.sourceforge.net/">Nullsoft Scriptable Install System</a>
(Amir Szekely and team)</li>
- <li>The <a href="http://mattmccutchen.net/bigint/">C++ Big Integer Library</a>
+ <li>The <a href="https://mattmccutchen.net/bigint/">C++ Big Integer Library</a>
(Matt McCutchen)</li>
</ul>
#ifdef XP_WIN
<hr>
<h1><a id="proprietary-notices"></a>Proprietary Operating System Components</h1>
<p>Under some circumstances, under our
- <a href="http://www.mozilla.org/foundation/licensing/binary-components/">binary components policy</a>,
+ <a href="https://www.mozilla.org/foundation/licensing/binary-components/">binary components policy</a>,
Mozilla may decide to include additional
operating system vendor code with the installer of our products designed
for that vendor's proprietary platform, to make our products work well on
that specific operating system. The following license statements
apply to such inclusions.</p>
<h2><a id="directx"></a>Microsoft Windows: Terms for 'Microsoft Distributable Code'</h2>