findutils-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Findutils-patches] [PATCH 6/7] all: prefer https:// URLs where possible


From: Bernhard Voelker
Subject: [Findutils-patches] [PATCH 6/7] all: prefer https:// URLs where possible
Date: Tue, 24 Oct 2017 09:09:18 +0200

Change from http:// to https:// URLs for the following:
www.gnu.org, gnu.org, savannah.gnu.org, git.sv.gnu.org, lists.gnu.org,
translationproject.org, cve.mitre.org, cwe.mitre.org, xkcd.com,
standards.ieee.org, and gcc.gnu.org.

* COPYING: Do the above replacement.
* ChangeLog-2013: Likewise.
* NEWS: Likewise.
* README: Likewise.
* README-hacking: Likewise.
* build-aux/Makefile.am: Likewise.
* build-aux/check-testfiles.sh: Likewise.
* build-aux/gen-changelog.sh: Likewise.
* build-aux/man-lint.sh: Likewise.
* build-aux/src-sniff.py: Likewise.
* cfg.mk: Likewise.
* configure.ac: Likewise.
* doc/Makefile.am: Likewise.
* doc/find-maint.texi: Likewise.
* doc/find.texi: Likewise.
* find/defs.h: Likewise.
* find/exec.c: Likewise.
* find/find.1: Likewise.
* find/finddata.c: Likewise.
* find/fstype.c: Likewise.
* find/ftsfind.c: Likewise.
* find/oldfind.c: Likewise.
* find/parser.c: Likewise.
* find/pred.c: Likewise.
* find/print.c: Likewise.
* find/print.h: Likewise.
* find/sharefile.c: Likewise.
* find/sharefile.h: Likewise.
* find/testsuite/Makefile.am: Likewise.
* find/testsuite/binary_locations.sh: Likewise.
* find/testsuite/checklists.py: Likewise.
* find/testsuite/config/unix.exp: Likewise.
* find/testsuite/find.gnu/name-period.exp: Likewise.
* find/testsuite/find.posix/depth1.exp: Likewise.
* find/testsuite/sv-34079.sh: Likewise.
* find/testsuite/sv-34976-execdir-fd-leak.sh: Likewise.
* find/testsuite/sv-48030-exec-plus-bug.sh: Likewise.
* find/testsuite/sv-48180-refuse-noop.sh: Likewise.
* find/testsuite/sv-52220.sh: Likewise.
* find/testsuite/sv-bug-32043.sh: Likewise.
* find/testsuite/test_escape_c.sh: Likewise.
* find/testsuite/test_escapechars.sh: Likewise.
* find/testsuite/test_inode.sh: Likewise.
* find/testsuite/test_type-list.sh: Likewise.
* find/tree.c: Likewise.
* find/util.c: Likewise.
* gnulib-local/lib/gcc-function-attributes.h: Likewise.
* lib/bugreports.c: Likewise.
* lib/bugreports.h: Likewise.
* lib/buildcmd.c: Likewise.
* lib/buildcmd.h: Likewise.
* lib/check-regexprops.sh: Likewise.
* lib/dircallback.c: Likewise.
* lib/dircallback.h: Likewise.
* lib/extendbuf.c: Likewise.
* lib/extendbuf.h: Likewise.
* lib/fdleak.c: Likewise.
* lib/fdleak.h: Likewise.
* lib/findutils-version.c: Likewise.
* lib/findutils-version.h: Likewise.
* lib/listfile.c: Likewise.
* lib/listfile.h: Likewise.
* lib/printquoted.c: Likewise.
* lib/printquoted.h: Likewise.
* lib/qmark.c: Likewise.
* lib/regexprops.c: Likewise.
* lib/regextype.c: Likewise.
* lib/regextype.h: Likewise.
* lib/safe-atoi.c: Likewise.
* lib/safe-atoi.h: Likewise.
* lib/splitstring.c: Likewise.
* lib/splitstring.h: Likewise.
* lib/test_splitstring.c: Likewise.
* lib/unused-result.h: Likewise.
* locate/frcode.c: Likewise.
* locate/locate.1: Likewise.
* locate/locate.c: Likewise.
* locate/locatedb.5: Likewise.
* locate/locatedb.h: Likewise.
* locate/testsuite/Makefile.am: Likewise.
* locate/testsuite/config/unix.exp: Likewise.
* locate/updatedb.1: Likewise.
* locate/updatedb.sh: Likewise.
* locate/word_io.c: Likewise.
* po/fetch-po-files: Likewise.
* xargs/testsuite/Makefile.am: Likewise.
* xargs/testsuite/config/unix.exp: Likewise.
* xargs/xargs.1: Likewise.
* xargs/xargs.c: Likewise.
---
 COPYING                                    |  6 +++---
 ChangeLog-2013                             |  4 ++--
 NEWS                                       |  2 +-
 README                                     |  8 ++++----
 README-hacking                             |  8 ++++----
 build-aux/Makefile.am                      |  2 +-
 build-aux/check-testfiles.sh               |  2 +-
 build-aux/gen-changelog.sh                 |  2 +-
 build-aux/man-lint.sh                      |  2 +-
 build-aux/src-sniff.py                     |  2 +-
 cfg.mk                                     |  2 +-
 configure.ac                               |  2 +-
 doc/Makefile.am                            |  2 +-
 doc/find-maint.texi                        | 10 +++++-----
 doc/find.texi                              | 10 +++++-----
 find/defs.h                                |  2 +-
 find/exec.c                                |  2 +-
 find/find.1                                |  2 +-
 find/finddata.c                            |  2 +-
 find/fstype.c                              |  2 +-
 find/ftsfind.c                             |  2 +-
 find/oldfind.c                             |  2 +-
 find/parser.c                              |  2 +-
 find/pred.c                                |  4 ++--
 find/print.c                               |  2 +-
 find/print.h                               |  2 +-
 find/sharefile.c                           |  2 +-
 find/sharefile.h                           |  2 +-
 find/testsuite/Makefile.am                 |  2 +-
 find/testsuite/binary_locations.sh         |  2 +-
 find/testsuite/checklists.py               |  2 +-
 find/testsuite/config/unix.exp             |  2 +-
 find/testsuite/find.gnu/name-period.exp    |  4 ++--
 find/testsuite/find.posix/depth1.exp       |  2 +-
 find/testsuite/sv-34079.sh                 |  2 +-
 find/testsuite/sv-34976-execdir-fd-leak.sh |  2 +-
 find/testsuite/sv-48030-exec-plus-bug.sh   |  2 +-
 find/testsuite/sv-48180-refuse-noop.sh     |  2 +-
 find/testsuite/sv-52220.sh                 |  2 +-
 find/testsuite/sv-bug-32043.sh             |  2 +-
 find/testsuite/test_escape_c.sh            |  2 +-
 find/testsuite/test_escapechars.sh         |  2 +-
 find/testsuite/test_inode.sh               |  2 +-
 find/testsuite/test_type-list.sh           |  2 +-
 find/tree.c                                |  2 +-
 find/util.c                                |  2 +-
 gnulib-local/lib/gcc-function-attributes.h |  4 ++--
 lib/bugreports.c                           |  2 +-
 lib/bugreports.h                           |  2 +-
 lib/buildcmd.c                             |  2 +-
 lib/buildcmd.h                             |  2 +-
 lib/check-regexprops.sh                    |  2 +-
 lib/dircallback.c                          |  2 +-
 lib/dircallback.h                          |  2 +-
 lib/extendbuf.c                            |  2 +-
 lib/extendbuf.h                            |  2 +-
 lib/fdleak.c                               |  2 +-
 lib/fdleak.h                               |  2 +-
 lib/findutils-version.c                    |  2 +-
 lib/findutils-version.h                    |  2 +-
 lib/listfile.c                             |  2 +-
 lib/listfile.h                             |  2 +-
 lib/printquoted.c                          |  2 +-
 lib/printquoted.h                          |  2 +-
 lib/qmark.c                                |  2 +-
 lib/regexprops.c                           |  2 +-
 lib/regextype.c                            |  2 +-
 lib/regextype.h                            |  2 +-
 lib/safe-atoi.c                            |  2 +-
 lib/safe-atoi.h                            |  2 +-
 lib/splitstring.c                          |  2 +-
 lib/splitstring.h                          |  2 +-
 lib/test_splitstring.c                     |  2 +-
 lib/unused-result.h                        |  2 +-
 locate/frcode.c                            |  2 +-
 locate/locate.1                            |  2 +-
 locate/locate.c                            |  4 ++--
 locate/locatedb.5                          |  2 +-
 locate/locatedb.h                          |  2 +-
 locate/testsuite/Makefile.am               |  2 +-
 locate/testsuite/config/unix.exp           |  2 +-
 locate/updatedb.1                          |  2 +-
 locate/updatedb.sh                         |  6 +++---
 locate/word_io.c                           |  2 +-
 po/fetch-po-files                          |  2 +-
 xargs/testsuite/Makefile.am                |  2 +-
 xargs/testsuite/config/unix.exp            |  2 +-
 xargs/xargs.1                              |  2 +-
 xargs/xargs.c                              |  2 +-
 89 files changed, 112 insertions(+), 112 deletions(-)

