From 8240439e213f1ee1aa5e310837b90bb7c676175a Mon Sep 17 00:00:00 2001 From: Darshit Shah Date: Sun, 14 Jan 2018 11:15:32 +0100 Subject: [PATCH] Replace HTTP urls with HTTPS where valid --- COPYING | 8 ++++---- MAILING-LIST | 18 ++++-------------- Makefile.am | 2 +- README | 6 +++--- README.checkout | 2 +- bootstrap.conf | 4 ++-- 6 files changed, 15 insertions(+), 25 deletions(-) diff --git a/COPYING b/COPYING index 94a9ed02..e6000869 100644 --- a/COPYING +++ b/COPYING @@ -1,7 +1,7 @@ GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 - Copyright (C) 2007 Free Software Foundation, Inc. + Copyright (C) 2007 Free Software Foundation, Inc. Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. @@ -645,7 +645,7 @@ the "copyright" line and a pointer to where the full notice is found. 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 . + along with this program. If not, see . Also add information on how to contact you by electronic and paper mail. @@ -664,11 +664,11 @@ might be different; for a GUI interface, you would use an "about box". 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 -. +. 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 -. +. diff --git a/MAILING-LIST b/MAILING-LIST index 65ca8e61..d8ce69c9 100644 --- a/MAILING-LIST +++ b/MAILING-LIST @@ -7,21 +7,14 @@ Primary List The primary mailinglist for discussion, bug-reports, or questions about GNU Wget is at . To subscribe, send an email to , or visit -`http://lists.gnu.org/mailman/listinfo/bug-wget'. +`https://lists.gnu.org/mailman/listinfo/bug-wget'. You do not need to subscribe to send a message to the list; however, please note that unsubscribed messages are moderated, and may take a while before they hit the list--*usually around a day*. If you want your message to show up immediately, please subscribe to the list before posting. Archives for the list may be found at -`http://lists.gnu.org/pipermail/bug-wget/'. - - An NNTP/Usenettish gateway is also available via Gmane -(http://gmane.org/about.php). You can see the Gmane archives at -`http://news.gmane.org/gmane.comp.web.wget.general'. Note that the -Gmane archives conveniently include messages from both the current -list, and the previous one. Messages also show up in the Gmane archives -sooner than they do at `lists.gnu.org'. +`https://lists.gnu.org/pipermail/bug-wget/'. Obsolete Lists -------------- @@ -31,10 +24,7 @@ discussion list, and another list, was used for submitting and discussing patches to GNU Wget. Messages from are archived at - `http://www.mail-archive.com/wget%40sunsite.dk/' and at - - `http://news.gmane.org/gmane.comp.web.wget.general' (which also - continues to archive the current list, ). + `https://www.mail-archive.com/wget%40sunsite.dk/' and at Messages from are archived at - `http://news.gmane.org/gmane.comp.web.wget.patches'. + `https://news.gmane.org/gmane.comp.web.wget.patches'. diff --git a/Makefile.am b/Makefile.am index 66112fa7..a3f179c0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -13,7 +13,7 @@ # 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 . +# along with this program. If not, see . # Additional permission under GNU GPL version 3 section 7 diff --git a/README b/README index 61cb2aad..692e1c6f 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ -*- text -*- GNU Wget ======== - Current Web home: http://www.gnu.org/software/wget/ + Current Web home: https://www.gnu.org/software/wget/ GNU Wget is a free utility for non-interactive download of files from the Web. It supports HTTP, HTTPS, and FTP protocols, as well as @@ -50,10 +50,10 @@ resides at . Please report bugs in Wget to . See the file `MAILING-LIST' for information about Wget mailing lists. -Wget's home page is at . +Wget's home page is at . If you would like to contribute code for Wget, please read -http://wget.addictivecode.org/PatchGuidelines. +https://wget.addictivecode.org/PatchGuidelines. Wget was originally written and mainained by Hrvoje Niksic. Please see the file AUTHORS for a list of major contributors, and the ChangeLogs diff --git a/README.checkout b/README.checkout index b60fdbcd..c37c70aa 100644 --- a/README.checkout +++ b/README.checkout @@ -202,7 +202,7 @@ References 32. https://www.gnu.org/software/libiconv/ 33. https://git-scm.com/ 34. https://github.com/rockdaboot/libpsl - 35. http://www.pcre.org + 35. https://www.pcre.org 36. http://wget.addictivecode.org/CompilingRepoSources?action=edit&editor=text 37. http://wget.addictivecode.org/CompilingRepoSources 38. http://wget.addictivecode.org/CompilingRepoSources?action=info diff --git a/bootstrap.conf b/bootstrap.conf index 73651a3b..6d8b02a8 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -9,13 +9,13 @@ # the Free Software Foundation, either version 3 of the License, or (at # your option) any later version. # -# GNU Wgt is distributed in the hope that it will be useful, but +# GNU Wget 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/'. # gnulib library name gnulib_name=libgnu