diff options
author | Guilhem Moulin <guilhem@libreoffice.org> | 2020-02-16 19:47:20 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@libreoffice.org> | 2020-02-22 00:17:34 +0100 |
commit | 5256b396a984024a3815594847e4b4203faee836 (patch) | |
tree | 98eeba780482c020adb645482223f8110519c401 /bibisect/Makefile | |
parent | 84a335d47a0b0e49f88447135d6d8ae60c198344 (diff) |
Upgrade links to HTTPS
Convert http:// URLs to https:// when there is a 301-redirect from the
former to the latter. There is no reason to leak data here :-)
* Our own (sub-)domains: .libreoffice.org, .documentfoundation.org
* .google.com
* License headers: mozilla.org, gnu.org, apache.org
This commit also upgrades git:// URLs (whether hosted at TDF or at
FreeDesktop) to https://git.libreoffice.org . And same thing for
GitHub-hosted repos.
Change-Id: Ia129eb1448a5263153c4b7cc1d03699052540ba2
Reviewed-on: https://gerrit.libreoffice.org/c/dev-tools/+/88818
Reviewed-by: Guilhem Moulin <guilhem@libreoffice.org>
Tested-by: Guilhem Moulin <guilhem@libreoffice.org>
Diffstat (limited to 'bibisect/Makefile')
-rwxr-xr-x | bibisect/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bibisect/Makefile b/bibisect/Makefile index f6694a96..019b2e7f 100755 --- a/bibisect/Makefile +++ b/bibisect/Makefile @@ -6,7 +6,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 or as specified alternatively below. You may obtain a copy of -# the License at http://www.mozilla.org/MPL/ +# the License 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 the License |