diff --git a/COPYING b/COPYING
index 4432540..72f20e1 100644
--- a/COPYING
+++ b/COPYING
@@ -646,7 +646,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 <http://www.gnu.org/licenses/>.
+    along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 Also add information on how to contact you by electronic and paper mail.
 
@@ -665,12 +665,12 @@ 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
-<http://www.gnu.org/licenses/>.
+<https://www.gnu.org/licenses/>.
 
   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
-<http://www.gnu.org/philosophy/why-not-lgpl.html>.
+<https://www.gnu.org/philosophy/why-not-lgpl.html>.
 
diff --git a/ChangeLog-2013 b/ChangeLog-2013
index dd3cdb9..5b4f048 100644
--- a/ChangeLog-2013
+++ b/ChangeLog-2013
@@ -211,7 +211,7 @@
        More removal of support for -perm +MODE.
        * find/parser.c (parse_perm): Remove no-longer-needed local var
        and associated code.  Reported by Eric Blake in
-       <http://savannah.gnu.org/bugs/?38474#comment9>.
+       <https://savannah.gnu.org/bugs/?38474#comment9>.
 
 2013-04-21  Paul Eggert  <address@hidden>
 
@@ -532,7 +532,7 @@
        When reallocating buf, be sure to update its buf_size.
        Also free "altbuf".
        Reported by Nemo Maelstrom Thorx in http://bugs.debian.org/687358
-       via Andreas Metzler in http://savannah.gnu.org/bugs/?37356
+       via Andreas Metzler in https://savannah.gnu.org/bugs/?37356
 
        find: minor tweaks
        * find/print.c (do_time_format): Use memcpy in place of sprintf.
diff --git a/NEWS b/NEWS
index be83492..3e0b915 100644
--- a/NEWS
+++ b/NEWS
@@ -1970,7 +1970,7 @@ New Vietnamese message translation.
 ** Bug Fixes
 *** 'find -name \*bar now matches .foobar, because the POSIX standard
      requires it, as explained at
-     
http://standards.ieee.org/reading/ieee/interp/1003-2-92_int/pasc-1003.2-126.html
+     
https://standards.ieee.org/reading/ieee/interp/1003-2-92_int/pasc-1003.2-126.html
 
 * Major changes in release 4.2.1, 2004-10-17
 ** Bug Fixes
diff --git a/README b/README
index a6d0240..6bf7188 100644
--- a/README
+++ b/README
@@ -14,7 +14,7 @@ ftp://ftp.gnu.org/gnu/gnu-keyring.gpg.  Alternatively, you 
could query
 a PGP keyserver, but you will need to use one that can cope with
 subkeys containing photos.  Many older key servers cannot do this.  I
 use subkeys.pgp.net.  I think that one works.  See also the
-"Downloading" section of http://www.gnu.org/software/findutils/.
+"Downloading" section of https://www.gnu.org/software/findutils/.
 
 Special configure options:
 
@@ -72,10 +72,10 @@ Discussion of the findutils package and ways to improve it 
takes place
 on the "bug-findutils" mailing list, which you can join by sending
 mail to address@hidden  An archive of patches to the
 bug-findutils mailing list is available at
-http://lists.gnu.org/archive/html/bug-findutils/.
+https://lists.gnu.org/archive/html/bug-findutils/.
 
 Bug reports, suggested patches and enhancement requests for findutils
-should be logged at http://savannah.gnu.org/bugs/?group=findutils.
+should be logged at https://savannah.gnu.org/bugs/?group=findutils.
 
 Changes to the findutils code are sent to the findutils-patches
 mailing list.  To join, please send email to
@@ -83,7 +83,7 @@ address@hidden  You are also welcome to send patches to
 that list, but unless you are a list subscriber, you won't be able to
 follow any resulting discussion.  An archive of posts to the
 findutils-patches mailing list is available at
-http://lists.gnu.org/archive/html/findutils-patches/.
+https://lists.gnu.org/archive/html/findutils-patches/.
 
 Mail suggestions and bug reports for these programs to
 address@hidden
diff --git a/README-hacking b/README-hacking
index 9ce114b..d83f904 100644
--- a/README-hacking
+++ b/README-hacking
@@ -173,7 +173,7 @@ Submitting patches
 ==================
 
 If you plan to submit changes to findutils, please make sure you have
