diff --git a/COPYING b/COPYING index 44325404..72f20e1f 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 . + along with this program. If not, see . 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 -. +. 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/ChangeLog-2013 b/ChangeLog-2013 index dd3cdb99..5b4f0481 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 - . + . 2013-04-21 Paul Eggert @@ -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 be834921..3e0b915e 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 a6d02407..6bf71886 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 bug-findutils-request@gnu.org. 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 @@ findutils-patches@gnu.org. 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 bug-findutils@gnu.org. diff --git a/README-hacking b/README-hacking index 9ce114bf..d83f9049 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 68079b93..dffe5f20 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 . +# along with this program. If not, see . 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 684fcf37..74472a13 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 . +# along with this program. If not, see . rv=0 diff --git a/build-aux/gen-changelog.sh b/build-aux/gen-changelog.sh index 38ab0f87..b21e05a8 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 . +# along with this program. If not, see . set -u top_srcdir="$1" diff --git a/build-aux/man-lint.sh b/build-aux/man-lint.sh index dc1e2543..e7dfa98e 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 . +# along with this program. If not, see . rv=0 srcdir="$1" ; shift diff --git a/build-aux/src-sniff.py b/build-aux/src-sniff.py index febc9038..2d5b947e 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 . +# along with this program. If not, see . # 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 573c1eb0..1ac49f0b 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 . +# along with this program. If not, see . 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 19468586..7388b2f3 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 . +# along with this program. If not, see . dnl Written by James Youngman. diff --git a/doc/Makefile.am b/doc/Makefile.am index b3e77898..8f62d03b 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 . +# along with this program. If not, see . AM_CFLAGS = $(WARN_CFLAGS) info_TEXINFOS = find.texi find-maint.texi diff --git a/doc/find-maint.texi b/doc/find-maint.texi index d72c6fba..9b20a895 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 -@url{http://savannah.gnu.org/bugs/?group=findutils}. The tracker +@url{https://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 -@url{http://translationproject.org/domain/findutils.html}. +@url{https://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 -@url{http://www.gnu.org/software/findutils}. +@url{https://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 -@url{http://cve.mitre.org/} for an explanation of CVE numbers. +@url{https://cve.mitre.org/} for an explanation of CVE numbers. diff --git a/doc/find.texi b/doc/find.texi index e6a479b1..2731f0af 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 -@code{http://savannah.gnu.org/bugs/?group=findutils}. Reporting bugs +@code{https://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 . +License GPLv3+: GNU GPL version 3 or later . 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. -@item http://cwe.mitre.org/data/definitions/78.html +@item 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 -@item http://cwe.mitre.org/data/definitions/116.html +@item 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. -@item http://xkcd.com/327/ +@item 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 36d9ade2..3b2a9462 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 . + along with this program. If not, see . */ diff --git a/find/exec.c b/find/exec.c index ce07a4d1..91ca0988 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 . + along with this program. If not, see . */ /* config.h must be included first. */ diff --git a/find/find.1 b/find/find.1 index 638f847c..06ddfa5b 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 568d666a..ce8050db 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 . + along with this program. If not, see . */ /* config.h must be included first. */ diff --git a/find/fstype.c b/find/fstype.c index 145f52ae..13c94de1 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 . + along with this program. If not, see . */ /* Written by David MacKenzie . diff --git a/find/ftsfind.c b/find/ftsfind.c index 794362aa..c4c849a8 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 . + along with this program. If not, see . */ /* This file was written by James Youngman, based on oldfind.c. diff --git a/find/oldfind.c b/find/oldfind.c index e5724a6b..70f3fb25 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 . + along with this program. If not, see . */ /* GNU find was written by Eric Decker , with enhancements by David MacKenzie , diff --git a/find/parser.c b/find/parser.c index e22d8847..f7c4a079 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 . + along with this program. If not, see . */ /* config.h must always come first. */ diff --git a/find/pred.c b/find/pred.c index dc9d5d5c..c2d925c1 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 . + along with this program. If not, see . */ /* 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 0d08e10a..02785ea2 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 . + along with this program. If not, see . */ /* We always include config.h first. */ diff --git a/find/print.h b/find/print.h index f220f586..8181773a 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 . + along with this program. If not, see . */ #include "defs.h" diff --git a/find/sharefile.c b/find/sharefile.c index c705b5e8..fda8b273 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 . + along with this program. If not, see . */ /* config.h always comes first. */ diff --git a/find/sharefile.h b/find/sharefile.h index 777cd5d0..d8e4a31e 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 . + along with this program. If not, see . */ diff --git a/find/testsuite/Makefile.am b/find/testsuite/Makefile.am index 3d1f64c0..4d178d25 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 . +# along with this program. If not, see . # # 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 e06edb61..7d213426 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 . +# along with this program. If not, see . # if [ -z "${testname}" ]; then diff --git a/find/testsuite/checklists.py b/find/testsuite/checklists.py index 2297c2ef..59afd3dd 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 . +# along with this program. If not, see . # """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 31ffcd77..74ff004e 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 . +# along with this program. If not, see . # Modified by Kevin Dalley from the xargs files. # Modified by David MacKenzie from the gcc files diff --git a/find/testsuite/find.gnu/name-period.exp b/find/testsuite/find.gnu/name-period.exp index 42858fe2..19627a83 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 c730d222..4ef740c1 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 4f24ebf2..107275e9 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 . +# along with this program. If not, see . # # 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 2dd94ca1..773642e8 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 . +# along with this program. If not, see . # # 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 534ddb59..446783eb 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 . +# along with this program. If not, see . # # 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 42d8933e..9c62d643 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 . +# along with this program. If not, see . # # 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 75d16915..eeb9d1f6 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 . +# along with this program. If not, see . # # # 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 339abf0c..1396a535 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 . +# along with this program. If not, see . # testname="$(basename $0)" diff --git a/find/testsuite/test_escape_c.sh b/find/testsuite/test_escape_c.sh index 03a0f812..629c95c1 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 . +# along with this program. If not, see . # testname="$(basename $0)" diff --git a/find/testsuite/test_escapechars.sh b/find/testsuite/test_escapechars.sh index fbc012bf..00ea814d 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 . +# along with this program. If not, see . # testname="$(basename $0)" diff --git a/find/testsuite/test_inode.sh b/find/testsuite/test_inode.sh index 71149afb..c36e2e4f 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 . +# along with this program. If not, see . # # 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 51278722..a6a7c321 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 . +# along with this program. If not, see . # # This test verifies find's behavior regarding comma-separated file diff --git a/find/tree.c b/find/tree.c index 738e3aed..d6b6a5dd 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 . + along with this program. If not, see . */ /* config.h must always come first. */ diff --git a/find/util.c b/find/util.c index ff38046a..6182ae7b 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 . + along with this program. If not, see . */ /* 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 77099140..8187ffe5 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 . + along with this program. If not, see . */ /* 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 61e2285a..c10bfd1a 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 . + along with this program. If not, see . */ /* Written by James Youngman . */ diff --git a/lib/bugreports.h b/lib/bugreports.h index 17f6609e..fe413759 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 . + along with this program. If not, see . */ /* Written by James Youngman . */ diff --git a/lib/buildcmd.c b/lib/buildcmd.c index 40536db3..d9afa267 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 . + along with this program. If not, see . */ /* config.h must be included first. */ #include diff --git a/lib/buildcmd.h b/lib/buildcmd.h index 64ab3334..e2ef8f47 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 . + along with this program. If not, see . */ /* * Written by James Youngman. diff --git a/lib/check-regexprops.sh b/lib/check-regexprops.sh index 5c6eb094..085e1413 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 . +# along with this program. If not, see . existing=${srcdir}/../doc/regexprops.texi case ${REGEXPROPS} in diff --git a/lib/dircallback.c b/lib/dircallback.c index db53b6e1..5f7a7d8f 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 . + along with this program. If not, see . */ /* 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 06278a95..f56594df 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 . + along with this program. If not, see . */ diff --git a/lib/extendbuf.c b/lib/extendbuf.c index f35c3ccd..e4041bd8 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 . + along with this program. If not, see . */ /* Written by James Yougnman . */ diff --git a/lib/extendbuf.h b/lib/extendbuf.h index b1e7143d..6e214b14 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 . + along with this program. If not, see . */ #ifndef INC_EXTENDBUF_H diff --git a/lib/fdleak.c b/lib/fdleak.c index bf3457de..cc926592 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 . + along with this program. If not, see . */ /* config.h must be included first. */ #include diff --git a/lib/fdleak.h b/lib/fdleak.h index 53b3bf94..c8dfd641 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 . + along with this program. If not, see . */ void remember_non_cloexec_fds (void); diff --git a/lib/findutils-version.c b/lib/findutils-version.c index 1823ac4c..a54cc6e6 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 . + along with this program. If not, see . */ /* config.h must be included first. */ diff --git a/lib/findutils-version.h b/lib/findutils-version.h index 8998f495..8cad23d4 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 . + along with this program. If not, see . */ /* diff --git a/lib/listfile.c b/lib/listfile.c index 77806ed4..4f9462b3 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 . + along with this program. If not, see . */ /* config.h must be included first. */ #include diff --git a/lib/listfile.h b/lib/listfile.h index 5d21f449..bf5c679b 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 . + along with this program. If not, see . */ diff --git a/lib/printquoted.c b/lib/printquoted.c index 08585df5..f7900ac5 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 . + along with this program. If not, see . */ /* config.h must be included first. */ #include diff --git a/lib/printquoted.h b/lib/printquoted.h index fbf70c85..3de5b8be 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 . + along with this program. If not, see . */ #if !defined PRINTQUOTED_H diff --git a/lib/qmark.c b/lib/qmark.c index 8a3e6da1..ddcbd281 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 . + along with this program. If not, see . */ /* config.h must be included first. */ #include diff --git a/lib/regexprops.c b/lib/regexprops.c index 694aeb07..048315e7 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 . + along with this program. If not, see . */ diff --git a/lib/regextype.c b/lib/regextype.c index a1a7619e..e5693532 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 . + along with this program. If not, see . */ /* Written by James Youngman, . */ diff --git a/lib/regextype.h b/lib/regextype.h index 5329f548..6b44ff66 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 . + along with this program. If not, see . */ /* Written by James Youngman . */ diff --git a/lib/safe-atoi.c b/lib/safe-atoi.c index dde7f8a7..2c6929ca 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 . + along with this program. If not, see . */ /* config.h must be included first. */ #include diff --git a/lib/safe-atoi.h b/lib/safe-atoi.h index 9523d378..a6a8f052 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 . + along with this program. If not, see . */ #ifndef SAFE_ATOI_H diff --git a/lib/splitstring.c b/lib/splitstring.c index ab9f045d..89bf43ca 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 . + along with this program. If not, see . */ /* * Written by James Youngman. diff --git a/lib/splitstring.h b/lib/splitstring.h index 98c8ba94..f189778e 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 . + along with this program. If not, see . */ /* * Written by James Youngman. diff --git a/lib/test_splitstring.c b/lib/test_splitstring.c index dd9cdb0e..b01b6b79 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 . + along with this program. If not, see . */ /* config.h must always be included first. */ diff --git a/lib/unused-result.h b/lib/unused-result.h index 094789f3..75e8b243 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 . + along with this program. If not, see . */ /* Taken from coreutils' fts_.h */ diff --git a/locate/frcode.c b/locate/frcode.c index 9a4c105d..109296c0 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 . + along with this program. If not, see . */ /* Usage: frcode < sorted-list > compressed-list diff --git a/locate/locate.1 b/locate/locate.1 index f5634997..82c8bc5a 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 376e1b10..2fce944d 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 . + along with this program. If not, see . */ /* 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 df685683..92b4df00 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 f9fa558f..29bf9464 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 . + along with this program. If not, see . */ #ifndef INC_LOCATEDB_H diff --git a/locate/testsuite/Makefile.am b/locate/testsuite/Makefile.am index 56dfd8e3..44875cb4 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 . +# along with this program. If not, see . # 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 2369d467..127a56f8 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 . +# along with this program. If not, see . # Modified by David MacKenzie from the gcc files diff --git a/locate/updatedb.1 b/locate/updatedb.1 index 2ef8b820..ae850cc1 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 1741be4e..88bfd86f 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 . +# along with this program. If not, see . # 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 +License GPLv3+: GNU GPL version 3 or later 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 79896705..bc5f4ad8 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 . + along with this program. If not, see . */ /* config.h must be included first. */ diff --git a/po/fetch-po-files b/po/fetch-po-files index 0ea36b9e..e3dbb68b 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 . +# along with this program. If not, see . # # Written by James Youngman. diff --git a/xargs/testsuite/Makefile.am b/xargs/testsuite/Makefile.am index 30b29d3c..857d1c6a 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 . +# along with this program. If not, see . # 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 111238fe..e2f6da49 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 . +# along with this program. If not, see . # Modified by David MacKenzie from the gcc files # written by Rob Savoye . diff --git a/xargs/xargs.1 b/xargs/xargs.1 index ffd03ab7..f292ab68 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 654a7575..321b5ba0 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 . + along with this program. If not, see . */ /* Written by Mike Rendell