From c7d80d19382ae8ffcec7601920c67f124fdd6691 Mon Sep 17 00:00:00 2001 From: Fomafix Date: Thu, 8 Sep 2022 18:41:13 +0000 Subject: [PATCH] Use https://www.gnu.org/ instead of http://www.gnu.org/ Change-Id: I8aa4b4a8ba78fb9268021a3ddeb5e2a9c7b0cfeb Depends-On: I19c1b42d9a7c76baacfad2632c4f5525532366a9 --- README | 2 +- maintenance/replaceAll.php | 2 +- src/Hooks.php | 2 +- src/Job.php | 2 +- src/Search.php | 2 +- src/SpecialReplaceText.php | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README b/README index 4b820b93..2510faa6 100644 --- a/README +++ b/README @@ -4,7 +4,7 @@ Replace Text Extension Yaron Koren, Niklas Laxström and others This is free software licenced under the GNU General Public Licence. Please -see http://www.gnu.org/copyleft/gpl.html for further details, including the +see https://www.gnu.org/copyleft/gpl.html for further details, including the full text and terms of the licence. == Overview == diff --git a/maintenance/replaceAll.php b/maintenance/replaceAll.php index 1f316a71..265e2d09 100755 --- a/maintenance/replaceAll.php +++ b/maintenance/replaceAll.php @@ -18,7 +18,7 @@ * You should have received a copy of the GNU General Public License along * with this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * http://www.gnu.org/copyleft/gpl.html + * https://www.gnu.org/copyleft/gpl.html * * @file * @category Maintenance diff --git a/src/Hooks.php b/src/Hooks.php index c7d1a666..8adef87c 100644 --- a/src/Hooks.php +++ b/src/Hooks.php @@ -15,7 +15,7 @@ * You should have received a copy of the GNU General Public License along * with this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * http://www.gnu.org/copyleft/gpl.html + * https://www.gnu.org/copyleft/gpl.html * * @file */ diff --git a/src/Job.php b/src/Job.php index 4d8a2912..9140b5cb 100644 --- a/src/Job.php +++ b/src/Job.php @@ -13,7 +13,7 @@ * You should have received a copy of the GNU General Public License along * with this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * http://www.gnu.org/copyleft/gpl.html + * https://www.gnu.org/copyleft/gpl.html * * @file * @author Yaron Koren diff --git a/src/Search.php b/src/Search.php index 09ba9b0a..28f3f4b7 100644 --- a/src/Search.php +++ b/src/Search.php @@ -13,7 +13,7 @@ * You should have received a copy of the GNU General Public License along * with this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * http://www.gnu.org/copyleft/gpl.html + * https://www.gnu.org/copyleft/gpl.html * * @file */ diff --git a/src/SpecialReplaceText.php b/src/SpecialReplaceText.php index 2406c323..e74451b1 100644 --- a/src/SpecialReplaceText.php +++ b/src/SpecialReplaceText.php @@ -13,7 +13,7 @@ * You should have received a copy of the GNU General Public License along * with this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * http://www.gnu.org/copyleft/gpl.html + * https://www.gnu.org/copyleft/gpl.html * * @file */