-read the GNU coding standard (http://www.gnu.org/prep/standards/).
+read the GNU coding standard (https://www.gnu.org/prep/standards/).
 Some common things you might have forgotten to do are:
 
  - document your change in both the manual pages and the Texinfo file
@@ -233,18 +233,18 @@ The forms to choose from are in gnulib's doc/Copyright/ 
directory.
 If you want to assign a single change, you should use the file,
 doc/Copyright/request-assign.changes:
 
-    
http://git.sv.gnu.org/gitweb/?p=gnulib.git;a=blob;f=doc/Copyright/request-assign.changes;hb=HEAD
+    
https://git.sv.gnu.org/gitweb/?p=gnulib.git;a=blob;f=doc/Copyright/request-assign.changes;hb=HEAD
 
 If you would like to assign past and future contributions to a project,
 you'd use doc/Copyright/request-assign.future:
 
-    
http://git.sv.gnu.org/gitweb/?p=gnulib.git;a=blob;f=doc/Copyright/request-assign.future;hb=HEAD
+    
https://git.sv.gnu.org/gitweb/?p=gnulib.git;a=blob;f=doc/Copyright/request-assign.future;hb=HEAD
 
 You may make assignments for up to four projects at a time.
 
 In case you're wondering why we bother with all of this, read this:
 
-    http://www.gnu.org/licenses/why-assign.html
+    https://www.gnu.org/licenses/why-assign.html
 
 
 ========================================================================
diff --git a/build-aux/Makefile.am b/build-aux/Makefile.am
index 68079b9..dffe5f2 100644
--- a/build-aux/Makefile.am
+++ b/build-aux/Makefile.am
@@ -11,6 +11,6 @@
 # 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/>.
 
 EXTRA_DIST = check-testfiles.sh man-lint.sh gen-changelog.sh
diff --git a/build-aux/check-testfiles.sh b/build-aux/check-testfiles.sh
index 684fcf3..74472a1 100755
--- a/build-aux/check-testfiles.sh
+++ b/build-aux/check-testfiles.sh
@@ -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 <http://www.gnu.org/licenses/>.
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 rv=0
 
diff --git a/build-aux/gen-changelog.sh b/build-aux/gen-changelog.sh
index 38ab0f8..b21e05a 100755
--- a/build-aux/gen-changelog.sh
+++ b/build-aux/gen-changelog.sh
@@ -15,7 +15,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 <http://www.gnu.org/licenses/>.
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 set -u
 top_srcdir="$1"
diff --git a/build-aux/man-lint.sh b/build-aux/man-lint.sh
index dc1e254..e7dfa98 100755
--- a/build-aux/man-lint.sh
+++ b/build-aux/man-lint.sh
@@ -12,7 +12,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 <http://www.gnu.org/licenses/>.
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 rv=0
 srcdir="$1" ; shift
diff --git a/build-aux/src-sniff.py b/build-aux/src-sniff.py
index febc903..2d5b947 100644
--- a/build-aux/src-sniff.py
+++ b/build-aux/src-sniff.py
@@ -15,7 +15,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 <http://www.gnu.org/licenses/>.
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 # Many of these would probably be better as gnulib syntax checks, because
 # gnulib provides a way of disabling checks for particular files, and
diff --git a/cfg.mk b/cfg.mk
index 573c1eb..1ac49f0 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -12,7 +12,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 <http://www.gnu.org/licenses/>.
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 manual_title = Finding Files
 # We need to pass the -I option to gendocs so that the texinfo tools
diff --git a/configure.ac b/configure.ac
index 1946858..7388b2f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -14,7 +14,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 <http://www.gnu.org/licenses/>.
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 dnl Written by James Youngman.
 
diff --git a/doc/Makefile.am b/doc/Makefile.am
index b3e7789..8f62d03 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -11,7 +11,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 <http://www.gnu.org/licenses/>.
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
 AM_CFLAGS = $(WARN_CFLAGS)
 
 info_TEXINFOS = find.texi find-maint.texi
diff --git a/doc/find-maint.texi b/doc/find-maint.texi
index d72c6fb..9b20a89 100644
--- a/doc/find-maint.texi
+++ b/doc/find-maint.texi
@@ -483,7 +483,7 @@ information.
 
 @node Using the GNU Portability Library
 @chapter Using the GNU Portability Library
-The Gnulib library (@url{http://www.gnu.org/software/gnulib/}) makes a
+The Gnulib library (@url{https://www.gnu.org/software/gnulib/}) makes a
 variety of systems look more like a GNU/Linux system and also applies
 a bunch of automatic bug fixes and workarounds.  Some of these also
 apply to GNU/Linux systems too.  For example, the Gnulib regex
@@ -651,7 +651,7 @@ the DejaGnu documentation.
 @chapter Bugs
 
 Bugs are logged in the Savannah bug tracker
address@hidden://savannah.gnu.org/bugs/?group=findutils}.  The tracker
address@hidden://savannah.gnu.org/bugs/?group=findutils}.  The tracker
 offers several fields but their use is largely obvious.  The
 life-cycle of a bug is like this:
 
@@ -718,7 +718,7 @@ Translation is essentially automated from the maintainer's 
point of
 view.  The TP mails the maintainer when a new PO file is available,
 and we just download it and check it in.  We copy the @file{.po} files
 into the git repository.  For more information, please see
address@hidden://translationproject.org/domain/findutils.html}.
address@hidden://translationproject.org/domain/findutils.html}.
 
 
 @node Security
@@ -765,7 +765,7 @@ I. BACKGROUND
 GNU findutils is a set of programs which search for files on Unix-like
 systems.  It is maintained by the GNU Project of the Free Software
 Foundation.  For more information, see
address@hidden://www.gnu.org/software/findutils}.
address@hidden://www.gnu.org/software/findutils}.
 
 
 II. DESCRIPTION
@@ -1053,7 +1053,7 @@ signature, of course, but that has been omitted from the 
example.
 Once a fixed release is available, announce the new release using the
 normal channels.  Any CVE number assigned for the problem should be
 included in the @file{ChangeLog} and @file{NEWS} entries. See
address@hidden://cve.mitre.org/} for an explanation of CVE numbers.
address@hidden://cve.mitre.org/} for an explanation of CVE numbers.
 
 
 
diff --git a/doc/find.texi b/doc/find.texi
index e6a479b..2731f0a 100644
--- a/doc/find.texi
+++ b/doc/find.texi
@@ -107,7 +107,7 @@ fixes, small improvements, and helpful suggestions.  Thanks!
 
 To report a bug in GNU findutils, please use the form on the Savannah
 web site at
address@hidden://savannah.gnu.org/bugs/?group=findutils}.  Reporting bugs
address@hidden://savannah.gnu.org/bugs/?group=findutils}.  Reporting bugs
 this way means that you will then be able to track progress in fixing
 the problem.
 
@@ -5169,7 +5169,7 @@ For example, if I run this on my system now, this gives:
 @example
 find (GNU findutils) 4.5.11-git
 Copyright (C) 2012 Free Software Foundation, Inc.
-License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
+License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>.
 This is free software: you are free to change and redistribute it.
 There is NO WARRANTY, to the extent permitted by law.
 
@@ -5404,18 +5404,18 @@ useful articles on the web that touch on the issues 
described above:
 @c 
https://www.securecoding.cert.org/confluence/display/seccode/MSC09-C.+Character+Encoding+-+Use+Subset+of+ASCII+for+Safety
 This article describes some of the unfortunate effects of allowing
 free choice of file names.
address@hidden http://cwe.mitre.org/data/definitions/78.html
address@hidden https://cwe.mitre.org/data/definitions/78.html
 Describes OS Command Injection
 @item https://cwe.mitre.org/data/definitions/73.html
 Describes problems arising from allowing remote computers to send
 requests which specify file names of their choice
address@hidden http://cwe.mitre.org/data/definitions/116.html
address@hidden https://cwe.mitre.org/data/definitions/116.html
 Describes problems relating to encoding file names and escaping
 characters.  This article is relevant to findutils because for command
 lines processed via the shell, the encoding and escaping rules are
 already set by the shell.   For example command lines like @code{find
 ... -print | some-shell-script} require specific care.
address@hidden http://xkcd.com/327/
address@hidden https://xkcd.com/327/
 A humorous and pithy summary of the broader problem.
 @end table
 
diff --git a/find/defs.h b/find/defs.h
index 36d9ade..3b2a946 100644
--- a/find/defs.h
+++ b/find/defs.h
@@ -12,7 +12,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 <http://www.gnu.org/licenses/>.
+   along with this program.  If not, see <https://www.gnu.org/licenses/>.
 */
 
 
diff --git a/find/exec.c b/find/exec.c
index ce07a4d..91ca098 100644
--- a/find/exec.c
+++ b/find/exec.c
@@ -12,7 +12,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 <http://www.gnu.org/licenses/>.
+   along with this program.  If not, see <https://www.gnu.org/licenses/>.
 */
 
 /* config.h must be included first. */
diff --git a/find/find.1 b/find/find.1
index 638f847..06ddfa5 100644
--- a/find/find.1
+++ b/find/find.1
@@ -2282,7 +2282,7 @@ has no effect on the
 action.
 .P
 The best way to report a bug is to use the form at
-http://savannah.gnu.org/bugs/?group=findutils.
+https://savannah.gnu.org/bugs/?group=findutils.
 The reason for this is that you will then be able to track progress in
 fixing the problem.   Other comments about \fBfind\fP(1) and about
 the findutils package in general can be sent to the
diff --git a/find/finddata.c b/find/finddata.c
index 568d666..ce8050d 100644
--- a/find/finddata.c
+++ b/find/finddata.c
@@ -12,7 +12,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 <http://www.gnu.org/licenses/>.
+   along with this program.  If not, see <https://www.gnu.org/licenses/>.
 */
 
 /* config.h must be included first. */
diff --git a/find/fstype.c b/find/fstype.c
index 145f52a..13c94de 100644
--- a/find/fstype.c
+++ b/find/fstype.c
@@ -11,7 +11,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 <http://www.gnu.org/licenses/>.
+   along with this program.  If not, see <https://www.gnu.org/licenses/>.
 */
 
 /* Written by David MacKenzie <address@hidden>.
diff --git a/find/ftsfind.c b/find/ftsfind.c
index 794362a..c4c849a 100644
--- a/find/ftsfind.c
+++ b/find/ftsfind.c
@@ -12,7 +12,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 <http://www.gnu.org/licenses/>.
+   along with this program.  If not, see <https://www.gnu.org/licenses/>.
 */
 
 /* This file was written by James Youngman, based on oldfind.c.
diff --git a/find/oldfind.c b/find/oldfind.c
index e5724a6..70f3fb2 100644
--- a/find/oldfind.c
+++ b/find/oldfind.c
@@ -12,7 +12,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 <http://www.gnu.org/licenses/>.
+   along with this program.  If not, see <https://www.gnu.org/licenses/>.
 */
 /* GNU find was written by Eric Decker <address@hidden>,
    with enhancements by David MacKenzie <address@hidden>,
diff --git a/find/parser.c b/find/parser.c
index e22d884..f7c4a07 100644
--- a/find/parser.c
+++ b/find/parser.c
@@ -12,7 +12,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 <http://www.gnu.org/licenses/>.
+   along with this program.  If not, see <https://www.gnu.org/licenses/>.
 */
 
 /* config.h must always come first. */
diff --git a/find/pred.c b/find/pred.c
index dc9d5d5..c2d925c 100644
--- a/find/pred.c
+++ b/find/pred.c
@@ -12,7 +12,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 <http://www.gnu.org/licenses/>.
+   along with this program.  If not, see <https://www.gnu.org/licenses/>.
 */
 
 /* config.h always comes first. */
@@ -546,7 +546,7 @@ pred_name_common (const char *pathname, const char *str, 
int flags)
   strip_trailing_slashes (base);
 
   /* FNM_PERIOD is not used here because POSIX requires that it not be.
-   * See 
http://standards.ieee.org/reading/ieee/interp/1003-2-92_int/pasc-1003.2-126.html
+   * See 
https://standards.ieee.org/reading/ieee/interp/1003-2-92_int/pasc-1003.2-126.html
    */
   b = fnmatch (str, base, flags) == 0;
   free (base);
diff --git a/find/print.c b/find/print.c
index 0d08e10..02785ea 100644
--- a/find/print.c
+++ b/find/print.c
@@ -12,7 +12,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 <http://www.gnu.org/licenses/>.
+   along with this program.  If not, see <https://www.gnu.org/licenses/>.
 */
 
 /* We always include config.h first. */
diff --git a/find/print.h b/find/print.h
index f220f58..8181773 100644
--- a/find/print.h
+++ b/find/print.h
@@ -12,7 +12,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 <http://www.gnu.org/licenses/>.
+   along with this program.  If not, see <https://www.gnu.org/licenses/>.
 */
 #include "defs.h"
 
diff --git a/find/sharefile.c b/find/sharefile.c
index c705b5e..fda8b27 100644
--- a/find/sharefile.c
+++ b/find/sharefile.c
@@ -12,7 +12,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 <http://www.gnu.org/licenses/>.
+   along with this program.  If not, see <https://www.gnu.org/licenses/>.
 */
 
 /* config.h always comes first. */
diff --git a/find/sharefile.h b/find/sharefile.h
index 777cd5d..d8e4a31 100644
--- a/find/sharefile.h
+++ b/find/sharefile.h
@@ -12,7 +12,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 <http://www.gnu.org/licenses/>.
+   along with this program.  If not, see <https://www.gnu.org/licenses/>.
 */
 
 
diff --git a/find/testsuite/Makefile.am b/find/testsuite/Makefile.am
index 3d1f64c..4d178d2 100644
--- a/find/testsuite/Makefile.am
+++ b/find/testsuite/Makefile.am
@@ -11,7 +11,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 <http://www.gnu.org/licenses/>.
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
 #
 # The 2001 copyright line above was added in 2015 based on James
 # Youngman's best estimate of the original publication date of this
diff --git a/find/testsuite/binary_locations.sh 
b/find/testsuite/binary_locations.sh
index e06edb6..7d21342 100644
--- a/find/testsuite/binary_locations.sh
+++ b/find/testsuite/binary_locations.sh
@@ -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 <http://www.gnu.org/licenses/>.
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
 #
 
 if [ -z "${testname}" ]; then
diff --git a/find/testsuite/checklists.py b/find/testsuite/checklists.py
index 2297c2e..59afd3d 100644
--- a/find/testsuite/checklists.py
+++ b/find/testsuite/checklists.py
@@ -11,7 +11,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 <http://www.gnu.org/licenses/>.
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
 #
 """Check that the list of test files in Makefile.am is complete and not 
redundant.
 
diff --git a/find/testsuite/config/unix.exp b/find/testsuite/config/unix.exp
index 31ffcd7..74ff004 100644
--- a/find/testsuite/config/unix.exp
+++ b/find/testsuite/config/unix.exp
@@ -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 <http://www.gnu.org/licenses/>.
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 # Modified by Kevin Dalley <address@hidden> from the xargs files.
 # Modified by David MacKenzie <address@hidden> from the gcc files
diff --git a/find/testsuite/find.gnu/name-period.exp 
b/find/testsuite/find.gnu/name-period.exp
index 42858fe..19627a8 100644
--- a/find/testsuite/find.gnu/name-period.exp
+++ b/find/testsuite/find.gnu/name-period.exp
@@ -1,6 +1,6 @@
 # Verifies that -name '*bar' will match quux/.foobar.
-# See 
http://standards.ieee.org/reading/ieee/interp/1003-2-92_int/pasc-1003.2-126.html
-# Also see http://savannah.gnu.org/bugs/?func=detailitem&item_id=10757
+# See 
https://standards.ieee.org/reading/ieee/interp/1003-2-92_int/pasc-1003.2-126.html
+# Also see https://savannah.gnu.org/bugs/?func=detailitem&item_id=10757
 exec rm -rf tmp
 exec mkdir tmp
 exec mkdir tmp/top
diff --git a/find/testsuite/find.posix/depth1.exp 
b/find/testsuite/find.posix/depth1.exp
index c730d22..4ef740c 100644
--- a/find/testsuite/find.posix/depth1.exp
+++ b/find/testsuite/find.posix/depth1.exp
@@ -1,4 +1,4 @@
-# tests for the bug reported at 
http://lists.gnu.org/archive/html/bug-findutils/2005-02/msg00077.html
+# tests for the bug reported at 
https://lists.gnu.org/archive/html/bug-findutils/2005-02/msg00077.html
 exec rm -rf tmp
 exec mkdir tmp
 exec mkdir tmp/1 tmp/1/2 tmp/1/2/3 tmp/1/2/20 tmp/1/2/37 tmp/1/2/54 tmp/1/2/55 
tmp/1/2/55/56 tmp/1/2/55/57 tmp/1/2/55/58 tmp/1/2/55/59
diff --git a/find/testsuite/sv-34079.sh b/find/testsuite/sv-34079.sh
index 4f24ebf..107275e 100755
--- a/find/testsuite/sv-34079.sh
+++ b/find/testsuite/sv-34079.sh
@@ -12,7 +12,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 <http://www.gnu.org/licenses/>.
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
 #
 
 # This test verifies that find does not have excessive memory consumption
diff --git a/find/testsuite/sv-34976-execdir-fd-leak.sh 
b/find/testsuite/sv-34976-execdir-fd-leak.sh
index 2dd94ca..773642e 100755
--- a/find/testsuite/sv-34976-execdir-fd-leak.sh
+++ b/find/testsuite/sv-34976-execdir-fd-leak.sh
@@ -12,7 +12,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 <http://www.gnu.org/licenses/>.
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
 #
 
 # This test verifies that find does not leak a file descriptor for the working
diff --git a/find/testsuite/sv-48030-exec-plus-bug.sh 
b/find/testsuite/sv-48030-exec-plus-bug.sh
index 534ddb5..446783e 100755
--- a/find/testsuite/sv-48030-exec-plus-bug.sh
+++ b/find/testsuite/sv-48030-exec-plus-bug.sh
@@ -12,7 +12,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 <http://www.gnu.org/licenses/>.
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
 #
 
 # This test verifies that find invokes the given command for the
diff --git a/find/testsuite/sv-48180-refuse-noop.sh 
b/find/testsuite/sv-48180-refuse-noop.sh
index 42d8933..9c62d64 100755
--- a/find/testsuite/sv-48180-refuse-noop.sh
+++ b/find/testsuite/sv-48180-refuse-noop.sh
@@ -12,7 +12,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 <http://www.gnu.org/licenses/>.
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
 #
 
 # This test verifies that find refuses the internal -noop, ---noop option.
diff --git a/find/testsuite/sv-52220.sh b/find/testsuite/sv-52220.sh
index 75d1691..eeb9d1f 100755
--- a/find/testsuite/sv-52220.sh
+++ b/find/testsuite/sv-52220.sh
@@ -12,7 +12,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 <http://www.gnu.org/licenses/>.
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
 #
 #
 # Verify that 'find -D' without further argument outputs an error diagnostic.
diff --git a/find/testsuite/sv-bug-32043.sh b/find/testsuite/sv-bug-32043.sh
index 339abf0..1396a53 100755
--- a/find/testsuite/sv-bug-32043.sh
+++ b/find/testsuite/sv-bug-32043.sh
@@ -12,7 +12,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 <http://www.gnu.org/licenses/>.
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
 #
 testname="$(basename $0)"
 
diff --git a/find/testsuite/test_escape_c.sh b/find/testsuite/test_escape_c.sh
index 03a0f81..629c95c 100755
--- a/find/testsuite/test_escape_c.sh
+++ b/find/testsuite/test_escape_c.sh
@@ -12,7 +12,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 <http://www.gnu.org/licenses/>.
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
 #
 
 testname="$(basename $0)"
diff --git a/find/testsuite/test_escapechars.sh 
b/find/testsuite/test_escapechars.sh
index fbc012b..00ea814 100755
--- a/find/testsuite/test_escapechars.sh
+++ b/find/testsuite/test_escapechars.sh
@@ -12,7 +12,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 <http://www.gnu.org/licenses/>.
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
 #
 testname="$(basename $0)"
 
diff --git a/find/testsuite/test_inode.sh b/find/testsuite/test_inode.sh
index 71149af..c36e2e4 100755
--- a/find/testsuite/test_inode.sh
+++ b/find/testsuite/test_inode.sh
@@ -12,7 +12,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 <http://www.gnu.org/licenses/>.
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
 #
 # Essentially this test verifies that ls -i and find -printf %i produce
 # the same output.
diff --git a/find/testsuite/test_type-list.sh b/find/testsuite/test_type-list.sh
index 5127872..a6a7c32 100755
--- a/find/testsuite/test_type-list.sh
+++ b/find/testsuite/test_type-list.sh
@@ -12,7 +12,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 <http://www.gnu.org/licenses/>.
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
 #
 
 # This test verifies find's behavior regarding comma-separated file
diff --git a/find/tree.c b/find/tree.c
index 738e3ae..d6b6a5d 100644
--- a/find/tree.c
+++ b/find/tree.c
@@ -12,7 +12,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 <http://www.gnu.org/licenses/>.
+   along with this program.  If not, see <https://www.gnu.org/licenses/>.
 */
 
 /* config.h must always come first. */
diff --git a/find/util.c b/find/util.c
index ff38046..6182ae7 100644
--- a/find/util.c
+++ b/find/util.c
@@ -12,7 +12,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 <http://www.gnu.org/licenses/>.
+   along with this program.  If not, see <https://www.gnu.org/licenses/>.
 */
 
 /* config.h must always come first. */
diff --git a/gnulib-local/lib/gcc-function-attributes.h 
b/gnulib-local/lib/gcc-function-attributes.h
index 7709914..8187ffe 100644
--- a/gnulib-local/lib/gcc-function-attributes.h
+++ b/gnulib-local/lib/gcc-function-attributes.h
@@ -13,13 +13,13 @@
    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/>.
 */
 
 /*
  Be aware that some function attributes do not work with function
  pointers.  See
- http://lists.gnu.org/archive/html/bug-gnulib/2011-04/msg00007.html
+ https://lists.gnu.org/archive/html/bug-gnulib/2011-04/msg00007.html
  for details.
 */
 #ifndef _GCC_FUNCTION_ATTRIBUTES_H
diff --git a/lib/bugreports.c b/lib/bugreports.c
index 61e2285..c10bfd1 100644
--- a/lib/bugreports.c
+++ b/lib/bugreports.c
@@ -12,7 +12,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 <http://www.gnu.org/licenses/>.
+   along with this program.  If not, see <https://www.gnu.org/licenses/>.
 */
 /* Written by James Youngman <address@hidden>.
  */
diff --git a/lib/bugreports.h b/lib/bugreports.h
index 17f6609..fe41375 100644
--- a/lib/bugreports.h
+++ b/lib/bugreports.h
@@ -12,7 +12,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 <http://www.gnu.org/licenses/>.
+   along with this program.  If not, see <https://www.gnu.org/licenses/>.
 */
 /* Written by James Youngman <address@hidden>.
  */
diff --git a/lib/buildcmd.c b/lib/buildcmd.c
index 40536db..d9afa26 100644
--- a/lib/buildcmd.c
+++ b/lib/buildcmd.c
@@ -12,7 +12,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 <http://www.gnu.org/licenses/>.
+   along with this program.  If not, see <https://www.gnu.org/licenses/>.
 */
 /* config.h must be included first. */
 #include <config.h>
diff --git a/lib/buildcmd.h b/lib/buildcmd.h
index 64ab333..e2ef8f4 100644
--- a/lib/buildcmd.h
+++ b/lib/buildcmd.h
@@ -12,7 +12,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 <http://www.gnu.org/licenses/>.
+   along with this program.  If not, see <https://www.gnu.org/licenses/>.
 */
 /*
  * Written by James Youngman.
diff --git a/lib/check-regexprops.sh b/lib/check-regexprops.sh
index 5c6eb09..085e141 100755
--- a/lib/check-regexprops.sh
+++ b/lib/check-regexprops.sh
@@ -14,7 +14,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 <http://www.gnu.org/licenses/>.
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
 existing=${srcdir}/../doc/regexprops.texi
 
 case ${REGEXPROPS} in
diff --git a/lib/dircallback.c b/lib/dircallback.c
index db53b6e..5f7a7d8 100644
--- a/lib/dircallback.c
+++ b/lib/dircallback.c
@@ -12,7 +12,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 <http://www.gnu.org/licenses/>.
+   along with this program.  If not, see <https://www.gnu.org/licenses/>.
 */
 
 /* This file was written by James Youngman, based on gnulib'c at-func.c.
diff --git a/lib/dircallback.h b/lib/dircallback.h
index 06278a9..f56594d 100644
--- a/lib/dircallback.h
+++ b/lib/dircallback.h
@@ -12,7 +12,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 <http://www.gnu.org/licenses/>.
+   along with this program.  If not, see <https://www.gnu.org/licenses/>.
 */
 
 
diff --git a/lib/extendbuf.c b/lib/extendbuf.c
index f35c3cc..e4041bd 100644
--- a/lib/extendbuf.c
+++ b/lib/extendbuf.c
@@ -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 <http://www.gnu.org/licenses/>.
+   along with this program.  If not, see <https://www.gnu.org/licenses/>.
 */
 /* Written by James Yougnman <address@hidden>. */
 
diff --git a/lib/extendbuf.h b/lib/extendbuf.h
index b1e7143..6e214b1 100644
--- a/lib/extendbuf.h
+++ b/lib/extendbuf.h
@@ -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 <http://www.gnu.org/licenses/>.
+   along with this program.  If not, see <https://www.gnu.org/licenses/>.
 */
 
 #ifndef INC_EXTENDBUF_H
diff --git a/lib/fdleak.c b/lib/fdleak.c
index bf3457d..cc92659 100644
--- a/lib/fdleak.c
+++ b/lib/fdleak.c
@@ -12,7 +12,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 <http://www.gnu.org/licenses/>.
+   along with this program.  If not, see <https://www.gnu.org/licenses/>.
 */
 /* config.h must be included first. */
 #include <config.h>
diff --git a/lib/fdleak.h b/lib/fdleak.h
index 53b3bf9..c8dfd64 100644
--- a/lib/fdleak.h
+++ b/lib/fdleak.h
@@ -12,7 +12,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 <http://www.gnu.org/licenses/>.
+   along with this program.  If not, see <https://www.gnu.org/licenses/>.
 */
 
 void remember_non_cloexec_fds (void);
diff --git a/lib/findutils-version.c b/lib/findutils-version.c
index 1823ac4..a54cc6e 100644
--- a/lib/findutils-version.c
+++ b/lib/findutils-version.c
@@ -12,7 +12,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 <http://www.gnu.org/licenses/>.
+   along with this program.  If not, see <https://www.gnu.org/licenses/>.
 */
 
 /* config.h must be included first. */
diff --git a/lib/findutils-version.h b/lib/findutils-version.h
index 8998f49..8cad23d 100644
--- a/lib/findutils-version.h
+++ b/lib/findutils-version.h
@@ -12,7 +12,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 <http://www.gnu.org/licenses/>.
+   along with this program.  If not, see <https://www.gnu.org/licenses/>.
 */
 
 /*
diff --git a/lib/listfile.c b/lib/listfile.c
index 77806ed..4f9462b 100644
--- a/lib/listfile.c
+++ b/lib/listfile.c
@@ -12,7 +12,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 <http://www.gnu.org/licenses/>.
+   along with this program.  If not, see <https://www.gnu.org/licenses/>.
 */
 /* config.h must be included first. */
 #include <config.h>
diff --git a/lib/listfile.h b/lib/listfile.h
index 5d21f44..bf5c679 100644
--- a/lib/listfile.h
+++ b/lib/listfile.h
@@ -12,7 +12,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 <http://www.gnu.org/licenses/>.
+   along with this program.  If not, see <https://www.gnu.org/licenses/>.
 */
 
 
diff --git a/lib/printquoted.c b/lib/printquoted.c
index 08585df..f7900ac 100644
--- a/lib/printquoted.c
+++ b/lib/printquoted.c
@@ -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 <http://www.gnu.org/licenses/>.
+   along with this program.  If not, see <https://www.gnu.org/licenses/>.
 */
 /* config.h must be included first. */
 #include <config.h>
diff --git a/lib/printquoted.h b/lib/printquoted.h
index fbf70c8..3de5b8b 100644
--- a/lib/printquoted.h
+++ b/lib/printquoted.h
@@ -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 <http://www.gnu.org/licenses/>.
+   along with this program.  If not, see <https://www.gnu.org/licenses/>.
 */
 
 #if !defined PRINTQUOTED_H
diff --git a/lib/qmark.c b/lib/qmark.c
index 8a3e6da..ddcbd28 100644
--- a/lib/qmark.c
+++ b/lib/qmark.c
@@ -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 <http://www.gnu.org/licenses/>.
+   along with this program.  If not, see <https://www.gnu.org/licenses/>.
 */
 /* config.h must be included first. */
 #include <config.h>
diff --git a/lib/regexprops.c b/lib/regexprops.c
index 694aeb0..048315e 100644
--- a/lib/regexprops.c
+++ b/lib/regexprops.c
@@ -14,7 +14,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 <http://www.gnu.org/licenses/>.
+   along with this program.  If not, see <https://www.gnu.org/licenses/>.
 */
 
 
diff --git a/lib/regextype.c b/lib/regextype.c
index a1a7619..e569353 100644
--- a/lib/regextype.c
+++ b/lib/regextype.c
@@ -15,7 +15,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 <http://www.gnu.org/licenses/>.
+   along with this program.  If not, see <https://www.gnu.org/licenses/>.
 */
 /* Written by James Youngman, <address@hidden>. */
 
diff --git a/lib/regextype.h b/lib/regextype.h
index 5329f54..6b44ff6 100644
--- a/lib/regextype.h
+++ b/lib/regextype.h
@@ -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 <http://www.gnu.org/licenses/>.
+   along with this program.  If not, see <https://www.gnu.org/licenses/>.
 */
 /* Written by James Youngman <address@hidden>.
  */
diff --git a/lib/safe-atoi.c b/lib/safe-atoi.c
index dde7f8a..2c6929c 100644
--- a/lib/safe-atoi.c
+++ b/lib/safe-atoi.c
@@ -12,7 +12,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 <http://www.gnu.org/licenses/>.
+   along with this program.  If not, see <https://www.gnu.org/licenses/>.
 */
 /* config.h must be included first. */
 #include <config.h>
diff --git a/lib/safe-atoi.h b/lib/safe-atoi.h
index 9523d37..a6a8f05 100644
--- a/lib/safe-atoi.h
+++ b/lib/safe-atoi.h
@@ -12,7 +12,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 <http://www.gnu.org/licenses/>.
+   along with this program.  If not, see <https://www.gnu.org/licenses/>.
 */
 
 #ifndef SAFE_ATOI_H
diff --git a/lib/splitstring.c b/lib/splitstring.c
index ab9f045..89bf43c 100644
--- a/lib/splitstring.c
+++ b/lib/splitstring.c
@@ -12,7 +12,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 <http://www.gnu.org/licenses/>.
+   along with this program.  If not, see <https://www.gnu.org/licenses/>.
 */
 /*
  * Written by James Youngman.
diff --git a/lib/splitstring.h b/lib/splitstring.h
index 98c8ba9..f189778 100644
--- a/lib/splitstring.h
+++ b/lib/splitstring.h
@@ -12,7 +12,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 <http://www.gnu.org/licenses/>.
+   along with this program.  If not, see <https://www.gnu.org/licenses/>.
 */
 /*
  * Written by James Youngman.
diff --git a/lib/test_splitstring.c b/lib/test_splitstring.c
index dd9cdb0..b01b6b7 100644
--- a/lib/test_splitstring.c
+++ b/lib/test_splitstring.c
@@ -12,7 +12,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 <http://www.gnu.org/licenses/>.
+   along with this program.  If not, see <https://www.gnu.org/licenses/>.
 */
 
 /* config.h must always be included first. */
diff --git a/lib/unused-result.h b/lib/unused-result.h
index 094789f..75e8b24 100644
--- a/lib/unused-result.h
+++ b/lib/unused-result.h
@@ -12,7 +12,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 <http://www.gnu.org/licenses/>.
+   along with this program.  If not, see <https://www.gnu.org/licenses/>.
 */
 
 /* Taken from coreutils' fts_.h */
diff --git a/locate/frcode.c b/locate/frcode.c
index 9a4c105..109296c 100644
--- a/locate/frcode.c
+++ b/locate/frcode.c
@@ -12,7 +12,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 <http://www.gnu.org/licenses/>.
+   along with this program.  If not, see <https://www.gnu.org/licenses/>.
 */
 
 /* Usage: frcode < sorted-list > compressed-list
diff --git a/locate/locate.1 b/locate/locate.1
index f563499..82c8bc5 100644
--- a/locate/locate.1
+++ b/locate/locate.1
@@ -282,7 +282,7 @@ may need to return filenames containing newlines, consider 
using its
 option.
 .P
 The best way to report a bug is to use the form at
-http://savannah.gnu.org/bugs/?group=findutils.
+https://savannah.gnu.org/bugs/?group=findutils.
 The reason for this is that you will then be able to track progress in
 fixing the problem.   Other comments about \fBlocate\fP(1) and about
 the findutils package in general can be sent to the
diff --git a/locate/locate.c b/locate/locate.c
index 376e1b1..2fce944 100644
--- a/locate/locate.c
+++ b/locate/locate.c
@@ -12,7 +12,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 <http://www.gnu.org/licenses/>.
+   along with this program.  If not, see <https://www.gnu.org/licenses/>.
 */
 
 /* Usage: locate [options] pattern...
@@ -117,7 +117,7 @@
 /* We used to use (String) instead of just String, but apparently ISO C
  * doesn't allow this (at least, that's what HP said when someone reported
  * this as a compiler bug).  This is HP case number 1205608192.  See
- * also http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11250 (which references
+ * also https://gcc.gnu.org/bugzilla/show_bug.cgi?id=11250 (which references
  * ANSI 3.5.7p14-15).  The Intel icc compiler also rejects constructs
  * like: static const char buf[] = ("string");
  */
diff --git a/locate/locatedb.5 b/locate/locatedb.5
index df68568..92b4df0 100644
--- a/locate/locatedb.5
+++ b/locate/locatedb.5
@@ -152,7 +152,7 @@ There is NO WARRANTY, to the extent permitted by law.
 .SH "BUGS"
 .P
 The best way to report a bug is to use the form at
-http://savannah.gnu.org/bugs/?group=findutils.
+https://savannah.gnu.org/bugs/?group=findutils.
 The reason for this is that you will then be able to track progress in
 fixing the problem.   Other comments about \fBlocate\fP(1) and about
 the findutils package in general can be sent to the
diff --git a/locate/locatedb.h b/locate/locatedb.h
index f9fa558..29bf946 100644
--- a/locate/locatedb.h
+++ b/locate/locatedb.h
@@ -12,7 +12,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 <http://www.gnu.org/licenses/>.
+   along with this program.  If not, see <https://www.gnu.org/licenses/>.
 */
 
 #ifndef INC_LOCATEDB_H
diff --git a/locate/testsuite/Makefile.am b/locate/testsuite/Makefile.am
index 56dfd8e..44875cb 100644
--- a/locate/testsuite/Makefile.am
+++ b/locate/testsuite/Makefile.am
@@ -11,7 +11,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 <http://www.gnu.org/licenses/>.
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 # The 2001 copyright line above was added in 2015 based on James
 # Youngman's best estimate of the original publication date of this
diff --git a/locate/testsuite/config/unix.exp b/locate/testsuite/config/unix.exp
index 2369d46..127a56f 100644
--- a/locate/testsuite/config/unix.exp
+++ b/locate/testsuite/config/unix.exp
@@ -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 <http://www.gnu.org/licenses/>.
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 
 # Modified by David MacKenzie <address@hidden> from the gcc files
diff --git a/locate/updatedb.1 b/locate/updatedb.1
index 2ef8b82..ae850cc 100644
--- a/locate/updatedb.1
+++ b/locate/updatedb.1
@@ -138,7 +138,7 @@ may need to return filenames containing newlines, consider 
using its
 option.
 .P
 The best way to report a bug is to use the form at
-http://savannah.gnu.org/bugs/?group=findutils.
+https://savannah.gnu.org/bugs/?group=findutils.
 The reason for this is that you will then be able to track progress in
 fixing the problem.   Other comments about \fBupdatedb\fP(1) and about
 the findutils package in general can be sent to the
diff --git a/locate/updatedb.sh b/locate/updatedb.sh
index 1741be4..88bfd86 100644
--- a/locate/updatedb.sh
+++ b/locate/updatedb.sh
@@ -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 <http://www.gnu.org/licenses/>.
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 # csh original by James Woods; sh conversion by David MacKenzie.
 
@@ -23,7 +23,7 @@
 version='
 updatedb (@PACKAGE_NAME@) @VERSION@
 Copyright (C) 2007,2008,2009,2010 Free Software Foundation, Inc.
-License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
+License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>
 This is free software: you are free to change and redistribute it.
 There is NO WARRANTY, to the extent permitted by law.
 
@@ -44,7 +44,7 @@ LC_ALL=C
 export LC_ALL
 
 # We can't use substitution on PACKAGE_URL below because it
-# (correctly) points to http://www.gnu.org/software/findutils/ instead
+# (correctly) points to https://www.gnu.org/software/findutils/ instead
 # of the bug reporting page.
 usage="\
 Usage: $0 [--findoptions='-option1 -option2...']
diff --git a/locate/word_io.c b/locate/word_io.c
index 7989670..bc5f4ad 100644
--- a/locate/word_io.c
+++ b/locate/word_io.c
@@ -12,7 +12,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 <http://www.gnu.org/licenses/>.
+   along with this program.  If not, see <https://www.gnu.org/licenses/>.
 */
 
 /* config.h must be included first. */
diff --git a/po/fetch-po-files b/po/fetch-po-files
index 0ea36b9..e3dbb68 100644
--- a/po/fetch-po-files
+++ b/po/fetch-po-files
@@ -14,7 +14,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 <http://www.gnu.org/licenses/>.
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
 #
 # Written by James Youngman.
 
diff --git a/xargs/testsuite/Makefile.am b/xargs/testsuite/Makefile.am
index 30b29d3..857d1c6 100644
--- a/xargs/testsuite/Makefile.am
+++ b/xargs/testsuite/Makefile.am
@@ -11,7 +11,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 <http://www.gnu.org/licenses/>.
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 # The 2001 copyright line above was added in 2015 based on James
 # Youngman's best estimate of the original publication date of this
diff --git a/xargs/testsuite/config/unix.exp b/xargs/testsuite/config/unix.exp
index 111238f..e2f6da4 100644
--- a/xargs/testsuite/config/unix.exp
+++ b/xargs/testsuite/config/unix.exp
@@ -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 <http://www.gnu.org/licenses/>.
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 # Modified by David MacKenzie <address@hidden> from the gcc files
 # written by Rob Savoye <address@hidden>.
diff --git a/xargs/xargs.1 b/xargs/xargs.1
index ffd03ab..f292ab6 100644
--- a/xargs/xargs.1
+++ b/xargs/xargs.1
@@ -476,7 +476,7 @@ The problem doesn't occur with the output of
 because it emits just one filename per line.
 .P
 The best way to report a bug is to use the form at
-http://savannah.gnu.org/bugs/?group=findutils.
+https://savannah.gnu.org/bugs/?group=findutils.
 The reason for this is that you will then be able to track progress in
 fixing the problem.   Other comments about \fBxargs\fP(1) and about
 the findutils package in general can be sent to the
diff --git a/xargs/xargs.c b/xargs/xargs.c
index 654a757..321b5ba 100644
--- a/xargs/xargs.c
+++ b/xargs/xargs.c
@@ -12,7 +12,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 <http://www.gnu.org/licenses/>.
+   along with this program.  If not, see <https://www.gnu.org/licenses/>.
 */
 
 /* Written by Mike Rendell <address@hidden>
-- 
2.1.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]