diff --git a/.vg-suppressions b/.vg-suppressions index 2346b1ec5..90f7b0234 100644 --- a/.vg-suppressions +++ b/.vg-suppressions @@ -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 . { libc_dl_open diff --git a/Makefile.am b/Makefile.am index 1c58fa547..11025b03b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -13,7 +13,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see . +# along with this program. If not, see . ALL_RECURSIVE_TARGETS = @@ -120,7 +120,7 @@ THANKS-to-translators: po/LINGUAS THANKStt.in $(AM_V_GEN)( \ cat $(srcdir)/THANKStt.in; \ for lang in `cat $(srcdir)/po/LINGUAS`; do \ - echo http://translationproject.org/team/$$lang.html; \ + echo https://translationproject.org/team/$$lang.html; \ done; \ ) > $@-tmp && mv $@-tmp $@ diff --git a/NEWS b/NEWS index 9a005c50b..4ebe3c6d6 100644 --- a/NEWS +++ b/NEWS @@ -3601,7 +3601,7 @@ GNU coreutils NEWS -*- outline -*- These changes are in response to decisions taken in the January 2005 Austin Group standardization meeting. For more details, please see "Utility Syntax Guidelines" in the Minutes of the January 2005 - Meeting . + Meeting . ** Binary input and output are now implemented more consistently. These changes affect only platforms like MS-DOS that distinguish @@ -3679,9 +3679,9 @@ GNU coreutils NEWS -*- outline -*- The new -P option checks whether a file name component has leading "-", as suggested in interpretation "Austin-039:XCU:pathchk:pathchk -p" - . + . It also rejects the empty name even if the current host accepts it; see - . + . The --portability option is now equivalent to -p -P. diff --git a/README b/README index 5cb90d38d..9284e7c0a 100644 --- a/README +++ b/README @@ -179,7 +179,7 @@ reproduce whatever problem prompted it. Plus, you'll earn lots of karma if you include a test case to exercise any bug(s) you fix. Here are instructions for checking out the latest development sources: - http://savannah.gnu.org/git/?group=coreutils + https://savannah.gnu.org/git/?group=coreutils If your patch adds a new feature, please try to get some sort of consensus that it is a worthwhile change. One way to do that is to send mail to diff --git a/README-hacking b/README-hacking index 5fa812a9e..c707c15eb 100644 --- a/README-hacking +++ b/README-hacking @@ -106,4 +106,4 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License -along with this program. If not, see . +along with this program. If not, see . diff --git a/README-prereq b/README-prereq index f939f78c1..fdf89fecd 100644 --- a/README-prereq +++ b/README-prereq @@ -8,7 +8,7 @@ I.e., the tools checked for by the bootstrap script and include: - Git - Gperf - Gzip -- Perl +- Perl - Rsync - Tar - Texinfo diff --git a/README-release b/README-release index 967a19013..e03db91a3 100644 --- a/README-release +++ b/README-release @@ -16,7 +16,7 @@ Here are most of the steps we (maintainers) follow when making a release. * Ensure that you've pushed all changes that belong in the release and that the NixOS/Hydra autobuilder is reporting all is well: - http://hydra.nixos.org/jobset/gnu/coreutils-master + https://hydra.nixos.org/jobset/gnu/coreutils-master * Run bootstrap one last time. This downloads any new translations: diff --git a/README-valgrind b/README-valgrind index 4d45fd5c5..95e68fc5b 100644 --- a/README-valgrind +++ b/README-valgrind @@ -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/THANKS.in b/THANKS.in index 969bda079..70c00213b 100644 --- a/THANKS.in +++ b/THANKS.in @@ -75,7 +75,7 @@ Augey Mikus mikus@dqc.org Austin Donnelly Austin.Donnelly@cl.cam.ac.uk Axel Dörfler axeld@pinc-software.de Axel Kittenberger Anshil@gmx.net -Barry Kelly http://barrkel.blogspot.com/ +Barry Kelly http://blog.barrkel.com/ Bauke Jan Douma bjdouma@xs4all.nl Ben Elliston bje@air.net.au Ben Harris bjh21@netbsd.org @@ -375,9 +375,9 @@ Marc Haber mh+debian-bugs@zugschlus.de Marc Lehman schmorp@schmorp.de Marc Mengel mengel@fnal.gov Marc Olzheim marcolz@stack.nl -Marcel Böhme http://www.comp.nus.edu.sg/~mboehme +Marcel Böhme https://www.comp.nus.edu.sg/~mboehme Marco Franzen Marco.Franzen@Thyron.com -Marcus Brinkmann http://www.marcus-brinkmann.de +Marcus Brinkmann https://www.marcus-brinkmann.de Marcus Daniels marcus@ee.pdx.edu Mark A. Thomas thommark@access.digex.net Mark Conty Mark_Conty@cargill.com diff --git a/TODO b/TODO index fa5aac7d6..9fcb3e84e 100644 --- a/TODO +++ b/TODO @@ -7,9 +7,9 @@ before embarking on a big project. ================================================== Modify chmod so that it does not change an inode's st_ctime when the selected operation would have no other effect. - First suggested by Hans Ecke in - http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/2920 - Discussed more recently on . + First suggested by Hans Ecke in + https://lists.gnu.org/archive/html/bug-coreutils/2004-09/msg00145.html + Discussed more recently on . document the following in coreutils.texi: [ @@ -52,7 +52,7 @@ Write an autoconf test to work around build failure in HPUX's 64-bit mode. See notes in README -- and remove them once there's a work-around. Integrate use of sendfile, suggested here: - http://mail.gnu.org/archive/html/bug-fileutils/2003-03/msg00030.html + https://lists.gnu.org/archive/html/bug-fileutils/2003-03/msg00030.html I don't plan to do that, since a few tests demonstrate no significant benefit. printf: consider adapting builtins/printf.def from bash @@ -86,14 +86,11 @@ sort: Investigate better sorting algorithms; see Knuth vol. 3. Mathematical Monthly 66 (1959), 387-389. shred: Update shred as described here to conform to DoD 5220 rules: -http://lists.gnu.org/archive/html/bug-coreutils/2007-05/msg00075.html +https://lists.gnu.org/archive/html/bug-coreutils/2007-05/msg00075.html Remove suspicious uses of alloca (ones that may allocate more than about 4k) -Adapt these contribution guidelines for coreutils: - http://sources.redhat.com/automake/contribute.html - Improve test coverage. See HACKING for instructions on generating an html test coverage report. Find a program that has poor coverage and improve. @@ -159,4 +156,4 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License -along with this program. If not, see . +along with this program. If not, see . diff --git a/bootstrap.conf b/bootstrap.conf index 53c52f28e..ce1689a7e 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -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 . # We don't need these modules. diff --git a/cfg.mk b/cfg.mk index 4c5c88032..a20d2b08f 100644 --- a/cfg.mk +++ b/cfg.mk @@ -12,14 +12,14 @@ # 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 . # Used in maint.mk's web-manual rule manual_title = Core GNU utilities # Use the direct link. This is guaranteed to work immediately, while # it can take a while for the faster mirror links to become usable. -url_dir_list = http://ftp.gnu.org/gnu/$(PACKAGE) +url_dir_list = https://ftp.gnu.org/gnu/$(PACKAGE) # Exclude bundled external projects from syntax checks VC_LIST_ALWAYS_EXCLUDE_REGEX = src/blake2/.*$$ diff --git a/configure.ac b/configure.ac index 80bda2b6a..c4d576993 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 Jim Meyering. diff --git a/doc/coreutils.texi b/doc/coreutils.texi index 0c6e2c510..98b04644c 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -955,7 +955,7 @@ that are upward compatible with the @uref{http://www.bipm.org/en/publications/si-brochure/chapter3.html, SI prefixes} for decimal multiples and with the -@uref{http://physics.nist.gov/cuu/Units/binary.html, ISO/IEC 80000-13 +@uref{https://physics.nist.gov/cuu/Units/binary.html, ISO/IEC 80000-13 (formerly IEC 60027-2) prefixes} for binary multiples. With human-readable formats, output sizes are followed by a size letter @@ -18210,7 +18210,7 @@ to set a file's timestamp to an arbitrary value. @chapter Opening the Software Toolbox An earlier version of this chapter appeared in -@uref{http://www.linuxjournal.com/article.php?sid=2762, the +@uref{https://www.linuxjournal.com/article.php?sid=2762, the @cite{What's GNU@?} column of the June 1994 @cite{Linux Journal}}. It was written by Arnold Robbins. diff --git a/doc/local.mk b/doc/local.mk index 318b1794b..12f1c293e 100644 --- a/doc/local.mk +++ b/doc/local.mk @@ -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 . info_TEXINFOS = doc/coreutils.texi diff --git a/gl/lib/buffer-lcm.c b/gl/lib/buffer-lcm.c index 60cf0c829..1f1ebcb37 100644 --- a/gl/lib/buffer-lcm.c +++ b/gl/lib/buffer-lcm.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 Paul Eggert. */ diff --git a/gl/lib/fadvise.c b/gl/lib/fadvise.c index 0a6bb0221..e6c1d1a6a 100644 --- a/gl/lib/fadvise.c +++ b/gl/lib/fadvise.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 . */ /* Without this pragma, gcc suggests that (given !HAVE_POSIX_FADVISE) the fdadvise function might be a candidate for attribute 'const'. */ diff --git a/gl/lib/fadvise.h b/gl/lib/fadvise.h index 6f141b498..68e88fe2a 100644 --- a/gl/lib/fadvise.h +++ b/gl/lib/fadvise.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 #include diff --git a/gl/lib/fd-reopen.c b/gl/lib/fd-reopen.c index 32e0b2f1c..9216c2239 100644 --- a/gl/lib/fd-reopen.c +++ b/gl/lib/fd-reopen.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 Paul Eggert. */ diff --git a/gl/lib/fd-reopen.h b/gl/lib/fd-reopen.h index 2e18c3862..7f86840f0 100644 --- a/gl/lib/fd-reopen.h +++ b/gl/lib/fd-reopen.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 Paul Eggert. */ diff --git a/gl/lib/heap.c b/gl/lib/heap.c index a50980659..e67959674 100644 --- a/gl/lib/heap.c +++ b/gl/lib/heap.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 . */ /* Full implementation: GDSL (http://gna.org/projects/gdsl/) by Nicolas Darnis . */ diff --git a/gl/lib/heap.h b/gl/lib/heap.h index e973ad37b..dc6f40cbf 100644 --- a/gl/lib/heap.h +++ b/gl/lib/heap.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 . */ /* Full implementation: GDSL (http://gna.org/projects/gdsl/) by Nicolas Darnis . Adapted by Gene Auyeung. */ diff --git a/gl/lib/mbsalign.c b/gl/lib/mbsalign.c index 687ca2760..48d24c345 100644 --- a/gl/lib/mbsalign.c +++ b/gl/lib/mbsalign.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 Pádraig Brady. */ diff --git a/gl/lib/mbsalign.h b/gl/lib/mbsalign.h index d2208009d..d444980e6 100644 --- a/gl/lib/mbsalign.h +++ b/gl/lib/mbsalign.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 diff --git a/gl/lib/rand-isaac.c b/gl/lib/rand-isaac.c index 88640aeb0..c5e4e9136 100644 --- a/gl/lib/rand-isaac.c +++ b/gl/lib/rand-isaac.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 . Written by Colin Plumb and Paul Eggert. */ diff --git a/gl/lib/rand-isaac.h b/gl/lib/rand-isaac.h index 8bf2f11ad..289a7f425 100644 --- a/gl/lib/rand-isaac.h +++ b/gl/lib/rand-isaac.h @@ -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 Colin Plumb and Paul Eggert. */ diff --git a/gl/lib/randint.c b/gl/lib/randint.c index b15982f46..3b2cc020a 100644 --- a/gl/lib/randint.c +++ b/gl/lib/randint.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 Paul Eggert. */ diff --git a/gl/lib/randint.h b/gl/lib/randint.h index f4ff05634..3acf08ea1 100644 --- a/gl/lib/randint.h +++ b/gl/lib/randint.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 Paul Eggert. */ diff --git a/gl/lib/randperm.c b/gl/lib/randperm.c index 33ce7dbfe..7b8f94edd 100644 --- a/gl/lib/randperm.c +++ b/gl/lib/randperm.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 Paul Eggert. */ diff --git a/gl/lib/randread.c b/gl/lib/randread.c index 834f8446a..ed687b3b9 100644 --- a/gl/lib/randread.c +++ b/gl/lib/randread.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 Paul Eggert. */ diff --git a/gl/lib/randread.h b/gl/lib/randread.h index ffa0cf162..26d7577f3 100644 --- a/gl/lib/randread.h +++ b/gl/lib/randread.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 Paul Eggert. */ diff --git a/gl/lib/root-dev-ino.c b/gl/lib/root-dev-ino.c index 3994a4776..136729c8d 100644 --- a/gl/lib/root-dev-ino.c +++ b/gl/lib/root-dev-ino.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 Jim Meyering. */ diff --git a/gl/lib/root-dev-ino.h b/gl/lib/root-dev-ino.h index 7c248e3f4..1686c4e6a 100644 --- a/gl/lib/root-dev-ino.h +++ b/gl/lib/root-dev-ino.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 ROOT_DEV_INO_H # define ROOT_DEV_INO_H 1 diff --git a/gl/lib/smack.h b/gl/lib/smack.h index 84ad594f6..1d3147225 100644 --- a/gl/lib/smack.h +++ b/gl/lib/smack.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 . */ /* Here we replace or wrap the most common smack functions used by coreutils. Others will need to be protected by HAVE_SMACK. */ diff --git a/gl/lib/strintcmp.c b/gl/lib/strintcmp.c index 44e01ac97..562f65b71 100644 --- a/gl/lib/strintcmp.c +++ b/gl/lib/strintcmp.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 Paul Eggert. */ diff --git a/gl/lib/strnumcmp-in.h b/gl/lib/strnumcmp-in.h index 131562705..04632c30d 100644 --- a/gl/lib/strnumcmp-in.h +++ b/gl/lib/strnumcmp-in.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 Mike Haertel. */ diff --git a/gl/lib/strnumcmp.c b/gl/lib/strnumcmp.c index 2d45ced96..64f79dac3 100644 --- a/gl/lib/strnumcmp.c +++ b/gl/lib/strnumcmp.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 Paul Eggert. */ diff --git a/gl/lib/xdectoint.c b/gl/lib/xdectoint.c index 73fe9cf7b..28810b9de 100644 --- a/gl/lib/xdectoint.c +++ b/gl/lib/xdectoint.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 . */ #include diff --git a/gl/lib/xdectoint.h b/gl/lib/xdectoint.h index 04e5d1672..c1c07e828 100644 --- a/gl/lib/xdectoint.h +++ b/gl/lib/xdectoint.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 XDECTOINT_H_ # define XDECTOINT_H_ 1 diff --git a/gl/lib/xfts.c b/gl/lib/xfts.c index 2014ff087..3bc764d46 100644 --- a/gl/lib/xfts.c +++ b/gl/lib/xfts.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 Jim Meyering. */ diff --git a/gl/tests/test-fadvise.c b/gl/tests/test-fadvise.c index e47d2cf7f..d9401dbeb 100644 --- a/gl/tests/test-fadvise.c +++ b/gl/tests/test-fadvise.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 Pádraig Brady. */ diff --git a/gl/tests/test-mbsalign.c b/gl/tests/test-mbsalign.c index f43e8c60f..f4b166409 100644 --- a/gl/tests/test-mbsalign.c +++ b/gl/tests/test-mbsalign.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 Pádraig Brady. */ diff --git a/gl/tests/test-rand-isaac.c b/gl/tests/test-rand-isaac.c index 39b80c147..ccc7a6c79 100644 --- a/gl/tests/test-rand-isaac.c +++ b/gl/tests/test-rand-isaac.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 Paul Eggert. */ diff --git a/init.cfg b/init.cfg index af6b58175..71582e804 100644 --- a/init.cfg +++ b/init.cfg @@ -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 . # This goes hand in hand with the "exec 9>&2;" in tests/Makefile.am's # TESTS_ENVIRONMENT definition. @@ -627,7 +627,7 @@ skip_if_setgid_() # Skip if files are created with a different group to the current user # This can happen due to a setgid dir, or by some other mechanism on OS X: -# http://unix.stackexchange.com/q/63865 +# https://unix.stackexchange.com/q/63865 # https://bugs.gnu.org/14024#41 skip_if_nondefault_group_() { diff --git a/lib/t-chdir-long b/lib/t-chdir-long index be3720bb6..2a771aa52 100755 --- a/lib/t-chdir-long +++ b/lib/t-chdir-long @@ -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 . # FIXME: add traps and choose top level names so that diff --git a/m4/boottime.m4 b/m4/boottime.m4 index 2bc3ca2df..11df166e3 100644 --- a/m4/boottime.m4 +++ b/m4/boottime.m4 @@ -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 . # GNULIB_BOOT_TIME([ACTION-IF-FOUND[, ACTION-IF-NOT-FOUND]]) * ---------------------------------------------------------- diff --git a/m4/jm-macros.m4 b/m4/jm-macros.m4 index ef915bd37..399f69b32 100644 --- a/m4/jm-macros.m4 +++ b/m4/jm-macros.m4 @@ -15,7 +15,7 @@ dnl Misc type-related macros for coreutils. # 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 Jim Meyering. diff --git a/m4/prereq.m4 b/m4/prereq.m4 index ebe09998e..b120c2d1b 100644 --- a/m4/prereq.m4 +++ b/m4/prereq.m4 @@ -20,7 +20,7 @@ m4_pattern_forbid([^gl_[ABCDEFGHIJKLMNOPQRSTUVXYZ]])dnl # 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 Jim Meyering. diff --git a/m4/stat-prog.m4 b/m4/stat-prog.m4 index 13c2dbbeb..3afb5e84c 100644 --- a/m4/stat-prog.m4 +++ b/m4/stat-prog.m4 @@ -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 Jim Meyering. diff --git a/man/chmod.x b/man/chmod.x index c9d26b10b..ff013a3a1 100644 --- a/man/chmod.x +++ b/man/chmod.x @@ -1,7 +1,7 @@ '\" Copyright (C) 1998-2017 Free Software Foundation, Inc. '\" '\" This is free software. You may redistribute copies of it under the terms -'\" of the GNU General Public License . +'\" of the GNU General Public License . '\" There is NO WARRANTY, to the extent permitted by law. [NAME] chmod \- change file mode bits diff --git a/man/chown.x b/man/chown.x index 8e4b22d61..696aeeb5b 100644 --- a/man/chown.x +++ b/man/chown.x @@ -1,7 +1,7 @@ '\" Copyright (C) 1998-2017 Free Software Foundation, Inc. '\" '\" This is free software. You may redistribute copies of it under the terms -'\" of the GNU General Public License . +'\" of the GNU General Public License . '\" There is NO WARRANTY, to the extent permitted by law. [NAME] chown \- change file owner and group diff --git a/man/df.x b/man/df.x index 52cbea995..9a3dd7a0b 100644 --- a/man/df.x +++ b/man/df.x @@ -1,7 +1,7 @@ '\" Copyright (C) 1998-2017 Free Software Foundation, Inc. '\" '\" This is free software. You may redistribute copies of it under the terms -'\" of the GNU General Public License . +'\" of the GNU General Public License . '\" There is NO WARRANTY, to the extent permitted by law. [NAME] df \- report file system disk space usage diff --git a/man/du.x b/man/du.x index 536d18463..9bb546fe2 100644 --- a/man/du.x +++ b/man/du.x @@ -1,7 +1,7 @@ '\" Copyright (C) 1998-2017 Free Software Foundation, Inc. '\" '\" This is free software. You may redistribute copies of it under the terms -'\" of the GNU General Public License . +'\" of the GNU General Public License . '\" There is NO WARRANTY, to the extent permitted by law. [NAME] du \- estimate file space usage diff --git a/man/help2man b/man/help2man index 773de0fc9..a20ef06ef 100755 --- a/man/help2man +++ b/man/help2man @@ -15,10 +15,10 @@ # 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 Brendan O'Dea -# Available from ftp://ftp.gnu.org/gnu/help2man/ +# Available from https://ftp.gnu.org/gnu/help2man/ use 5.008; use strict; diff --git a/man/local.mk b/man/local.mk index 4b98bfd08..b8a1b233c 100644 --- a/man/local.mk +++ b/man/local.mk @@ -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 . EXTRA_DIST += man/help2man man/dummy-man diff --git a/man/rm.x b/man/rm.x index f206d05e3..26baf4ab8 100644 --- a/man/rm.x +++ b/man/rm.x @@ -1,7 +1,7 @@ '\" Copyright (C) 1998-2017 Free Software Foundation, Inc. '\" '\" This is free software. You may redistribute copies of it under the terms -'\" of the GNU General Public License . +'\" of the GNU General Public License . '\" There is NO WARRANTY, to the extent permitted by law. [NAME] rm \- remove files or directories diff --git a/man/stdbuf.x b/man/stdbuf.x index dfece191a..02aa50d74 100644 --- a/man/stdbuf.x +++ b/man/stdbuf.x @@ -1,7 +1,7 @@ '\" Copyright (C) 2009-2017 Free Software Foundation, Inc. '\" '\" This is free software. You may redistribute copies of it under the terms -'\" of the GNU General Public License . +'\" of the GNU General Public License . '\" There is NO WARRANTY, to the extent permitted by law. [NAME] stdbuf \- diff --git a/scripts/autotools-install b/scripts/autotools-install index 7e37cebf5..04ddec891 100755 --- a/scripts/autotools-install +++ b/scripts/autotools-install @@ -1,5 +1,5 @@ #!/bin/sh -VERSION='2015-10-06 12:49' # UTC +VERSION='2017-09-19 07:31' # UTC # Building coreutils from a git-cloned directory may require versions of # tools like autoconf, automake, gettext, etc. that are newer than the ones @@ -26,12 +26,12 @@ prog_name=`basename $0` die () { echo "$prog_name: $*" >&2; exit 1; } tarballs=' - http://pkgconfig.freedesktop.org/releases/pkg-config-0.28.tar.gz - http://ftp.gnu.org/gnu/m4/m4-1.4.17.tar.gz - http://ftp.gnu.org/gnu/autoconf/autoconf-2.69.tar.gz - http://ftp.gnu.org/gnu/automake/automake-1.15.tar.gz - http://ftp.gnu.org/gnu/libtool/libtool-2.4.6.tar.gz - http://ftp.gnu.org/gnu/gettext/gettext-0.19.6.tar.gz + https://pkgconfig.freedesktop.org/releases/pkg-config-0.28.tar.gz + https://ftp.gnu.org/gnu/m4/m4-1.4.17.tar.gz + https://ftp.gnu.org/gnu/autoconf/autoconf-2.69.tar.gz + https://ftp.gnu.org/gnu/automake/automake-1.15.tar.gz + https://ftp.gnu.org/gnu/libtool/libtool-2.4.6.tar.gz + https://ftp.gnu.org/gnu/gettext/gettext-0.19.6.tar.gz ' usage() { diff --git a/scripts/git-hooks/commit-msg b/scripts/git-hooks/commit-msg index 6aedf807f..e6b38bb21 100755 --- a/scripts/git-hooks/commit-msg +++ b/scripts/git-hooks/commit-msg @@ -125,10 +125,10 @@ sub check_msg($$) my $buf = join ("\n", @line) . "\n"; $buf =~ m!https?://bugzilla\.redhat\.com/show_bug\.cgi\?id=(\d+)!s - and return "use shorter http://bugzilla.redhat.com/$1"; + and return "use shorter https://bugzilla.redhat.com/$1"; $buf =~ m!https?://debbugs\.gnu\.org/(?:cgi/bugreport\.cgi\?bug=)?(\d+)!s - and return "use shorter http://bugs.gnu.org/$1"; + and return "use shorter https://bugs.gnu.org/$1"; $buf =~ /^ *Signed-off-by:/mi and return q(do not use "Signed-off-by:"); diff --git a/src/base64.c b/src/base64.c index 6e1855641..c2a030543 100644 --- a/src/base64.c +++ b/src/base64.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 . */ /* Written by Simon Josefsson . */ diff --git a/src/basename.c b/src/basename.c index 5c0f11d84..620497d20 100644 --- a/src/basename.c +++ b/src/basename.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 . */ #include #include diff --git a/src/blake2/b2sum.c b/src/blake2/b2sum.c index 1c565e08c..5df2046f8 100644 --- a/src/blake2/b2sum.c +++ b/src/blake2/b2sum.c @@ -5,9 +5,9 @@ terms of the CC0, the OpenSSL Licence, or the Apache Public License 2.0, at your option. The terms of these licenses can be found at: - - CC0 1.0 Universal : http://creativecommons.org/publicdomain/zero/1.0 + - CC0 1.0 Universal : https://creativecommons.org/publicdomain/zero/1.0 - OpenSSL license : https://www.openssl.org/source/license.html - - Apache 2.0 : http://www.apache.org/licenses/LICENSE-2.0 + - Apache 2.0 : https://www.apache.org/licenses/LICENSE-2.0 More information about the BLAKE2 hash function can be found at https://blake2.net. diff --git a/src/blake2/b2sum.h b/src/blake2/b2sum.h index 59120f6e8..acf6ddc79 100644 --- a/src/blake2/b2sum.h +++ b/src/blake2/b2sum.h @@ -5,9 +5,9 @@ terms of the CC0, the OpenSSL Licence, or the Apache Public License 2.0, at your option. The terms of these licenses can be found at: - - CC0 1.0 Universal : http://creativecommons.org/publicdomain/zero/1.0 + - CC0 1.0 Universal : https://creativecommons.org/publicdomain/zero/1.0 - OpenSSL license : https://www.openssl.org/source/license.html - - Apache 2.0 : http://www.apache.org/licenses/LICENSE-2.0 + - Apache 2.0 : https://www.apache.org/licenses/LICENSE-2.0 More information about the BLAKE2 hash function can be found at https://blake2.net. diff --git a/src/blake2/blake2-impl.h b/src/blake2/blake2-impl.h index 5dff7fc7a..32ff31633 100644 --- a/src/blake2/blake2-impl.h +++ b/src/blake2/blake2-impl.h @@ -5,9 +5,9 @@ terms of the CC0, the OpenSSL Licence, or the Apache Public License 2.0, at your option. The terms of these licenses can be found at: - - CC0 1.0 Universal : http://creativecommons.org/publicdomain/zero/1.0 + - CC0 1.0 Universal : https://creativecommons.org/publicdomain/zero/1.0 - OpenSSL license : https://www.openssl.org/source/license.html - - Apache 2.0 : http://www.apache.org/licenses/LICENSE-2.0 + - Apache 2.0 : https://www.apache.org/licenses/LICENSE-2.0 More information about the BLAKE2 hash function can be found at https://blake2.net. diff --git a/src/blake2/blake2.h b/src/blake2/blake2.h index ad62f260e..d25d5fdb9 100644 --- a/src/blake2/blake2.h +++ b/src/blake2/blake2.h @@ -5,9 +5,9 @@ terms of the CC0, the OpenSSL Licence, or the Apache Public License 2.0, at your option. The terms of these licenses can be found at: - - CC0 1.0 Universal : http://creativecommons.org/publicdomain/zero/1.0 + - CC0 1.0 Universal : https://creativecommons.org/publicdomain/zero/1.0 - OpenSSL license : https://www.openssl.org/source/license.html - - Apache 2.0 : http://www.apache.org/licenses/LICENSE-2.0 + - Apache 2.0 : https://www.apache.org/licenses/LICENSE-2.0 More information about the BLAKE2 hash function can be found at https://blake2.net. diff --git a/src/blake2/blake2b-ref.c b/src/blake2/blake2b-ref.c index cd38b1ba0..cbb1d8be4 100644 --- a/src/blake2/blake2b-ref.c +++ b/src/blake2/blake2b-ref.c @@ -5,9 +5,9 @@ terms of the CC0, the OpenSSL Licence, or the Apache Public License 2.0, at your option. The terms of these licenses can be found at: - - CC0 1.0 Universal : http://creativecommons.org/publicdomain/zero/1.0 + - CC0 1.0 Universal : https://creativecommons.org/publicdomain/zero/1.0 - OpenSSL license : https://www.openssl.org/source/license.html - - Apache 2.0 : http://www.apache.org/licenses/LICENSE-2.0 + - Apache 2.0 : https://www.apache.org/licenses/LICENSE-2.0 More information about the BLAKE2 hash function can be found at https://blake2.net. diff --git a/src/cat.c b/src/cat.c index 995dc616c..a3680a3fc 100644 --- a/src/cat.c +++ b/src/cat.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 . */ /* Differences from the Unix cat: * Always unbuffered, -u is ignored. diff --git a/src/chcon.c b/src/chcon.c index f6f19135b..f21eb715f 100644 --- a/src/chcon.c +++ b/src/chcon.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 . */ #include #include diff --git a/src/chgrp.c b/src/chgrp.c index bbe7ac9f4..c88b1de9f 100644 --- a/src/chgrp.c +++ b/src/chgrp.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 David MacKenzie . */ diff --git a/src/chmod.c b/src/chmod.c index 723a350ce..687c9d94d 100644 --- a/src/chmod.c +++ b/src/chmod.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 David MacKenzie */ diff --git a/src/chown-core.c b/src/chown-core.c index fd3e72ab2..b747069b6 100644 --- a/src/chown-core.c +++ b/src/chown-core.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 . */ /* Extracted from chown.c/chgrp.c and librarified by Jim Meyering. */ diff --git a/src/chown-core.h b/src/chown-core.h index 8f7898ca4..1a664c9a6 100644 --- a/src/chown-core.h +++ b/src/chown-core.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 CHOWN_CORE_H # define CHOWN_CORE_H diff --git a/src/chown.c b/src/chown.c index 27cf0556b..2590734a0 100644 --- a/src/chown.c +++ b/src/chown.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 David MacKenzie . */ diff --git a/src/chroot.c b/src/chroot.c index 830e619f7..298b5dfbc 100644 --- a/src/chroot.c +++ b/src/chroot.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 Roland McGrath. */ diff --git a/src/cksum.c b/src/cksum.c index e0929dafe..0877ce519 100644 --- a/src/cksum.c +++ b/src/cksum.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 Q. Frank Xia, qx@math.columbia.edu. Cosmetic changes and reorganization by David MacKenzie, djm@gnu.ai.mit.edu. diff --git a/src/comm.c b/src/comm.c index 238ada6c2..67a2e8cec 100644 --- a/src/comm.c +++ b/src/comm.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 Richard Stallman and David MacKenzie. */ diff --git a/src/copy.c b/src/copy.c index c4c574050..165c5cebb 100644 --- a/src/copy.c +++ b/src/copy.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 . */ /* Extracted from cp.c and librarified by Jim Meyering. */ diff --git a/src/copy.h b/src/copy.h index c4bf23c85..eef5663b4 100644 --- a/src/copy.h +++ b/src/copy.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 . */ /* Extracted from cp.c and librarified by Jim Meyering. */ diff --git a/src/coreutils-arch.c b/src/coreutils-arch.c index fcbb71e11..117f8b3cf 100644 --- a/src/coreutils-arch.c +++ b/src/coreutils-arch.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 Alex Deymo . */ diff --git a/src/coreutils-dir.c b/src/coreutils-dir.c index 27f8f3cfb..a449d0b71 100644 --- a/src/coreutils-dir.c +++ b/src/coreutils-dir.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 Alex Deymo . */ diff --git a/src/coreutils-vdir.c b/src/coreutils-vdir.c index d97178e0d..d55fcad4a 100644 --- a/src/coreutils-vdir.c +++ b/src/coreutils-vdir.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 Alex Deymo . */ diff --git a/src/coreutils.c b/src/coreutils.c index b4c339bab..e916c5103 100644 --- a/src/coreutils.c +++ b/src/coreutils.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 . */ /* coreutils.c aggregates the functionality of every other tool into a single binary multiplexed by the value of argv[0]. This is enabled by passing diff --git a/src/cp-hash.c b/src/cp-hash.c index 887f396ea..759def11d 100644 --- a/src/cp-hash.c +++ b/src/cp-hash.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 Torbjorn Granlund, Sweden (tege@sics.se). Rewritten to use lib/hash.c by Jim Meyering. */ diff --git a/src/cp.c b/src/cp.c index f84eac84c..d4efe5c31 100644 --- a/src/cp.c +++ b/src/cp.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 Torbjorn Granlund, David MacKenzie, and Jim Meyering. */ diff --git a/src/csplit.c b/src/csplit.c index a7c6cc160..336eddcbe 100644 --- a/src/csplit.c +++ b/src/csplit.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 Stuart Kemp, cpsrk@groper.jcu.edu.au. Modified by David MacKenzie, djm@gnu.ai.mit.edu. */ diff --git a/src/cut.c b/src/cut.c index 69b9fc46e..afbad4828 100644 --- a/src/cut.c +++ b/src/cut.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 David Ihnat. */ diff --git a/src/date.c b/src/date.c index eb7c624e3..efdda256f 100644 --- a/src/date.c +++ b/src/date.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 . David MacKenzie */ diff --git a/src/dcgen b/src/dcgen index 102d83fe0..979c0ee03 100755 --- a/src/dcgen +++ b/src/dcgen @@ -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 Jim Meyering diff --git a/src/dd.c b/src/dd.c index ddeeb4f58..8e3224a21 100644 --- a/src/dd.c +++ b/src/dd.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 Paul Rubin, David MacKenzie, and Stuart Kemp. */ diff --git a/src/df.c b/src/df.c index bd4cc8b3c..7345bc9aa 100644 --- a/src/df.c +++ b/src/df.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 David MacKenzie . --human-readable option added by lm@sgi.com. diff --git a/src/dircolors.c b/src/dircolors.c index 069f44872..91344e309 100644 --- a/src/dircolors.c +++ b/src/dircolors.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 . */ #include diff --git a/src/dirname.c b/src/dirname.c index 9f7d02f4f..c9889c754 100644 --- a/src/dirname.c +++ b/src/dirname.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 David MacKenzie and Jim Meyering. */ diff --git a/src/du-tests b/src/du-tests index b74bccc02..830d92f1c 100755 --- a/src/du-tests +++ b/src/du-tests @@ -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 . cat - <<\EOF > /dev/null Invoke e.g., like this diff --git a/src/du.c b/src/du.c index 95797ff08..c2fcf142c 100644 --- a/src/du.c +++ b/src/du.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 . */ /* Differences from the Unix du: * Doesn't simply ignore the names of regular files given as arguments diff --git a/src/echo.c b/src/echo.c index 852309d23..647fce957 100644 --- a/src/echo.c +++ b/src/echo.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 . */ #include #include diff --git a/src/env.c b/src/env.c index 38769f813..adf53a974 100644 --- a/src/env.c +++ b/src/env.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 . */ /* Richard Mlynarik and David MacKenzie */ diff --git a/src/expand-common.c b/src/expand-common.c index 53a771019..81572153a 100644 --- a/src/expand-common.c +++ b/src/expand-common.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 . */ #include diff --git a/src/expand-common.h b/src/expand-common.h index 8cc6ebe19..f0bf8423b 100644 --- a/src/expand-common.h +++ b/src/expand-common.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 true, convert blanks even after nonblank characters have been read on the line. */ diff --git a/src/expand.c b/src/expand.c index 1e783169a..e9f1821bd 100644 --- a/src/expand.c +++ b/src/expand.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 . */ /* By default, convert all tabs to spaces. Preserves backspace characters in the output; they decrement the diff --git a/src/expr.c b/src/expr.c index 194b54b53..d4cc3a8e0 100644 --- a/src/expr.c +++ b/src/expr.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 . */ /* Author: Mike Parker. Modified for arbitrary-precision calculation by James Youngman. diff --git a/src/extent-scan.c b/src/extent-scan.c index 1e42e1e7c..bbb686a4c 100644 --- a/src/extent-scan.c +++ b/src/extent-scan.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 Jie Liu (jeff.liu@oracle.com). */ diff --git a/src/extent-scan.h b/src/extent-scan.h index 6d3d530f7..ec98e1cbe 100644 --- a/src/extent-scan.h +++ b/src/extent-scan.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 Jie Liu (jeff.liu@oracle.com). */ diff --git a/src/extract-magic b/src/extract-magic index e4af789d7..814eb7b46 100644 --- a/src/extract-magic +++ b/src/extract-magic @@ -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 . use strict; diff --git a/src/factor.c b/src/factor.c index 806cd2be8..97af6caae 100644 --- a/src/factor.c +++ b/src/factor.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 . */ /* Originally written by Paul Rubin . Adapted for GNU, fixed to factor UINT_MAX by Jim Meyering. @@ -1972,7 +1972,7 @@ factor_using_squfof (uintmax_t n1, uintmax_t n0, struct factors *factors) SQUARE FORM FACTORIZATION JASON E. GOWER AND SAMUEL S. WAGSTAFF, JR. - http://homes.cerias.purdue.edu/~ssw/squfof.pdf + https://homes.cerias.purdue.edu/~ssw/squfof.pdf */ static const unsigned int multipliers_1[] = diff --git a/src/find-mount-point.c b/src/find-mount-point.c index 4a5538216..810fd885d 100644 --- a/src/find-mount-point.c +++ b/src/find-mount-point.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 . */ #include #include diff --git a/src/find-mount-point.h b/src/find-mount-point.h index 14d3ef049..69affd03a 100644 --- a/src/find-mount-point.h +++ b/src/find-mount-point.h @@ -12,6 +12,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 . */ extern char *find_mount_point (char const *, struct stat const *); diff --git a/src/fmt.c b/src/fmt.c index 772b65e2e..a3049f21f 100644 --- a/src/fmt.c +++ b/src/fmt.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 Ross Paterson . */ diff --git a/src/fold.c b/src/fold.c index 05c05f6ba..2912cd4d5 100644 --- a/src/fold.c +++ b/src/fold.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 David MacKenzie, djm@gnu.ai.mit.edu. */ diff --git a/src/force-link.c b/src/force-link.c index 15ebb8c18..4ed04aa7c 100644 --- a/src/force-link.c +++ b/src/force-link.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 Paul Eggert. */ diff --git a/src/getlimits.c b/src/getlimits.c index 6fc891686..9a0f65257 100644 --- a/src/getlimits.c +++ b/src/getlimits.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 Pádraig Brady */ diff --git a/src/group-list.c b/src/group-list.c index 36b614467..ff548fd3f 100644 --- a/src/group-list.c +++ b/src/group-list.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 Arnold Robbins. Major rewrite by David MacKenzie, djm@gnu.ai.mit.edu. diff --git a/src/group-list.h b/src/group-list.h index 2bc1acb13..fdcb75314 100644 --- a/src/group-list.h +++ b/src/group-list.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 . */ bool print_group (gid_t, bool); bool print_group_list (const char *, uid_t, gid_t, gid_t, bool, char); diff --git a/src/groups.c b/src/groups.c index ccfe8a2d5..399855a23 100644 --- a/src/groups.c +++ b/src/groups.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 based on id.c and groups.sh, which were written by Arnold Robbins and David MacKenzie. */ diff --git a/src/head.c b/src/head.c index d284b30de..a1d8cf20b 100644 --- a/src/head.c +++ b/src/head.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 . */ /* Options: (see usage) Reads from standard input if no files are given or when a filename of diff --git a/src/hostid.c b/src/hostid.c index 738263193..8766edac3 100644 --- a/src/hostid.c +++ b/src/hostid.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 Jim Meyering. */ diff --git a/src/hostname.c b/src/hostname.c index a136a9fe5..0a57cb409 100644 --- a/src/hostname.c +++ b/src/hostname.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 Jim Meyering. */ diff --git a/src/id.c b/src/id.c index 2bd417d77..2cbc6873c 100644 --- a/src/id.c +++ b/src/id.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 Arnold Robbins. Major rewrite by David MacKenzie, djm@gnu.ai.mit.edu. */ diff --git a/src/install.c b/src/install.c index 6756667eb..a66abb0b6 100644 --- a/src/install.c +++ b/src/install.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 David MacKenzie */ diff --git a/src/ioblksize.h b/src/ioblksize.h index 6cbd8b4e1..09cc765a0 100644 --- a/src/ioblksize.h +++ b/src/ioblksize.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 this file _after_ system headers if possible. */ diff --git a/src/join.c b/src/join.c index ae10101fc..228e2af13 100644 --- a/src/join.c +++ b/src/join.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 Haertel, mike@gnu.ai.mit.edu. */ diff --git a/src/kill.c b/src/kill.c index 330fa8ff4..164a166ee 100644 --- a/src/kill.c +++ b/src/kill.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 Paul Eggert. */ diff --git a/src/libstdbuf.c b/src/libstdbuf.c index e295cc812..7844b2c08 100644 --- a/src/libstdbuf.c +++ b/src/libstdbuf.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 Pádraig Brady. LD_PRELOAD idea from Brian Dessent. */ diff --git a/src/link.c b/src/link.c index c47daf97a..89711c1fd 100644 --- a/src/link.c +++ b/src/link.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 Michael Stone */ diff --git a/src/ln.c b/src/ln.c index 122be2656..67b634d12 100644 --- a/src/ln.c +++ b/src/ln.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 Parker and David MacKenzie. */ diff --git a/src/local.mk b/src/local.mk index e0d66b7d6..40061e0d6 100644 --- a/src/local.mk +++ b/src/local.mk @@ -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 . # FIXME: once lib/ and gnulib-tests/ are also converted, hoist to Makefile.am AM_CFLAGS = $(WERROR_CFLAGS) diff --git a/src/logname.c b/src/logname.c index a0d229cdc..3529559ef 100644 --- a/src/logname.c +++ b/src/logname.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 . */ #include #include diff --git a/src/longlong.h b/src/longlong.h index bf27e695e..01d330cc3 100644 --- a/src/longlong.h +++ b/src/longlong.h @@ -13,7 +13,7 @@ PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License -along with this file. If not, see http://www.gnu.org/licenses/. */ +along with this file. If not, see https://www.gnu.org/licenses/. */ /* You have to define the following before including this file: diff --git a/src/ls.c b/src/ls.c index 745c65f7b..68ebffbef 100644 --- a/src/ls.c +++ b/src/ls.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 . */ /* If ls_mode is LS_MULTI_COL, the multi-column format is the default regardless diff --git a/src/make-prime-list.c b/src/make-prime-list.c index 86ea20c46..a4cf5480c 100644 --- a/src/make-prime-list.c +++ b/src/make-prime-list.c @@ -15,7 +15,7 @@ WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with -this program. If not, see http://www.gnu.org/licenses/. */ +this program. If not, see https://www.gnu.org/licenses/. */ #include diff --git a/src/md5sum.c b/src/md5sum.c index 93db658e6..a7e2a9e71 100644 --- a/src/md5sum.c +++ b/src/md5sum.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 Ulrich Drepper . */ diff --git a/src/mkdir.c b/src/mkdir.c index 08589f603..7b42ccdc6 100644 --- a/src/mkdir.c +++ b/src/mkdir.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 . */ /* David MacKenzie */ diff --git a/src/mkfifo.c b/src/mkfifo.c index ab3eb74ff..79d738b3a 100644 --- a/src/mkfifo.c +++ b/src/mkfifo.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 . */ /* David MacKenzie */ diff --git a/src/mknod.c b/src/mknod.c index 8b90e7f1f..caedadfff 100644 --- a/src/mknod.c +++ b/src/mknod.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 David MacKenzie */ diff --git a/src/mktemp.c b/src/mktemp.c index 0987ea071..2a808a3d3 100644 --- a/src/mktemp.c +++ b/src/mktemp.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 Jim Meyering and Eric Blake. */ diff --git a/src/mv.c b/src/mv.c index 6df4c5d29..abe72f571 100644 --- a/src/mv.c +++ b/src/mv.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 Parker, David MacKenzie, and Jim Meyering */ diff --git a/src/nice.c b/src/nice.c index bc922770c..b0656e15a 100644 --- a/src/nice.c +++ b/src/nice.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 . */ /* David MacKenzie */ diff --git a/src/nl.c b/src/nl.c index d18941892..b57f08e4f 100644 --- a/src/nl.c +++ b/src/nl.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 Scott Bartram (nancy!scott@uunet.uu.net) Revised by David MacKenzie (djm@gnu.ai.mit.edu) */ diff --git a/src/nohup.c b/src/nohup.c index 53ec17f96..162e7cd50 100644 --- a/src/nohup.c +++ b/src/nohup.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 Jim Meyering */ diff --git a/src/nproc.c b/src/nproc.c index 5a5d089ea..3d63e8a85 100644 --- a/src/nproc.c +++ b/src/nproc.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 Giuseppe Scrivano. */ diff --git a/src/numfmt.c b/src/numfmt.c index 65f50af5f..1dfd4da83 100644 --- a/src/numfmt.c +++ b/src/numfmt.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 . */ #include #include diff --git a/src/od.c b/src/od.c index 52df7ae08..2c4dae642 100644 --- a/src/od.c +++ b/src/od.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 Jim Meyering. */ diff --git a/src/operand2sig.c b/src/operand2sig.c index db5ceea29..70194a598 100644 --- a/src/operand2sig.c +++ b/src/operand2sig.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 . */ /* Extracted from kill.c/timeout.c by Pádraig Brady. FIXME: Move this to gnulib/str2sig.c */ diff --git a/src/operand2sig.h b/src/operand2sig.h index 32ee08138..5428534dd 100644 --- a/src/operand2sig.h +++ b/src/operand2sig.h @@ -13,6 +13,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 . */ extern int operand2sig (char const *operand, char *signame); diff --git a/src/paste.c b/src/paste.c index 17ee393d8..fdc94b4d9 100644 --- a/src/paste.c +++ b/src/paste.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 David Ihnat. */ diff --git a/src/pathchk.c b/src/pathchk.c index 5287c81a3..6727b5657 100644 --- a/src/pathchk.c +++ b/src/pathchk.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 . */ #include #include diff --git a/src/pinky.c b/src/pinky.c index 44dae9afd..280519514 100644 --- a/src/pinky.c +++ b/src/pinky.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 . */ /* Created by hacking who.c by Kaveh Ghazi ghazi@caip.rutgers.edu */ diff --git a/src/pr.c b/src/pr.c index 9455781d9..adf2cd485 100644 --- a/src/pr.c +++ b/src/pr.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 . */ /* By Pete TerMaat, with considerable refinement by Roland Huebner. */ diff --git a/src/printenv.c b/src/printenv.c index acaac19ab..86ed082b5 100644 --- a/src/printenv.c +++ b/src/printenv.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: printenv [variable...] diff --git a/src/printf.c b/src/printf.c index 64073335d..b771b840b 100644 --- a/src/printf.c +++ b/src/printf.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: printf format [argument...] diff --git a/src/prog-fprintf.c b/src/prog-fprintf.c index 29d06feb4..5a3ca6a38 100644 --- a/src/prog-fprintf.c +++ b/src/prog-fprintf.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 . */ #include #include diff --git a/src/prog-fprintf.h b/src/prog-fprintf.h index 943bb36ea..acb0dbc07 100644 --- a/src/prog-fprintf.h +++ b/src/prog-fprintf.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 PROG_FPRINTF_H # define PROG_FPRINTF_H diff --git a/src/ptx.c b/src/ptx.c index b7aa1079b..58e6c57c8 100644 --- a/src/ptx.c +++ b/src/ptx.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 . François Pinard */ diff --git a/src/pwd.c b/src/pwd.c index 8852ab484..98b91f804 100644 --- a/src/pwd.c +++ b/src/pwd.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 . */ #include #include diff --git a/src/readlink.c b/src/readlink.c index 29984701b..abbd35237 100644 --- a/src/readlink.c +++ b/src/readlink.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 Dmitry V. Levin */ diff --git a/src/realpath.c b/src/realpath.c index d4c159573..855074efd 100644 --- a/src/realpath.c +++ b/src/realpath.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 Pádraig Brady. */ diff --git a/src/relpath.c b/src/relpath.c index a24f50498..5c2201c6e 100644 --- a/src/relpath.c +++ b/src/relpath.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 Pádraig Brady. */ diff --git a/src/relpath.h b/src/relpath.h index b8b56f889..6937ad6b9 100644 --- a/src/relpath.h +++ b/src/relpath.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 Pádraig Brady. */ diff --git a/src/remove.c b/src/remove.c index 5ba19ee87..b2740c7b0 100644 --- a/src/remove.c +++ b/src/remove.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 . */ /* Extracted from rm.c, librarified, then rewritten twice by Jim Meyering. */ diff --git a/src/remove.h b/src/remove.h index 0119e5c16..1fd123fb0 100644 --- a/src/remove.h +++ b/src/remove.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 REMOVE_H # define REMOVE_H diff --git a/src/rm.c b/src/rm.c index 51b80facf..0a690ab74 100644 --- a/src/rm.c +++ b/src/rm.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 . */ /* Initially written by Paul Rubin, David MacKenzie, and Richard Stallman. Reworked to use chdir and avoid recursion, and later, rewritten diff --git a/src/rmdir.c b/src/rmdir.c index 64bdbcfde..df6d159be 100644 --- a/src/rmdir.c +++ b/src/rmdir.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 . */ /* Options: -p, --parent Remove any parent dirs that are explicitly mentioned diff --git a/src/runcon.c b/src/runcon.c index 92f519df8..ce504fe49 100644 --- a/src/runcon.c +++ b/src/runcon.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 . */ /* * runcon [ context diff --git a/src/selinux.c b/src/selinux.c index dd4c3ce65..0277cd0ba 100644 --- a/src/selinux.c +++ b/src/selinux.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 Daniel Walsh */ diff --git a/src/selinux.h b/src/selinux.h index f8f8c9ddd..398c4dd3a 100644 --- a/src/selinux.h +++ b/src/selinux.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 Daniel Walsh */ diff --git a/src/seq.c b/src/seq.c index 5e5b38129..ba3452b46 100644 --- a/src/seq.c +++ b/src/seq.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 Ulrich Drepper. */ diff --git a/src/set-fields.c b/src/set-fields.c index 2b3edccc2..10b025bde 100644 --- a/src/set-fields.c +++ b/src/set-fields.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 . */ /* Extracted from cut.c by Assaf Gordon */ diff --git a/src/set-fields.h b/src/set-fields.h index 7cc069043..51e285ae0 100644 --- a/src/set-fields.h +++ b/src/set-fields.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 SET_FIELDS_H # define SET_FIELDS_H diff --git a/src/shred.c b/src/shred.c index 1b3ed4cd8..d1d3883a3 100644 --- a/src/shred.c +++ b/src/shred.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 . Written by Colin Plumb. */ diff --git a/src/shuf.c b/src/shuf.c index 46556a89b..d848e54e3 100644 --- a/src/shuf.c +++ b/src/shuf.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 Paul Eggert. */ diff --git a/src/sleep.c b/src/sleep.c index 26e3fe22d..de09ff358 100644 --- a/src/sleep.c +++ b/src/sleep.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 . */ #include #include diff --git a/src/sort.c b/src/sort.c index 855b72ebd..e5ef8a72f 100644 --- a/src/sort.c +++ b/src/sort.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 December 1988 by Mike Haertel. The author may be reached (Email) at the address mike@gnu.ai.mit.edu, @@ -3193,7 +3193,7 @@ sequential_sort (struct line *restrict lines, size_t nlines, if (nlines == 2) { /* Declare 'swap' as int, not bool, to work around a bug - + in the IBM xlc 6.0.0.0 compiler in 64-bit mode. */ int swap = (0 < compare (&lines[-1], &lines[-2])); if (to_temp) diff --git a/src/split.c b/src/split.c index a6fbd1d50..b62694606 100644 --- a/src/split.c +++ b/src/split.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 . */ /* By tege@sics.se, with rms. diff --git a/src/stat.c b/src/stat.c index 19f543872..e505de7a6 100644 --- a/src/stat.c +++ b/src/stat.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 Michael Meskes. */ diff --git a/src/stdbuf.c b/src/stdbuf.c index c81519db5..8b6d768ef 100644 --- a/src/stdbuf.c +++ b/src/stdbuf.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 Pádraig Brady. */ diff --git a/src/stty.c b/src/stty.c index 528f16782..48aac5967 100644 --- a/src/stty.c +++ b/src/stty.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: stty [-ag] [--all] [--save] [-F device] [--file=device] [setting...] diff --git a/src/sum.c b/src/sum.c index 412a9a8d8..bab59f2bb 100644 --- a/src/sum.c +++ b/src/sum.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 . */ /* Like BSD sum or SysV sum -r, except like SysV sum if -s option is given. */ diff --git a/src/sync.c b/src/sync.c index 65c38c4ad..f6bff7bf4 100644 --- a/src/sync.c +++ b/src/sync.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 Jim Meyering */ diff --git a/src/system.h b/src/system.h index 71ff8419e..1c7fee9e9 100644 --- a/src/system.h +++ b/src/system.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 this file _after_ system headers if possible. */ @@ -656,11 +656,11 @@ emit_ancillary_info (char const *program) if (lc_messages && STRNCMP_LIT (lc_messages, "en_")) { /* TRANSLATORS: Replace LANG_CODE in this URL with your language code - to form one of - the URLs at http://translationproject.org/team/. Otherwise, replace + to form one of + the URLs at https://translationproject.org/team/. Otherwise, replace the entire URL with your translation team's email address. */ printf (_("Report %s translation bugs to " - "\n"), program); + "\n"), program); } printf (_("Full documentation at: <%s%s>\n"), PACKAGE_URL, program); diff --git a/src/tac-pipe.c b/src/tac-pipe.c index bdc003e11..1d00c3e28 100644 --- a/src/tac-pipe.c +++ b/src/tac-pipe.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 . */ /* FIXME */ #include diff --git a/src/tac.c b/src/tac.c index 3c6c52d67..81dcba400 100644 --- a/src/tac.c +++ b/src/tac.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 Jay Lepreau (lepreau@cs.utah.edu). GNU enhancements by David MacKenzie (djm@gnu.ai.mit.edu). */ diff --git a/src/tail.c b/src/tail.c index 316e72ec5..847c7096f 100644 --- a/src/tail.c +++ b/src/tail.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 . */ /* Can display any amount of data, unlike the Unix version, which uses a fixed size buffer and therefore can only deliver a limited number @@ -2027,7 +2027,7 @@ tail_file (struct File_spec *f, uintmax_t n_units) { /* Note: we must use read_pos here, not stats.st_size, to avoid a race condition described by Ken Raeburn: - http://lists.gnu.org/archive/html/bug-textutils/2003-05/msg00007.html */ + https://lists.gnu.org/archive/html/bug-textutils/2003-05/msg00007.html */ record_open_fd (f, fd, read_pos, &stats, (is_stdin ? -1 : 1)); f->remote = fremote (fd, pretty_name (f)); } diff --git a/src/targetdir.c b/src/targetdir.c index e1ef16e42..0adaa1af0 100644 --- a/src/targetdir.c +++ b/src/targetdir.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 Paul Eggert. */ diff --git a/src/tee.c b/src/tee.c index 4a6885ce5..87ea61619 100644 --- a/src/tee.c +++ b/src/tee.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 . */ /* Mike Parker, Richard M. Stallman, and David MacKenzie */ diff --git a/src/test.c b/src/test.c index 05774d325..ff6fab45b 100644 --- a/src/test.c +++ b/src/test.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 . */ /* Define TEST_STANDALONE to get the /bin/test version. Otherwise, you get the shell builtin version. */ diff --git a/src/timeout.c b/src/timeout.c index 2f1ec645b..a58b84f4e 100644 --- a/src/timeout.c +++ b/src/timeout.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 . */ /* timeout - Start a command, and kill it if the specified timeout expires diff --git a/src/touch.c b/src/touch.c index cd4a9d3ab..53bd8e9c7 100644 --- a/src/touch.c +++ b/src/touch.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 Paul Rubin, Arnold Robbins, Jim Kingdon, David MacKenzie, and Randy Smith. */ diff --git a/src/tr.c b/src/tr.c index 333aed04d..7a738786b 100644 --- a/src/tr.c +++ b/src/tr.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 Jim Meyering */ diff --git a/src/true.c b/src/true.c index df3e86260..4c24bef9a 100644 --- a/src/true.c +++ b/src/true.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 . */ #include #include diff --git a/src/truncate.c b/src/truncate.c index b0f84e3ce..bfa7c1c49 100644 --- a/src/truncate.c +++ b/src/truncate.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 Pádraig Brady diff --git a/src/tsort.c b/src/tsort.c index 4aa403fbe..73a876c38 100644 --- a/src/tsort.c +++ b/src/tsort.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 Mark Kettenis . */ diff --git a/src/tty.c b/src/tty.c index c02a0d0db..6c42091d0 100644 --- a/src/tty.c +++ b/src/tty.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 . */ /* Displays "not a tty" if stdin is not a terminal. Displays nothing if -s option is given. diff --git a/src/uname.c b/src/uname.c index 6378ab734..6635a6a8e 100644 --- a/src/uname.c +++ b/src/uname.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 David MacKenzie */ diff --git a/src/unexpand.c b/src/unexpand.c index 60c9422ef..075d9b5ba 100644 --- a/src/unexpand.c +++ b/src/unexpand.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 . */ /* By default, convert only maximal strings of initial blanks and tabs into tabs. diff --git a/src/uniq.c b/src/uniq.c index 182a6332b..d1dac93c0 100644 --- a/src/uniq.c +++ b/src/uniq.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 Richard M. Stallman and David MacKenzie. */ diff --git a/src/unlink.c b/src/unlink.c index fe9453dc5..3d8bb0bfd 100644 --- a/src/unlink.c +++ b/src/unlink.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 Michael Stone */ diff --git a/src/uptime.c b/src/uptime.c index 08e45a8ff..cafcda204 100644 --- a/src/uptime.c +++ b/src/uptime.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 . */ /* Created by hacking who.c by Kaveh Ghazi ghazi@caip.rutgers.edu. */ diff --git a/src/users.c b/src/users.c index 15e537537..7b1d8cdba 100644 --- a/src/users.c +++ b/src/users.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 jla; revised by djm */ diff --git a/src/wc.c b/src/wc.c index 299a9665f..bd742f87d 100644 --- a/src/wc.c +++ b/src/wc.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 Paul Rubin, phr@ocf.berkeley.edu and David MacKenzie, djm@gnu.ai.mit.edu. */ diff --git a/src/who.c b/src/who.c index d4454f8e5..c29656e87 100644 --- a/src/who.c +++ b/src/who.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 jla; revised by djm; revised again by mstone */ diff --git a/src/whoami.c b/src/whoami.c index 77df6b98d..161674c67 100644 --- a/src/whoami.c +++ b/src/whoami.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 . */ /* Equivalent to 'id -un'. */ /* Written by Richard Mlynarik. */ diff --git a/src/yes.c b/src/yes.c index a4ac99299..0439d0e32 100644 --- a/src/yes.c +++ b/src/yes.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 . */ /* David MacKenzie */ diff --git a/tests/Coreutils.pm b/tests/Coreutils.pm index 154f58c75..99becc63c 100644 --- a/tests/Coreutils.pm +++ b/tests/Coreutils.pm @@ -14,7 +14,7 @@ package Coreutils; # 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 . use strict; use vars qw($VERSION @ISA @EXPORT); diff --git a/tests/CuSkip.pm b/tests/CuSkip.pm index 0da1cf9d0..bf507566a 100644 --- a/tests/CuSkip.pm +++ b/tests/CuSkip.pm @@ -14,7 +14,7 @@ package CuSkip; # 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 . use strict; use warnings; diff --git a/tests/CuTmpdir.pm b/tests/CuTmpdir.pm index 97db28834..8d6863459 100644 --- a/tests/CuTmpdir.pm +++ b/tests/CuTmpdir.pm @@ -14,7 +14,7 @@ package CuTmpdir; # 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 . use strict; use warnings; diff --git a/tests/chgrp/basic.sh b/tests/chgrp/basic.sh index 0b06fca22..6ec360a98 100755 --- a/tests/chgrp/basic.sh +++ b/tests/chgrp/basic.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ chgrp diff --git a/tests/chgrp/default-no-deref.sh b/tests/chgrp/default-no-deref.sh index d91496cf1..d6df849ec 100755 --- a/tests/chgrp/default-no-deref.sh +++ b/tests/chgrp/default-no-deref.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ chgrp diff --git a/tests/chgrp/deref.sh b/tests/chgrp/deref.sh index dbc65fb32..07d0df527 100755 --- a/tests/chgrp/deref.sh +++ b/tests/chgrp/deref.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ chgrp diff --git a/tests/chgrp/no-x.sh b/tests/chgrp/no-x.sh index 7a0620560..28bf34b42 100755 --- a/tests/chgrp/no-x.sh +++ b/tests/chgrp/no-x.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ chgrp diff --git a/tests/chgrp/posix-H.sh b/tests/chgrp/posix-H.sh index 7a1355ba1..2987f7bc1 100755 --- a/tests/chgrp/posix-H.sh +++ b/tests/chgrp/posix-H.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ chgrp diff --git a/tests/chgrp/recurse.sh b/tests/chgrp/recurse.sh index c1545ac54..0cc4f487f 100755 --- a/tests/chgrp/recurse.sh +++ b/tests/chgrp/recurse.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ chgrp diff --git a/tests/chmod/c-option.sh b/tests/chmod/c-option.sh index 5d3f1e652..52929189a 100755 --- a/tests/chmod/c-option.sh +++ b/tests/chmod/c-option.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ chmod diff --git a/tests/chmod/equal-x.sh b/tests/chmod/equal-x.sh index f4888b457..b5476e248 100755 --- a/tests/chmod/equal-x.sh +++ b/tests/chmod/equal-x.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ chmod diff --git a/tests/chmod/equals.sh b/tests/chmod/equals.sh index 0870ab6ee..b93842e88 100755 --- a/tests/chmod/equals.sh +++ b/tests/chmod/equals.sh @@ -16,7 +16,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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ chmod diff --git a/tests/chmod/inaccessible.sh b/tests/chmod/inaccessible.sh index 3e0b902b9..d8c05faa4 100755 --- a/tests/chmod/inaccessible.sh +++ b/tests/chmod/inaccessible.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ chmod diff --git a/tests/chmod/no-x.sh b/tests/chmod/no-x.sh index 9360fda41..631efaab9 100755 --- a/tests/chmod/no-x.sh +++ b/tests/chmod/no-x.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ chmod diff --git a/tests/chmod/octal.sh b/tests/chmod/octal.sh index d8d0f0284..60f389418 100755 --- a/tests/chmod/octal.sh +++ b/tests/chmod/octal.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ chmod diff --git a/tests/chmod/setgid.sh b/tests/chmod/setgid.sh index 5ee4107e4..094b7d80a 100755 --- a/tests/chmod/setgid.sh +++ b/tests/chmod/setgid.sh @@ -16,7 +16,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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ chmod diff --git a/tests/chmod/silent.sh b/tests/chmod/silent.sh index d8762c694..1ddff6d7c 100755 --- a/tests/chmod/silent.sh +++ b/tests/chmod/silent.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ chgrp chmod chown diff --git a/tests/chmod/thru-dangling.sh b/tests/chmod/thru-dangling.sh index 42617d52b..eb00cd08f 100755 --- a/tests/chmod/thru-dangling.sh +++ b/tests/chmod/thru-dangling.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ chmod diff --git a/tests/chmod/umask-x.sh b/tests/chmod/umask-x.sh index d95260910..78f8f0ce9 100755 --- a/tests/chmod/umask-x.sh +++ b/tests/chmod/umask-x.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ chmod diff --git a/tests/chmod/usage.sh b/tests/chmod/usage.sh index 7c0d7ccd8..b49482303 100755 --- a/tests/chmod/usage.sh +++ b/tests/chmod/usage.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ chmod diff --git a/tests/chown/basic.sh b/tests/chown/basic.sh index e0b3d7166..91704e958 100755 --- a/tests/chown/basic.sh +++ b/tests/chown/basic.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ chown diff --git a/tests/chown/deref.sh b/tests/chown/deref.sh index 87c2027e0..2f0895be1 100755 --- a/tests/chown/deref.sh +++ b/tests/chown/deref.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ chown diff --git a/tests/chown/preserve-root.sh b/tests/chown/preserve-root.sh index d5c370ff2..ad433c338 100755 --- a/tests/chown/preserve-root.sh +++ b/tests/chown/preserve-root.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ chown diff --git a/tests/chown/separator.sh b/tests/chown/separator.sh index bc8a290ed..8832d342f 100755 --- a/tests/chown/separator.sh +++ b/tests/chown/separator.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ chown diff --git a/tests/cp/abuse.sh b/tests/cp/abuse.sh index 95b083bae..2e68cdef1 100755 --- a/tests/cp/abuse.sh +++ b/tests/cp/abuse.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ cp diff --git a/tests/cp/acl.sh b/tests/cp/acl.sh index c0dba9f07..9a5548024 100755 --- a/tests/cp/acl.sh +++ b/tests/cp/acl.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ cp diff --git a/tests/cp/attr-existing.sh b/tests/cp/attr-existing.sh index fab19eb3e..74a58b99f 100755 --- a/tests/cp/attr-existing.sh +++ b/tests/cp/attr-existing.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ cp diff --git a/tests/cp/backup-1.sh b/tests/cp/backup-1.sh index 8f7a3d414..dcdc1acad 100755 --- a/tests/cp/backup-1.sh +++ b/tests/cp/backup-1.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ cp diff --git a/tests/cp/backup-dir.sh b/tests/cp/backup-dir.sh index 2f32577cd..a3719b81d 100755 --- a/tests/cp/backup-dir.sh +++ b/tests/cp/backup-dir.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ cp diff --git a/tests/cp/backup-is-src.sh b/tests/cp/backup-is-src.sh index 38c310fb2..d6c45d0e9 100755 --- a/tests/cp/backup-is-src.sh +++ b/tests/cp/backup-is-src.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ cp diff --git a/tests/cp/capability.sh b/tests/cp/capability.sh index 09c892c18..dc1a231d9 100755 --- a/tests/cp/capability.sh +++ b/tests/cp/capability.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ cp diff --git a/tests/cp/cp-HL.sh b/tests/cp/cp-HL.sh index 96b433d84..7c014d0a8 100755 --- a/tests/cp/cp-HL.sh +++ b/tests/cp/cp-HL.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ cp diff --git a/tests/cp/cp-a-selinux.sh b/tests/cp/cp-a-selinux.sh index 5db1f5b57..bc1ea95dd 100755 --- a/tests/cp/cp-a-selinux.sh +++ b/tests/cp/cp-a-selinux.sh @@ -17,7 +17,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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ cp diff --git a/tests/cp/cp-deref.sh b/tests/cp/cp-deref.sh index fe1193948..36c858041 100755 --- a/tests/cp/cp-deref.sh +++ b/tests/cp/cp-deref.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ cp diff --git a/tests/cp/cp-i.sh b/tests/cp/cp-i.sh index 5b4e82be3..6e5451cb4 100755 --- a/tests/cp/cp-i.sh +++ b/tests/cp/cp-i.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ cp diff --git a/tests/cp/cp-mv-backup.sh b/tests/cp/cp-mv-backup.sh index 44f455789..dda009ca5 100755 --- a/tests/cp/cp-mv-backup.sh +++ b/tests/cp/cp-mv-backup.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ cp diff --git a/tests/cp/cp-mv-enotsup-xattr.sh b/tests/cp/cp-mv-enotsup-xattr.sh index 73eff22a7..b7be9f870 100755 --- a/tests/cp/cp-mv-enotsup-xattr.sh +++ b/tests/cp/cp-mv-enotsup-xattr.sh @@ -16,7 +16,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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ cp mv diff --git a/tests/cp/cp-parents.sh b/tests/cp/cp-parents.sh index de9b0f779..3f70f0d80 100755 --- a/tests/cp/cp-parents.sh +++ b/tests/cp/cp-parents.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ cp diff --git a/tests/cp/deref-slink.sh b/tests/cp/deref-slink.sh index f8ef0fb70..71bad3a47 100755 --- a/tests/cp/deref-slink.sh +++ b/tests/cp/deref-slink.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ cp diff --git a/tests/cp/dir-rm-dest.sh b/tests/cp/dir-rm-dest.sh index 0c7881498..4d6902567 100755 --- a/tests/cp/dir-rm-dest.sh +++ b/tests/cp/dir-rm-dest.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ cp diff --git a/tests/cp/dir-slash.sh b/tests/cp/dir-slash.sh index 9d65e5407..f6ccec99e 100755 --- a/tests/cp/dir-slash.sh +++ b/tests/cp/dir-slash.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ cp diff --git a/tests/cp/dir-vs-file.sh b/tests/cp/dir-vs-file.sh index 36c512402..9d3fc3dab 100755 --- a/tests/cp/dir-vs-file.sh +++ b/tests/cp/dir-vs-file.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ cp diff --git a/tests/cp/existing-perm-dir.sh b/tests/cp/existing-perm-dir.sh index dcf074951..224bfbaf1 100755 --- a/tests/cp/existing-perm-dir.sh +++ b/tests/cp/existing-perm-dir.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ cp diff --git a/tests/cp/existing-perm-race.sh b/tests/cp/existing-perm-race.sh index 6f89ce88a..0e583720f 100755 --- a/tests/cp/existing-perm-race.sh +++ b/tests/cp/existing-perm-race.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ cp diff --git a/tests/cp/fail-perm.sh b/tests/cp/fail-perm.sh index 43d1f9ad5..f66b835e9 100755 --- a/tests/cp/fail-perm.sh +++ b/tests/cp/fail-perm.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ cp diff --git a/tests/cp/fiemap-2.sh b/tests/cp/fiemap-2.sh index 274669066..29989294e 100755 --- a/tests/cp/fiemap-2.sh +++ b/tests/cp/fiemap-2.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ cp diff --git a/tests/cp/fiemap-FMR.sh b/tests/cp/fiemap-FMR.sh index 1e75d14af..8bd6c94eb 100755 --- a/tests/cp/fiemap-FMR.sh +++ b/tests/cp/fiemap-FMR.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ cp diff --git a/tests/cp/fiemap-extents.sh b/tests/cp/fiemap-extents.sh index e1a7160ff..5f235edbf 100755 --- a/tests/cp/fiemap-extents.sh +++ b/tests/cp/fiemap-extents.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ cp diff --git a/tests/cp/fiemap-perf.sh b/tests/cp/fiemap-perf.sh index 677ded401..e12253787 100755 --- a/tests/cp/fiemap-perf.sh +++ b/tests/cp/fiemap-perf.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ cp diff --git a/tests/cp/file-perm-race.sh b/tests/cp/file-perm-race.sh index 278cec9a1..27766d334 100755 --- a/tests/cp/file-perm-race.sh +++ b/tests/cp/file-perm-race.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ cp diff --git a/tests/cp/into-self.sh b/tests/cp/into-self.sh index d9b2521cd..9ef352b35 100755 --- a/tests/cp/into-self.sh +++ b/tests/cp/into-self.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 . # In 4.0.35 and earlier, 'mkdir dir && cp -R dir dir' would produce this: # cp: won't create hard link 'dir/dir/dir' to directory '' diff --git a/tests/cp/link-deref.sh b/tests/cp/link-deref.sh index bb1e3c62c..01c6f23ba 100755 --- a/tests/cp/link-deref.sh +++ b/tests/cp/link-deref.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ cp diff --git a/tests/cp/link-heap.sh b/tests/cp/link-heap.sh index 14717eb17..b399f7284 100755 --- a/tests/cp/link-heap.sh +++ b/tests/cp/link-heap.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ cp diff --git a/tests/cp/link-no-deref.sh b/tests/cp/link-no-deref.sh index 17efd311d..42a5b0d11 100755 --- a/tests/cp/link-no-deref.sh +++ b/tests/cp/link-no-deref.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ cp diff --git a/tests/cp/link-preserve.sh b/tests/cp/link-preserve.sh index 9755d9e03..863689737 100755 --- a/tests/cp/link-preserve.sh +++ b/tests/cp/link-preserve.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ cp diff --git a/tests/cp/link-symlink.sh b/tests/cp/link-symlink.sh index 168d1782e..2d064f4e8 100755 --- a/tests/cp/link-symlink.sh +++ b/tests/cp/link-symlink.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ cp diff --git a/tests/cp/link.sh b/tests/cp/link.sh index a1de607da..f41d2d5fc 100755 --- a/tests/cp/link.sh +++ b/tests/cp/link.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ cp diff --git a/tests/cp/nfs-removal-race.sh b/tests/cp/nfs-removal-race.sh index 7b25cfd15..61a1f22d8 100755 --- a/tests/cp/nfs-removal-race.sh +++ b/tests/cp/nfs-removal-race.sh @@ -26,7 +26,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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ cp diff --git a/tests/cp/no-ctx.sh b/tests/cp/no-ctx.sh index 93e2f6f10..bcdca92f5 100755 --- a/tests/cp/no-ctx.sh +++ b/tests/cp/no-ctx.sh @@ -17,7 +17,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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ cp diff --git a/tests/cp/no-deref-link1.sh b/tests/cp/no-deref-link1.sh index ea442cdbf..b6ea8eec7 100755 --- a/tests/cp/no-deref-link1.sh +++ b/tests/cp/no-deref-link1.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ cp diff --git a/tests/cp/no-deref-link2.sh b/tests/cp/no-deref-link2.sh index 518b1bb2f..10861ae66 100755 --- a/tests/cp/no-deref-link2.sh +++ b/tests/cp/no-deref-link2.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ cp diff --git a/tests/cp/no-deref-link3.sh b/tests/cp/no-deref-link3.sh index 68d297357..a7332a306 100755 --- a/tests/cp/no-deref-link3.sh +++ b/tests/cp/no-deref-link3.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ cp diff --git a/tests/cp/parent-perm-race.sh b/tests/cp/parent-perm-race.sh index 57a4670a1..68fb7212d 100755 --- a/tests/cp/parent-perm-race.sh +++ b/tests/cp/parent-perm-race.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ cp diff --git a/tests/cp/parent-perm.sh b/tests/cp/parent-perm.sh index ea04f402f..81684df0d 100755 --- a/tests/cp/parent-perm.sh +++ b/tests/cp/parent-perm.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ cp diff --git a/tests/cp/perm.sh b/tests/cp/perm.sh index 9f3deec81..d685c68de 100755 --- a/tests/cp/perm.sh +++ b/tests/cp/perm.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ cp mv diff --git a/tests/cp/preserve-2.sh b/tests/cp/preserve-2.sh index 3524233eb..41e62ee79 100755 --- a/tests/cp/preserve-2.sh +++ b/tests/cp/preserve-2.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ cp diff --git a/tests/cp/preserve-gid.sh b/tests/cp/preserve-gid.sh index 02e242f72..9b895ef73 100755 --- a/tests/cp/preserve-gid.sh +++ b/tests/cp/preserve-gid.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ cp diff --git a/tests/cp/preserve-link.sh b/tests/cp/preserve-link.sh index 19ee51742..5d34a3c1b 100755 --- a/tests/cp/preserve-link.sh +++ b/tests/cp/preserve-link.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ cp diff --git a/tests/cp/preserve-mode.sh b/tests/cp/preserve-mode.sh index 7948667fb..b361f9c45 100755 --- a/tests/cp/preserve-mode.sh +++ b/tests/cp/preserve-mode.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ cp diff --git a/tests/cp/preserve-slink-time.sh b/tests/cp/preserve-slink-time.sh index c8da0cd1a..23150bd2c 100755 --- a/tests/cp/preserve-slink-time.sh +++ b/tests/cp/preserve-slink-time.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ cp diff --git a/tests/cp/proc-short-read.sh b/tests/cp/proc-short-read.sh index 420a5b884..ef00b13fb 100755 --- a/tests/cp/proc-short-read.sh +++ b/tests/cp/proc-short-read.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ cp diff --git a/tests/cp/proc-zero-len.sh b/tests/cp/proc-zero-len.sh index 8d0ab4195..e64c1471c 100755 --- a/tests/cp/proc-zero-len.sh +++ b/tests/cp/proc-zero-len.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ cp diff --git a/tests/cp/r-vs-symlink.sh b/tests/cp/r-vs-symlink.sh index 5bd58694e..063226a5d 100755 --- a/tests/cp/r-vs-symlink.sh +++ b/tests/cp/r-vs-symlink.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 . # Restored old behavior (whereby cp -r preserves symlinks) in 4.1.6, # though now such usage evokes a warning: diff --git a/tests/cp/reflink-auto.sh b/tests/cp/reflink-auto.sh index 993b68e22..5767087dd 100755 --- a/tests/cp/reflink-auto.sh +++ b/tests/cp/reflink-auto.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ cp diff --git a/tests/cp/reflink-perm.sh b/tests/cp/reflink-perm.sh index f9fca75f1..50898972a 100755 --- a/tests/cp/reflink-perm.sh +++ b/tests/cp/reflink-perm.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ cp diff --git a/tests/cp/same-file.sh b/tests/cp/same-file.sh index 9aa6a2112..f2af84077 100755 --- a/tests/cp/same-file.sh +++ b/tests/cp/same-file.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ cp diff --git a/tests/cp/slink-2-slink.sh b/tests/cp/slink-2-slink.sh index caead978c..002972252 100755 --- a/tests/cp/slink-2-slink.sh +++ b/tests/cp/slink-2-slink.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ cp diff --git a/tests/cp/sparse-fiemap.sh b/tests/cp/sparse-fiemap.sh index 74657a48e..3a8933f09 100755 --- a/tests/cp/sparse-fiemap.sh +++ b/tests/cp/sparse-fiemap.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ cp diff --git a/tests/cp/sparse-to-pipe.sh b/tests/cp/sparse-to-pipe.sh index 25ed1d894..3f13b3731 100755 --- a/tests/cp/sparse-to-pipe.sh +++ b/tests/cp/sparse-to-pipe.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ cp diff --git a/tests/cp/sparse.sh b/tests/cp/sparse.sh index 4adaed785..10844ded2 100755 --- a/tests/cp/sparse.sh +++ b/tests/cp/sparse.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ cp diff --git a/tests/cp/special-bits.sh b/tests/cp/special-bits.sh index 301e55a2c..900d191a0 100755 --- a/tests/cp/special-bits.sh +++ b/tests/cp/special-bits.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 . # This test would fail due to a bug introduced in 4.0y. # The bug was fixed in 4.0z. diff --git a/tests/cp/special-f.sh b/tests/cp/special-f.sh index 50486090e..5ec29d8f4 100755 --- a/tests/cp/special-f.sh +++ b/tests/cp/special-f.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ cp diff --git a/tests/cp/src-base-dot.sh b/tests/cp/src-base-dot.sh index 7acd5de07..b5d16eac9 100755 --- a/tests/cp/src-base-dot.sh +++ b/tests/cp/src-base-dot.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ cp diff --git a/tests/cp/symlink-slash.sh b/tests/cp/symlink-slash.sh index 45c5b91f8..6afbfcee1 100755 --- a/tests/cp/symlink-slash.sh +++ b/tests/cp/symlink-slash.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ cp diff --git a/tests/cp/thru-dangling.sh b/tests/cp/thru-dangling.sh index 333d15598..8114fd7ed 100755 --- a/tests/cp/thru-dangling.sh +++ b/tests/cp/thru-dangling.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ cp diff --git a/tests/dd/ascii.sh b/tests/dd/ascii.sh index 432b545b5..91557283b 100755 --- a/tests/dd/ascii.sh +++ b/tests/dd/ascii.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ dd printf diff --git a/tests/dd/bytes.sh b/tests/dd/bytes.sh index deeabae29..dc242dee6 100755 --- a/tests/dd/bytes.sh +++ b/tests/dd/bytes.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ dd diff --git a/tests/dd/direct.sh b/tests/dd/direct.sh index 5cfb021ff..e440ba3ca 100755 --- a/tests/dd/direct.sh +++ b/tests/dd/direct.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ dd diff --git a/tests/dd/misc.sh b/tests/dd/misc.sh index 48b7806fd..c96c839af 100755 --- a/tests/dd/misc.sh +++ b/tests/dd/misc.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ dd diff --git a/tests/dd/no-allocate.sh b/tests/dd/no-allocate.sh index 269e5de74..43d6ecd06 100755 --- a/tests/dd/no-allocate.sh +++ b/tests/dd/no-allocate.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ dd diff --git a/tests/dd/nocache.sh b/tests/dd/nocache.sh index 94e83eb8f..f1c951ffb 100755 --- a/tests/dd/nocache.sh +++ b/tests/dd/nocache.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ dd diff --git a/tests/dd/not-rewound.sh b/tests/dd/not-rewound.sh index f1386ba8a..971857a8c 100755 --- a/tests/dd/not-rewound.sh +++ b/tests/dd/not-rewound.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ dd diff --git a/tests/dd/reblock.sh b/tests/dd/reblock.sh index 8eb871289..eb18af7e3 100755 --- a/tests/dd/reblock.sh +++ b/tests/dd/reblock.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ dd diff --git a/tests/dd/skip-seek-past-dev.sh b/tests/dd/skip-seek-past-dev.sh index dd0ccbc6a..f3cfb53eb 100755 --- a/tests/dd/skip-seek-past-dev.sh +++ b/tests/dd/skip-seek-past-dev.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ dd diff --git a/tests/dd/skip-seek-past-file.sh b/tests/dd/skip-seek-past-file.sh index e85e9224d..7332bf757 100755 --- a/tests/dd/skip-seek-past-file.sh +++ b/tests/dd/skip-seek-past-file.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ dd diff --git a/tests/dd/skip-seek.pl b/tests/dd/skip-seek.pl index 033b3df58..6bc214f04 100755 --- a/tests/dd/skip-seek.pl +++ b/tests/dd/skip-seek.pl @@ -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 . use strict; diff --git a/tests/dd/skip-seek2.sh b/tests/dd/skip-seek2.sh index ed242d87a..82d5c6cc5 100755 --- a/tests/dd/skip-seek2.sh +++ b/tests/dd/skip-seek2.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ dd diff --git a/tests/dd/sparse.sh b/tests/dd/sparse.sh index c2a773dbc..d8ef1a2eb 100755 --- a/tests/dd/sparse.sh +++ b/tests/dd/sparse.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ dd diff --git a/tests/dd/stats.sh b/tests/dd/stats.sh index 5c3f26a4a..3e6fc1422 100755 --- a/tests/dd/stats.sh +++ b/tests/dd/stats.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ dd diff --git a/tests/dd/stderr.sh b/tests/dd/stderr.sh index a9ba4d0f0..c187e109e 100755 --- a/tests/dd/stderr.sh +++ b/tests/dd/stderr.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ dd diff --git a/tests/dd/unblock-sync.sh b/tests/dd/unblock-sync.sh index 4c0786bfe..f90bcb6f3 100755 --- a/tests/dd/unblock-sync.sh +++ b/tests/dd/unblock-sync.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ dd diff --git a/tests/dd/unblock.pl b/tests/dd/unblock.pl index f7bd82a29..1f2863703 100755 --- a/tests/dd/unblock.pl +++ b/tests/dd/unblock.pl @@ -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 . use strict; diff --git a/tests/df/df-P.sh b/tests/df/df-P.sh index 9754cb214..0c8bc2637 100755 --- a/tests/df/df-P.sh +++ b/tests/df/df-P.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ df diff --git a/tests/df/df-output.sh b/tests/df/df-output.sh index 36cdf9132..ef66f268c 100755 --- a/tests/df/df-output.sh +++ b/tests/df/df-output.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ df diff --git a/tests/df/df-symlink.sh b/tests/df/df-symlink.sh index 873adaa9f..e76401e04 100755 --- a/tests/df/df-symlink.sh +++ b/tests/df/df-symlink.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ df diff --git a/tests/df/header.sh b/tests/df/header.sh index f07e325ae..f604a2906 100755 --- a/tests/df/header.sh +++ b/tests/df/header.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ df diff --git a/tests/df/no-mtab-status.sh b/tests/df/no-mtab-status.sh index 96553a371..319d58b81 100755 --- a/tests/df/no-mtab-status.sh +++ b/tests/df/no-mtab-status.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ df diff --git a/tests/df/over-mount-device.sh b/tests/df/over-mount-device.sh index 7e1a4d23b..ff602c6b4 100755 --- a/tests/df/over-mount-device.sh +++ b/tests/df/over-mount-device.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ df diff --git a/tests/df/problematic-chars.sh b/tests/df/problematic-chars.sh index 2e88a89e2..a0f0818e8 100755 --- a/tests/df/problematic-chars.sh +++ b/tests/df/problematic-chars.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ df diff --git a/tests/df/skip-duplicates.sh b/tests/df/skip-duplicates.sh index 4dd75dc14..f64f3a760 100755 --- a/tests/df/skip-duplicates.sh +++ b/tests/df/skip-duplicates.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ df diff --git a/tests/df/skip-rootfs.sh b/tests/df/skip-rootfs.sh index 894016492..425cbc8fc 100755 --- a/tests/df/skip-rootfs.sh +++ b/tests/df/skip-rootfs.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ df diff --git a/tests/df/total-unprocessed.sh b/tests/df/total-unprocessed.sh index 282f29434..71da1b3f8 100755 --- a/tests/df/total-unprocessed.sh +++ b/tests/df/total-unprocessed.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ df diff --git a/tests/df/total-verify.sh b/tests/df/total-verify.sh index d47e6eab0..5256e7128 100755 --- a/tests/df/total-verify.sh +++ b/tests/df/total-verify.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ df diff --git a/tests/df/unreadable.sh b/tests/df/unreadable.sh index 3245547b8..c28cdc957 100755 --- a/tests/df/unreadable.sh +++ b/tests/df/unreadable.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ df diff --git a/tests/du/2g.sh b/tests/du/2g.sh index 3a74d2f71..29d0eac27 100755 --- a/tests/du/2g.sh +++ b/tests/du/2g.sh @@ -16,7 +16,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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ du diff --git a/tests/du/8gb.sh b/tests/du/8gb.sh index 7d326fedd..8001ad2da 100755 --- a/tests/du/8gb.sh +++ b/tests/du/8gb.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ du diff --git a/tests/du/basic.sh b/tests/du/basic.sh index eb18cff80..8c17d3b77 100755 --- a/tests/du/basic.sh +++ b/tests/du/basic.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ du diff --git a/tests/du/bigtime.sh b/tests/du/bigtime.sh index 14bd03664..21dff6ff3 100755 --- a/tests/du/bigtime.sh +++ b/tests/du/bigtime.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ du diff --git a/tests/du/bind-mount-dir-cycle-v2.sh b/tests/du/bind-mount-dir-cycle-v2.sh index e0719124f..3d7790a6a 100755 --- a/tests/du/bind-mount-dir-cycle-v2.sh +++ b/tests/du/bind-mount-dir-cycle-v2.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ du diff --git a/tests/du/bind-mount-dir-cycle.sh b/tests/du/bind-mount-dir-cycle.sh index 8f6c8731b..54c713bb0 100755 --- a/tests/du/bind-mount-dir-cycle.sh +++ b/tests/du/bind-mount-dir-cycle.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ du diff --git a/tests/du/deref-args.sh b/tests/du/deref-args.sh index f47e78147..eb12264e5 100755 --- a/tests/du/deref-args.sh +++ b/tests/du/deref-args.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ du diff --git a/tests/du/deref.sh b/tests/du/deref.sh index ade6332fd..423fa9eb9 100755 --- a/tests/du/deref.sh +++ b/tests/du/deref.sh @@ -17,7 +17,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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ du diff --git a/tests/du/exclude.sh b/tests/du/exclude.sh index 7a2ff0d84..a2bc21d8d 100755 --- a/tests/du/exclude.sh +++ b/tests/du/exclude.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ du diff --git a/tests/du/fd-leak.sh b/tests/du/fd-leak.sh index 02734e309..38cf69ef6 100755 --- a/tests/du/fd-leak.sh +++ b/tests/du/fd-leak.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ du diff --git a/tests/du/files0-from-dir.sh b/tests/du/files0-from-dir.sh index eb228d936..eaf4680ec 100755 --- a/tests/du/files0-from-dir.sh +++ b/tests/du/files0-from-dir.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ du wc diff --git a/tests/du/files0-from.pl b/tests/du/files0-from.pl index 351227618..7ba6fd7a4 100755 --- a/tests/du/files0-from.pl +++ b/tests/du/files0-from.pl @@ -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 . use strict; diff --git a/tests/du/hard-link.sh b/tests/du/hard-link.sh index 4d8f0bcdb..5c332637c 100755 --- a/tests/du/hard-link.sh +++ b/tests/du/hard-link.sh @@ -16,7 +16,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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ du diff --git a/tests/du/inacc-dest.sh b/tests/du/inacc-dest.sh index f9144bad4..524909764 100755 --- a/tests/du/inacc-dest.sh +++ b/tests/du/inacc-dest.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ du diff --git a/tests/du/inacc-dir.sh b/tests/du/inacc-dir.sh index 9e81797b6..c8cbb40a7 100755 --- a/tests/du/inacc-dir.sh +++ b/tests/du/inacc-dir.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ du diff --git a/tests/du/inaccessible-cwd.sh b/tests/du/inaccessible-cwd.sh index fa3969595..fc8f8d929 100755 --- a/tests/du/inaccessible-cwd.sh +++ b/tests/du/inaccessible-cwd.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 . # Before the switch to an fts-based implementation in coreutils 5.0.92, # this test would fail. diff --git a/tests/du/inodes.sh b/tests/du/inodes.sh index 49d5134f3..4e060fb8b 100755 --- a/tests/du/inodes.sh +++ b/tests/du/inodes.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ du diff --git a/tests/du/long-from-unreadable.sh b/tests/du/long-from-unreadable.sh index bc5cf6270..056b53aac 100755 --- a/tests/du/long-from-unreadable.sh +++ b/tests/du/long-from-unreadable.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 . # Show that fts (hence du, chmod, chgrp, chown) fails when all of the # following are true: diff --git a/tests/du/long-sloop.sh b/tests/du/long-sloop.sh index e761a6517..065a9fea5 100755 --- a/tests/du/long-sloop.sh +++ b/tests/du/long-sloop.sh @@ -16,7 +16,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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ du diff --git a/tests/du/max-depth.sh b/tests/du/max-depth.sh index f1c9b2781..1588e89ad 100755 --- a/tests/du/max-depth.sh +++ b/tests/du/max-depth.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ du diff --git a/tests/du/move-dir-while-traversing.sh b/tests/du/move-dir-while-traversing.sh index ba29f5b11..70fa22e16 100755 --- a/tests/du/move-dir-while-traversing.sh +++ b/tests/du/move-dir-while-traversing.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ du diff --git a/tests/du/no-deref.sh b/tests/du/no-deref.sh index c5be8a882..218cd1ff2 100755 --- a/tests/du/no-deref.sh +++ b/tests/du/no-deref.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ du diff --git a/tests/du/no-x.sh b/tests/du/no-x.sh index 4041c95bd..8c565ca7b 100755 --- a/tests/du/no-x.sh +++ b/tests/du/no-x.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ du diff --git a/tests/du/one-file-system.sh b/tests/du/one-file-system.sh index 7c6436a6d..53d22d7e6 100755 --- a/tests/du/one-file-system.sh +++ b/tests/du/one-file-system.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ du diff --git a/tests/du/restore-wd.sh b/tests/du/restore-wd.sh index e83b4e5bd..fd38fb3a5 100755 --- a/tests/du/restore-wd.sh +++ b/tests/du/restore-wd.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ du diff --git a/tests/du/slash.sh b/tests/du/slash.sh index 8c6813a52..90b3449f2 100755 --- a/tests/du/slash.sh +++ b/tests/du/slash.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ du diff --git a/tests/du/threshold.sh b/tests/du/threshold.sh index 53605d536..3b5450b7d 100755 --- a/tests/du/threshold.sh +++ b/tests/du/threshold.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ du diff --git a/tests/du/trailing-slash.sh b/tests/du/trailing-slash.sh index 778050705..68bb2ed82 100755 --- a/tests/du/trailing-slash.sh +++ b/tests/du/trailing-slash.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 . # Before coreutils-4.5.3, it would remove a single trailing slash. diff --git a/tests/du/two-args.sh b/tests/du/two-args.sh index e76adac02..67246ad70 100755 --- a/tests/du/two-args.sh +++ b/tests/du/two-args.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ du diff --git a/tests/envvar-check b/tests/envvar-check index 8138e5487..b20b76781 100644 --- a/tests/envvar-check +++ b/tests/envvar-check @@ -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 . if (FOO=FOO; unset FOO) >/dev/null 2>&1; then as_unset=unset diff --git a/tests/fmt/base.pl b/tests/fmt/base.pl index 49c48ca90..cc13199f0 100755 --- a/tests/fmt/base.pl +++ b/tests/fmt/base.pl @@ -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 . use strict; diff --git a/tests/fmt/goal-option.sh b/tests/fmt/goal-option.sh index eda086b1f..d235bcf05 100755 --- a/tests/fmt/goal-option.sh +++ b/tests/fmt/goal-option.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ fmt diff --git a/tests/fmt/long-line.sh b/tests/fmt/long-line.sh index 2d8d1a346..a44d84a35 100755 --- a/tests/fmt/long-line.sh +++ b/tests/fmt/long-line.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ fmt diff --git a/tests/id/context.sh b/tests/id/context.sh index 2eba2b9ba..82196c30c 100755 --- a/tests/id/context.sh +++ b/tests/id/context.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ id diff --git a/tests/id/gnu-zero-uids.sh b/tests/id/gnu-zero-uids.sh index 20e37d3a6..f69cb9fc5 100755 --- a/tests/id/gnu-zero-uids.sh +++ b/tests/id/gnu-zero-uids.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ id diff --git a/tests/id/no-context.sh b/tests/id/no-context.sh index 8b9b2f4a8..07d82c59c 100755 --- a/tests/id/no-context.sh +++ b/tests/id/no-context.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ id diff --git a/tests/id/setgid.sh b/tests/id/setgid.sh index 09f9eb0f5..94e7463b4 100755 --- a/tests/id/setgid.sh +++ b/tests/id/setgid.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ id diff --git a/tests/id/smack.sh b/tests/id/smack.sh index d7c6f72b6..61a7239e5 100755 --- a/tests/id/smack.sh +++ b/tests/id/smack.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ id diff --git a/tests/id/uid.sh b/tests/id/uid.sh index b141abddc..513b1be4f 100755 --- a/tests/id/uid.sh +++ b/tests/id/uid.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ id diff --git a/tests/id/zero.sh b/tests/id/zero.sh index 136e43f49..7792c0c3a 100755 --- a/tests/id/zero.sh +++ b/tests/id/zero.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ id diff --git a/tests/init.sh b/tests/init.sh index 584194f0e..470605c11 100755 --- a/tests/init.sh +++ b/tests/init.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 . # Using this file in a test # ========================= diff --git a/tests/install/basic-1.sh b/tests/install/basic-1.sh index c15f604a2..f06512cae 100755 --- a/tests/install/basic-1.sh +++ b/tests/install/basic-1.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ ginstall diff --git a/tests/install/create-leading.sh b/tests/install/create-leading.sh index 915ee9e0e..9ebefd2bc 100755 --- a/tests/install/create-leading.sh +++ b/tests/install/create-leading.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 . # Note that the tests below use 'ginstall', not install, because # that's the name of the binary in ../../src. diff --git a/tests/install/d-slashdot.sh b/tests/install/d-slashdot.sh index c7771b773..11b90dd42 100755 --- a/tests/install/d-slashdot.sh +++ b/tests/install/d-slashdot.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ ginstall diff --git a/tests/install/install-C-root.sh b/tests/install/install-C-root.sh index bcfa74dc4..1c047d61b 100755 --- a/tests/install/install-C-root.sh +++ b/tests/install/install-C-root.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ ginstall diff --git a/tests/install/install-C-selinux.sh b/tests/install/install-C-selinux.sh index 0eef53298..2bb3513f7 100755 --- a/tests/install/install-C-selinux.sh +++ b/tests/install/install-C-selinux.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ ginstall diff --git a/tests/install/install-C.sh b/tests/install/install-C.sh index 4accc78c1..4c335e67e 100755 --- a/tests/install/install-C.sh +++ b/tests/install/install-C.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ ginstall diff --git a/tests/install/install-Z-selinux.sh b/tests/install/install-Z-selinux.sh index e3d20485e..ed764702a 100755 --- a/tests/install/install-Z-selinux.sh +++ b/tests/install/install-Z-selinux.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ ginstall diff --git a/tests/install/strip-program.sh b/tests/install/strip-program.sh index 516a48857..e00f342f2 100755 --- a/tests/install/strip-program.sh +++ b/tests/install/strip-program.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ ginstall diff --git a/tests/install/trap.sh b/tests/install/trap.sh index 2a35ffd2a..3d5e0baa8 100755 --- a/tests/install/trap.sh +++ b/tests/install/trap.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ ginstall diff --git a/tests/ln/backup-1.sh b/tests/ln/backup-1.sh index 1022fab6a..14425b3e7 100755 --- a/tests/ln/backup-1.sh +++ b/tests/ln/backup-1.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 . # Based on a problem report from Jamie Lokier. diff --git a/tests/ln/hard-backup.sh b/tests/ln/hard-backup.sh index 53e591760..9480ed8a8 100755 --- a/tests/ln/hard-backup.sh +++ b/tests/ln/hard-backup.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ ln diff --git a/tests/ln/hard-to-sym.sh b/tests/ln/hard-to-sym.sh index 77467061c..ab27b6364 100755 --- a/tests/ln/hard-to-sym.sh +++ b/tests/ln/hard-to-sym.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ ln diff --git a/tests/ln/misc.sh b/tests/ln/misc.sh index 73fa07d47..b47b39337 100755 --- a/tests/ln/misc.sh +++ b/tests/ln/misc.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ ln diff --git a/tests/ln/relative.sh b/tests/ln/relative.sh index f21037005..bda51a3ed 100755 --- a/tests/ln/relative.sh +++ b/tests/ln/relative.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ ln diff --git a/tests/ln/sf-1.sh b/tests/ln/sf-1.sh index 36d5b29ce..c4b222be5 100755 --- a/tests/ln/sf-1.sh +++ b/tests/ln/sf-1.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ ln diff --git a/tests/ln/slash-decorated-nonexistent-dest.sh b/tests/ln/slash-decorated-nonexistent-dest.sh index be0650f1f..bd63dde35 100755 --- a/tests/ln/slash-decorated-nonexistent-dest.sh +++ b/tests/ln/slash-decorated-nonexistent-dest.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ ln diff --git a/tests/ln/target-1.sh b/tests/ln/target-1.sh index 66bce3ce2..72d7c5569 100755 --- a/tests/ln/target-1.sh +++ b/tests/ln/target-1.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 . # Before coreutils-4.5.3, --target-dir didn't work with one file. # It would create the desired link, but would fail with a diagnosis like this: diff --git a/tests/local.mk b/tests/local.mk index d9d335044..8cf63cd9d 100644 --- a/tests/local.mk +++ b/tests/local.mk @@ -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 . # Indirections required so that we'll still be able to know the # complete list of our tests even if the user overrides TESTS diff --git a/tests/ls/abmon-align.sh b/tests/ls/abmon-align.sh index 5278928f8..e474047fb 100755 --- a/tests/ls/abmon-align.sh +++ b/tests/ls/abmon-align.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ ls diff --git a/tests/ls/block-size.sh b/tests/ls/block-size.sh index f76c456cc..265b97c8a 100755 --- a/tests/ls/block-size.sh +++ b/tests/ls/block-size.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ ls diff --git a/tests/ls/capability.sh b/tests/ls/capability.sh index 3c1b3e7be..1188d0b40 100755 --- a/tests/ls/capability.sh +++ b/tests/ls/capability.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ ls printf diff --git a/tests/ls/color-clear-to-eol.sh b/tests/ls/color-clear-to-eol.sh index 6c3dc6cda..615b39738 100755 --- a/tests/ls/color-clear-to-eol.sh +++ b/tests/ls/color-clear-to-eol.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ ls diff --git a/tests/ls/color-dtype-dir.sh b/tests/ls/color-dtype-dir.sh index 6a71bb9c7..501fd2512 100755 --- a/tests/ls/color-dtype-dir.sh +++ b/tests/ls/color-dtype-dir.sh @@ -17,7 +17,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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ ls diff --git a/tests/ls/color-norm.sh b/tests/ls/color-norm.sh index 764aa8300..7199c7084 100755 --- a/tests/ls/color-norm.sh +++ b/tests/ls/color-norm.sh @@ -16,7 +16,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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ ls diff --git a/tests/ls/color-term.sh b/tests/ls/color-term.sh index 746a05e53..fcaa540e8 100755 --- a/tests/ls/color-term.sh +++ b/tests/ls/color-term.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ ls diff --git a/tests/ls/dangle.sh b/tests/ls/dangle.sh index ea455ffab..651153991 100755 --- a/tests/ls/dangle.sh +++ b/tests/ls/dangle.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ ls diff --git a/tests/ls/dired.sh b/tests/ls/dired.sh index 6958a992c..5d9dfaba7 100755 --- a/tests/ls/dired.sh +++ b/tests/ls/dired.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ ls diff --git a/tests/ls/file-type.sh b/tests/ls/file-type.sh index e0bbd730c..1eddd4650 100755 --- a/tests/ls/file-type.sh +++ b/tests/ls/file-type.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ ls diff --git a/tests/ls/follow-slink.sh b/tests/ls/follow-slink.sh index 92a503b87..2d48b27be 100755 --- a/tests/ls/follow-slink.sh +++ b/tests/ls/follow-slink.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ ls diff --git a/tests/ls/getxattr-speedup.sh b/tests/ls/getxattr-speedup.sh index 7cd0d1121..3f8ee2dcb 100755 --- a/tests/ls/getxattr-speedup.sh +++ b/tests/ls/getxattr-speedup.sh @@ -17,7 +17,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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ ls diff --git a/tests/ls/hex-option.sh b/tests/ls/hex-option.sh index e9be0861a..5f1342fb9 100755 --- a/tests/ls/hex-option.sh +++ b/tests/ls/hex-option.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ ls diff --git a/tests/ls/hyperlink.sh b/tests/ls/hyperlink.sh index eaedd0876..e74fe4171 100755 --- a/tests/ls/hyperlink.sh +++ b/tests/ls/hyperlink.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ ls diff --git a/tests/ls/infloop.sh b/tests/ls/infloop.sh index ee2ddb8c1..643f1777f 100755 --- a/tests/ls/infloop.sh +++ b/tests/ls/infloop.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ ls diff --git a/tests/ls/inode.sh b/tests/ls/inode.sh index 203a92e82..7ade568fc 100755 --- a/tests/ls/inode.sh +++ b/tests/ls/inode.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ ls diff --git a/tests/ls/m-option.sh b/tests/ls/m-option.sh index 275ab4397..ee8a1ff9d 100755 --- a/tests/ls/m-option.sh +++ b/tests/ls/m-option.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ ls diff --git a/tests/ls/multihardlink.sh b/tests/ls/multihardlink.sh index 09e3e6262..d1a043488 100755 --- a/tests/ls/multihardlink.sh +++ b/tests/ls/multihardlink.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ ls diff --git a/tests/ls/nameless-uid.sh b/tests/ls/nameless-uid.sh index 43d23d753..4a2356f28 100755 --- a/tests/ls/nameless-uid.sh +++ b/tests/ls/nameless-uid.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ ls diff --git a/tests/ls/no-arg.sh b/tests/ls/no-arg.sh index ba5aaac83..8c21a7ac5 100755 --- a/tests/ls/no-arg.sh +++ b/tests/ls/no-arg.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ ls diff --git a/tests/ls/no-cap.sh b/tests/ls/no-cap.sh index 5fa47da99..af034c267 100755 --- a/tests/ls/no-cap.sh +++ b/tests/ls/no-cap.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ ls diff --git a/tests/ls/proc-selinux-segfault.sh b/tests/ls/proc-selinux-segfault.sh index 39387f2a6..a19254c28 100755 --- a/tests/ls/proc-selinux-segfault.sh +++ b/tests/ls/proc-selinux-segfault.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ ls diff --git a/tests/ls/quote-align.sh b/tests/ls/quote-align.sh index 03cc5660f..1fce870b8 100755 --- a/tests/ls/quote-align.sh +++ b/tests/ls/quote-align.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ ls diff --git a/tests/ls/readdir-mountpoint-inode.sh b/tests/ls/readdir-mountpoint-inode.sh index 1e54435dd..b4ca9e46e 100755 --- a/tests/ls/readdir-mountpoint-inode.sh +++ b/tests/ls/readdir-mountpoint-inode.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ ls diff --git a/tests/ls/recursive.sh b/tests/ls/recursive.sh index e46007ae8..8da588e54 100755 --- a/tests/ls/recursive.sh +++ b/tests/ls/recursive.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ ls diff --git a/tests/ls/root-rel-symlink-color.sh b/tests/ls/root-rel-symlink-color.sh index b6cb85d38..3ac27fca5 100755 --- a/tests/ls/root-rel-symlink-color.sh +++ b/tests/ls/root-rel-symlink-color.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ ls test diff --git a/tests/ls/rt-1.sh b/tests/ls/rt-1.sh index ef89da78f..38ce26b66 100755 --- a/tests/ls/rt-1.sh +++ b/tests/ls/rt-1.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ ls touch diff --git a/tests/ls/slink-acl.sh b/tests/ls/slink-acl.sh index 7a15bec2d..45837383f 100755 --- a/tests/ls/slink-acl.sh +++ b/tests/ls/slink-acl.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ ls diff --git a/tests/ls/stat-dtype.sh b/tests/ls/stat-dtype.sh index 550856cd4..5a49d80f7 100755 --- a/tests/ls/stat-dtype.sh +++ b/tests/ls/stat-dtype.sh @@ -16,7 +16,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 trick is to create an un-stat'able symlink and to see if ls # can report its type nonetheless, using dirent.d_type. diff --git a/tests/ls/stat-failed.sh b/tests/ls/stat-failed.sh index 32f4192e5..2c85c3a33 100755 --- a/tests/ls/stat-failed.sh +++ b/tests/ls/stat-failed.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ ls diff --git a/tests/ls/stat-free-color.sh b/tests/ls/stat-free-color.sh index 2a4c588df..c29d822c0 100755 --- a/tests/ls/stat-free-color.sh +++ b/tests/ls/stat-free-color.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ ls diff --git a/tests/ls/stat-free-symlinks.sh b/tests/ls/stat-free-symlinks.sh index 643b3373b..e3b24d3f8 100755 --- a/tests/ls/stat-free-symlinks.sh +++ b/tests/ls/stat-free-symlinks.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ ls diff --git a/tests/ls/stat-vs-dirent.sh b/tests/ls/stat-vs-dirent.sh index 7e2862dd9..ccda75286 100755 --- a/tests/ls/stat-vs-dirent.sh +++ b/tests/ls/stat-vs-dirent.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ ls diff --git a/tests/ls/symlink-quote.sh b/tests/ls/symlink-quote.sh index d792d966e..313c7ebaf 100755 --- a/tests/ls/symlink-quote.sh +++ b/tests/ls/symlink-quote.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ ls diff --git a/tests/ls/symlink-slash.sh b/tests/ls/symlink-slash.sh index 87fd63e17..e3c1bc204 100755 --- a/tests/ls/symlink-slash.sh +++ b/tests/ls/symlink-slash.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ ls diff --git a/tests/ls/time-style-diag.sh b/tests/ls/time-style-diag.sh index 2c67021d3..a1df52f64 100755 --- a/tests/ls/time-style-diag.sh +++ b/tests/ls/time-style-diag.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ ls diff --git a/tests/ls/w-option.sh b/tests/ls/w-option.sh index 3d4ba9682..ac4eb17c2 100755 --- a/tests/ls/w-option.sh +++ b/tests/ls/w-option.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ ls diff --git a/tests/ls/x-option.sh b/tests/ls/x-option.sh index 224d2b378..d1bce8be2 100755 --- a/tests/ls/x-option.sh +++ b/tests/ls/x-option.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ ls diff --git a/tests/misc/arch.sh b/tests/misc/arch.sh index f23fba04e..0de752047 100755 --- a/tests/misc/arch.sh +++ b/tests/misc/arch.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ arch diff --git a/tests/misc/b2sum.sh b/tests/misc/b2sum.sh index a2cf0030c..d16427c77 100755 --- a/tests/misc/b2sum.sh +++ b/tests/misc/b2sum.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ b2sum diff --git a/tests/misc/base64.pl b/tests/misc/base64.pl index 1c9866b2b..f53e95179 100755 --- a/tests/misc/base64.pl +++ b/tests/misc/base64.pl @@ -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 . use strict; diff --git a/tests/misc/basename.pl b/tests/misc/basename.pl index 226b29224..fb5397a95 100755 --- a/tests/misc/basename.pl +++ b/tests/misc/basename.pl @@ -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 . use strict; use File::stat; diff --git a/tests/misc/cat-buf.sh b/tests/misc/cat-buf.sh index 889ff8e36..27c2e4e30 100755 --- a/tests/misc/cat-buf.sh +++ b/tests/misc/cat-buf.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ cat diff --git a/tests/misc/cat-proc.sh b/tests/misc/cat-proc.sh index 756a3ed87..e71377d6d 100755 --- a/tests/misc/cat-proc.sh +++ b/tests/misc/cat-proc.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ cat diff --git a/tests/misc/cat-self.sh b/tests/misc/cat-self.sh index cb2e08f1d..22f7c1bd0 100755 --- a/tests/misc/cat-self.sh +++ b/tests/misc/cat-self.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ cat diff --git a/tests/misc/chcon-fail.sh b/tests/misc/chcon-fail.sh index 5abfc3a0c..5c9c7c8a3 100755 --- a/tests/misc/chcon-fail.sh +++ b/tests/misc/chcon-fail.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ chcon diff --git a/tests/misc/chcon.sh b/tests/misc/chcon.sh index 55fcc6303..89b01e27c 100755 --- a/tests/misc/chcon.sh +++ b/tests/misc/chcon.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ chcon diff --git a/tests/misc/chroot-credentials.sh b/tests/misc/chroot-credentials.sh index 64118561e..e28098891 100755 --- a/tests/misc/chroot-credentials.sh +++ b/tests/misc/chroot-credentials.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src diff --git a/tests/misc/chroot-fail.sh b/tests/misc/chroot-fail.sh index b3fe252a4..e3ed17006 100755 --- a/tests/misc/chroot-fail.sh +++ b/tests/misc/chroot-fail.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src diff --git a/tests/misc/close-stdout.sh b/tests/misc/close-stdout.sh index a5b900605..cc3238ac4 100755 --- a/tests/misc/close-stdout.sh +++ b/tests/misc/close-stdout.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ rm diff --git a/tests/misc/comm.pl b/tests/misc/comm.pl index f30424ea1..140e70592 100755 --- a/tests/misc/comm.pl +++ b/tests/misc/comm.pl @@ -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 . require 5.003; use strict; diff --git a/tests/misc/coreutils.sh b/tests/misc/coreutils.sh index 53ee05cfb..fa5aacba0 100755 --- a/tests/misc/coreutils.sh +++ b/tests/misc/coreutils.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src diff --git a/tests/misc/csplit-1000.sh b/tests/misc/csplit-1000.sh index 9a8c6ae40..30077934a 100755 --- a/tests/misc/csplit-1000.sh +++ b/tests/misc/csplit-1000.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ csplit diff --git a/tests/misc/csplit-heap.sh b/tests/misc/csplit-heap.sh index 9b7216cfa..9906db65b 100755 --- a/tests/misc/csplit-heap.sh +++ b/tests/misc/csplit-heap.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ csplit diff --git a/tests/misc/csplit-io-err.sh b/tests/misc/csplit-io-err.sh index 35dcd48c0..af61eb601 100755 --- a/tests/misc/csplit-io-err.sh +++ b/tests/misc/csplit-io-err.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ csplit diff --git a/tests/misc/csplit-suppress-matched.pl b/tests/misc/csplit-suppress-matched.pl index 1ef932471..b65f2eb11 100755 --- a/tests/misc/csplit-suppress-matched.pl +++ b/tests/misc/csplit-suppress-matched.pl @@ -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 . use strict; use Data::Dumper; diff --git a/tests/misc/csplit.sh b/tests/misc/csplit.sh index fc8f3b2ac..89ec908ff 100755 --- a/tests/misc/csplit.sh +++ b/tests/misc/csplit.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ csplit diff --git a/tests/misc/cut-huge-range.sh b/tests/misc/cut-huge-range.sh index 55b7b640e..859b8dc45 100755 --- a/tests/misc/cut-huge-range.sh +++ b/tests/misc/cut-huge-range.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ cut diff --git a/tests/misc/cut.pl b/tests/misc/cut.pl index 543a44ba5..654fbee43 100755 --- a/tests/misc/cut.pl +++ b/tests/misc/cut.pl @@ -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 . use strict; diff --git a/tests/misc/date-debug.sh b/tests/misc/date-debug.sh index 8ff34ae86..f2146cf58 100755 --- a/tests/misc/date-debug.sh +++ b/tests/misc/date-debug.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ date @@ -104,7 +104,7 @@ compare exp3 out3 || fail=1 ## ## Parsing a lone number. ## Fixed in gnulib v0.1-1099-gf2d4b5c -## http://git.savannah.gnu.org/cgit/gnulib.git/commit/?id=f2d4b5caa +## https://git.savannah.gnu.org/cgit/gnulib.git/commit/?id=f2d4b5caa cat<exp4 date: parsed number part: (Y-M-D) 2013-01-01 date: input timezone: TZ="UTC0" environment value or -u @@ -125,7 +125,7 @@ compare exp4 out4 || fail=1 ## ## Parsing a relative number after a timezone string ## Fixed in gnulib v0.1-1100-g5c438e8 -## http://git.savannah.gnu.org/cgit/gnulib.git/commit/?id=5c438e8ce7d +## https://git.savannah.gnu.org/cgit/gnulib.git/commit/?id=5c438e8ce7d cat<exp5 date: parsed date part: (Y-M-D) 2013-10-30 date: parsed time part: 00:00:00 @@ -152,7 +152,7 @@ compare exp5 out5 || fail=1 ## ## Explicitly warn about unexpected day/month shifts. ## added in gnulib v0.1-1101-gf14eff1 -## http://git.savannah.gnu.org/cgit/gnulib.git/commit/?id=f14eff1b3cde2b +## https://git.savannah.gnu.org/cgit/gnulib.git/commit/?id=f14eff1b3cde2b TOOLONG='it is recommended to specify the 15th of the months' cat<exp6 date: parsed date part: (Y-M-D) 2016-10-31 @@ -181,7 +181,7 @@ compare exp6 out6 || fail=1 ## ## Explicitly warn about crossing DST boundaries. ## added in gnulib v0.1-1102-g30a55dd -## http://git.savannah.gnu.org/cgit/gnulib.git/commit/?id=30a55dd72dad2 +## https://git.savannah.gnu.org/cgit/gnulib.git/commit/?id=30a55dd72dad2 TOOLONG2='it is recommended to specify the 15th of the months' cat<exp7 date: parsed date part: (Y-M-D) 2016-06-01 @@ -212,7 +212,7 @@ compare exp7 out7 || fail=1 ## fix local timezone debug messages. ## fixed in git v0.1-1103-gc56e7fb -## http://git.savannah.gnu.org/cgit/gnulib.git/commit/?id=c56e7fbb032 +## https://git.savannah.gnu.org/cgit/gnulib.git/commit/?id=c56e7fbb032 cat<exp8_1 date: parsed date part: (Y-M-D) 2011-12-11 @@ -252,7 +252,7 @@ compare exp8_2 out8_2 || fail=1 ## fix debug message on lone year number (The "2011" part). ## fixed in gnulib v0.1-1104-g15b8f30 -## http://git.savannah.gnu.org/cgit/gnulib.git/commit/?id=15b8f3046a25 +## https://git.savannah.gnu.org/cgit/gnulib.git/commit/?id=15b8f3046a25 ## ## NOTE: ## When the date 'Apr 11' is parsed, the year part will be the diff --git a/tests/misc/date-next-dow.pl b/tests/misc/date-next-dow.pl index 5f2309e8d..18b9ef6e4 100755 --- a/tests/misc/date-next-dow.pl +++ b/tests/misc/date-next-dow.pl @@ -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 . use strict; use POSIX qw(strftime); diff --git a/tests/misc/date-sec.sh b/tests/misc/date-sec.sh index fb21b6dd5..019266719 100755 --- a/tests/misc/date-sec.sh +++ b/tests/misc/date-sec.sh @@ -16,7 +16,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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ date diff --git a/tests/misc/date-tz.sh b/tests/misc/date-tz.sh index 3fe1579e2..70e41c7c7 100755 --- a/tests/misc/date-tz.sh +++ b/tests/misc/date-tz.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ date diff --git a/tests/misc/date.pl b/tests/misc/date.pl index f026909bf..d24722c29 100755 --- a/tests/misc/date.pl +++ b/tests/misc/date.pl @@ -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 . use strict; diff --git a/tests/misc/dircolors.pl b/tests/misc/dircolors.pl index 3ec173434..6bea54dd5 100755 --- a/tests/misc/dircolors.pl +++ b/tests/misc/dircolors.pl @@ -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 . use strict; diff --git a/tests/misc/dirname.pl b/tests/misc/dirname.pl index f28509408..e8145dcb9 100755 --- a/tests/misc/dirname.pl +++ b/tests/misc/dirname.pl @@ -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 . use strict; use File::stat; diff --git a/tests/misc/env-null.sh b/tests/misc/env-null.sh index b173d7ca0..eb6cf2575 100755 --- a/tests/misc/env-null.sh +++ b/tests/misc/env-null.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ env printenv diff --git a/tests/misc/env.sh b/tests/misc/env.sh index fc589cccb..a20ef8d36 100755 --- a/tests/misc/env.sh +++ b/tests/misc/env.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src diff --git a/tests/misc/expand.pl b/tests/misc/expand.pl index 7fe783042..6ab25c24b 100755 --- a/tests/misc/expand.pl +++ b/tests/misc/expand.pl @@ -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 . use strict; diff --git a/tests/misc/expr-multibyte.pl b/tests/misc/expr-multibyte.pl index 8ef8f4051..32afecb25 100755 --- a/tests/misc/expr-multibyte.pl +++ b/tests/misc/expr-multibyte.pl @@ -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 . use strict; diff --git a/tests/misc/expr.pl b/tests/misc/expr.pl index c0d6f7c24..07c278f2d 100755 --- a/tests/misc/expr.pl +++ b/tests/misc/expr.pl @@ -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 . use strict; diff --git a/tests/misc/factor-parallel.sh b/tests/misc/factor-parallel.sh index 33a4338e1..14accb6fa 100755 --- a/tests/misc/factor-parallel.sh +++ b/tests/misc/factor-parallel.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ factor diff --git a/tests/misc/factor.pl b/tests/misc/factor.pl index 5d34048e8..292d824e0 100755 --- a/tests/misc/factor.pl +++ b/tests/misc/factor.pl @@ -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 . use strict; diff --git a/tests/misc/false-status.sh b/tests/misc/false-status.sh index e0b3f601f..56260e2ec 100755 --- a/tests/misc/false-status.sh +++ b/tests/misc/false-status.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ false true diff --git a/tests/misc/fold.pl b/tests/misc/fold.pl index 6c912dad6..8674a0db5 100755 --- a/tests/misc/fold.pl +++ b/tests/misc/fold.pl @@ -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 . use strict; diff --git a/tests/misc/groups-dash.sh b/tests/misc/groups-dash.sh index 37675b4db..44c676d49 100755 --- a/tests/misc/groups-dash.sh +++ b/tests/misc/groups-dash.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ groups diff --git a/tests/misc/groups-process-all.sh b/tests/misc/groups-process-all.sh index a352ecc10..a9cec08a1 100755 --- a/tests/misc/groups-process-all.sh +++ b/tests/misc/groups-process-all.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ groups diff --git a/tests/misc/groups-version.sh b/tests/misc/groups-version.sh index f84230640..697d523af 100755 --- a/tests/misc/groups-version.sh +++ b/tests/misc/groups-version.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ groups diff --git a/tests/misc/head-c.sh b/tests/misc/head-c.sh index 89e8d5ddd..dbd281297 100755 --- a/tests/misc/head-c.sh +++ b/tests/misc/head-c.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ head diff --git a/tests/misc/head-elide-tail.pl b/tests/misc/head-elide-tail.pl index 323bfb67d..b4c1b2697 100755 --- a/tests/misc/head-elide-tail.pl +++ b/tests/misc/head-elide-tail.pl @@ -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 . use strict; diff --git a/tests/misc/head-pos.sh b/tests/misc/head-pos.sh index 19155ac82..42ef364dc 100755 --- a/tests/misc/head-pos.sh +++ b/tests/misc/head-pos.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ head diff --git a/tests/misc/head-write-error.sh b/tests/misc/head-write-error.sh index eaf3bebff..cba591a78 100755 --- a/tests/misc/head-write-error.sh +++ b/tests/misc/head-write-error.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ head diff --git a/tests/misc/head.pl b/tests/misc/head.pl index 9f45c3ca5..54032e1d7 100755 --- a/tests/misc/head.pl +++ b/tests/misc/head.pl @@ -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 . use strict; diff --git a/tests/misc/help-version.sh b/tests/misc/help-version.sh index b864e8cc9..a1bf39a40 100755 --- a/tests/misc/help-version.sh +++ b/tests/misc/help-version.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src diff --git a/tests/misc/invalid-opt.pl b/tests/misc/invalid-opt.pl index cca7811db..0a0803734 100755 --- a/tests/misc/invalid-opt.pl +++ b/tests/misc/invalid-opt.pl @@ -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 . require 5.003; use strict; diff --git a/tests/misc/join.pl b/tests/misc/join.pl index e1ea9eb55..678cf2f26 100755 --- a/tests/misc/join.pl +++ b/tests/misc/join.pl @@ -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 . use strict; diff --git a/tests/misc/kill.sh b/tests/misc/kill.sh index aad136092..bda22d3d5 100755 --- a/tests/misc/kill.sh +++ b/tests/misc/kill.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ kill diff --git a/tests/misc/ls-misc.pl b/tests/misc/ls-misc.pl index 3982fa0fd..a124b756c 100755 --- a/tests/misc/ls-misc.pl +++ b/tests/misc/ls-misc.pl @@ -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 . use strict; diff --git a/tests/misc/ls-time.sh b/tests/misc/ls-time.sh index 5149187a1..ea390e5b7 100755 --- a/tests/misc/ls-time.sh +++ b/tests/misc/ls-time.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ ls diff --git a/tests/misc/md5sum-bsd.sh b/tests/misc/md5sum-bsd.sh index 2b8794221..045cb36ea 100755 --- a/tests/misc/md5sum-bsd.sh +++ b/tests/misc/md5sum-bsd.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ md5sum diff --git a/tests/misc/md5sum-newline.pl b/tests/misc/md5sum-newline.pl index 25ab177bf..0b6544710 100755 --- a/tests/misc/md5sum-newline.pl +++ b/tests/misc/md5sum-newline.pl @@ -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 . use strict; diff --git a/tests/misc/md5sum-parallel.sh b/tests/misc/md5sum-parallel.sh index 685bdafe1..5302da51b 100755 --- a/tests/misc/md5sum-parallel.sh +++ b/tests/misc/md5sum-parallel.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ md5sum diff --git a/tests/misc/md5sum.pl b/tests/misc/md5sum.pl index 2eb1a4570..af9eaa04e 100755 --- a/tests/misc/md5sum.pl +++ b/tests/misc/md5sum.pl @@ -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 . use strict; diff --git a/tests/misc/mknod.sh b/tests/misc/mknod.sh index 678d4f9f8..acf052108 100755 --- a/tests/misc/mknod.sh +++ b/tests/misc/mknod.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ mknod diff --git a/tests/misc/mktemp.pl b/tests/misc/mktemp.pl index 4e7765566..426332d93 100755 --- a/tests/misc/mktemp.pl +++ b/tests/misc/mktemp.pl @@ -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 . use strict; diff --git a/tests/misc/nice-fail.sh b/tests/misc/nice-fail.sh index 147414251..983598e53 100755 --- a/tests/misc/nice-fail.sh +++ b/tests/misc/nice-fail.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src diff --git a/tests/misc/nice.sh b/tests/misc/nice.sh index 9cb74a0d6..f41a479d7 100755 --- a/tests/misc/nice.sh +++ b/tests/misc/nice.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ nice diff --git a/tests/misc/nl.sh b/tests/misc/nl.sh index c728e67cc..5728b9790 100755 --- a/tests/misc/nl.sh +++ b/tests/misc/nl.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ nl diff --git a/tests/misc/nohup.sh b/tests/misc/nohup.sh index f02045bfd..444b5d875 100755 --- a/tests/misc/nohup.sh +++ b/tests/misc/nohup.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ nohup diff --git a/tests/misc/nproc-avail.sh b/tests/misc/nproc-avail.sh index 28845d94b..ad6474a3f 100755 --- a/tests/misc/nproc-avail.sh +++ b/tests/misc/nproc-avail.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ nproc diff --git a/tests/misc/nproc-override.sh b/tests/misc/nproc-override.sh index 787095669..64ef40719 100755 --- a/tests/misc/nproc-override.sh +++ b/tests/misc/nproc-override.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ nproc diff --git a/tests/misc/nproc-positive.sh b/tests/misc/nproc-positive.sh index d98535ee3..e558ec958 100755 --- a/tests/misc/nproc-positive.sh +++ b/tests/misc/nproc-positive.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ nproc diff --git a/tests/misc/numfmt.pl b/tests/misc/numfmt.pl index 43f92f919..a5eb03000 100755 --- a/tests/misc/numfmt.pl +++ b/tests/misc/numfmt.pl @@ -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 . use strict; diff --git a/tests/misc/od-N.sh b/tests/misc/od-N.sh index fcf073022..55cfd0837 100755 --- a/tests/misc/od-N.sh +++ b/tests/misc/od-N.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ od diff --git a/tests/misc/od-endian.sh b/tests/misc/od-endian.sh index fd506199c..0ca6dc9b3 100755 --- a/tests/misc/od-endian.sh +++ b/tests/misc/od-endian.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ od diff --git a/tests/misc/od-float.sh b/tests/misc/od-float.sh index dcc0b5612..d745d0614 100755 --- a/tests/misc/od-float.sh +++ b/tests/misc/od-float.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ od diff --git a/tests/misc/od-j.sh b/tests/misc/od-j.sh index d33ab75b5..2893706af 100755 --- a/tests/misc/od-j.sh +++ b/tests/misc/od-j.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ od diff --git a/tests/misc/od-multiple-t.sh b/tests/misc/od-multiple-t.sh index 9be818710..53cf14b48 100755 --- a/tests/misc/od-multiple-t.sh +++ b/tests/misc/od-multiple-t.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ od diff --git a/tests/misc/od-x8.sh b/tests/misc/od-x8.sh index 5969493ff..ecc11340f 100755 --- a/tests/misc/od-x8.sh +++ b/tests/misc/od-x8.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ od diff --git a/tests/misc/od.pl b/tests/misc/od.pl index 2b6ec6adc..41eb2355c 100755 --- a/tests/misc/od.pl +++ b/tests/misc/od.pl @@ -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 . use strict; diff --git a/tests/misc/paste.pl b/tests/misc/paste.pl index e0076ac94..5a232acbb 100755 --- a/tests/misc/paste.pl +++ b/tests/misc/paste.pl @@ -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 . use strict; diff --git a/tests/misc/pathchk1.sh b/tests/misc/pathchk1.sh index af99fcfe0..07fcce553 100755 --- a/tests/misc/pathchk1.sh +++ b/tests/misc/pathchk1.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ pathchk diff --git a/tests/misc/printenv.sh b/tests/misc/printenv.sh index 376a7e4a7..3b1d46df4 100755 --- a/tests/misc/printenv.sh +++ b/tests/misc/printenv.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ printenv diff --git a/tests/misc/printf-cov.pl b/tests/misc/printf-cov.pl index 5815be25f..4965479e8 100755 --- a/tests/misc/printf-cov.pl +++ b/tests/misc/printf-cov.pl @@ -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 . use strict; diff --git a/tests/misc/printf-hex.sh b/tests/misc/printf-hex.sh index d0eaa8327..1619136f0 100755 --- a/tests/misc/printf-hex.sh +++ b/tests/misc/printf-hex.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ printf diff --git a/tests/misc/printf-quote.sh b/tests/misc/printf-quote.sh index 5b093eeed..1d0f01a33 100755 --- a/tests/misc/printf-quote.sh +++ b/tests/misc/printf-quote.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ printf diff --git a/tests/misc/printf-surprise.sh b/tests/misc/printf-surprise.sh index 46c0d8f23..85070ae6f 100755 --- a/tests/misc/printf-surprise.sh +++ b/tests/misc/printf-surprise.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 . prog=printf diff --git a/tests/misc/printf.sh b/tests/misc/printf.sh index 8226d6248..9c9b22334 100755 --- a/tests/misc/printf.sh +++ b/tests/misc/printf.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 . prog='env printf' diff --git a/tests/misc/ptx-overrun.sh b/tests/misc/ptx-overrun.sh index 2ad3ccbce..cfb6a80d7 100755 --- a/tests/misc/ptx-overrun.sh +++ b/tests/misc/ptx-overrun.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ ptx diff --git a/tests/misc/ptx.pl b/tests/misc/ptx.pl index 4d4e1c729..219e904cb 100755 --- a/tests/misc/ptx.pl +++ b/tests/misc/ptx.pl @@ -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 . use strict; diff --git a/tests/misc/pwd-long.sh b/tests/misc/pwd-long.sh index 997a035c7..7a9fc0649 100755 --- a/tests/misc/pwd-long.sh +++ b/tests/misc/pwd-long.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ pwd diff --git a/tests/misc/pwd-option.sh b/tests/misc/pwd-option.sh index 9ba7684c0..9c1c619e0 100755 --- a/tests/misc/pwd-option.sh +++ b/tests/misc/pwd-option.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ pwd diff --git a/tests/misc/readlink-fp-loop.sh b/tests/misc/readlink-fp-loop.sh index 86632c529..3026e6cc4 100755 --- a/tests/misc/readlink-fp-loop.sh +++ b/tests/misc/readlink-fp-loop.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ readlink pwd diff --git a/tests/misc/readlink-root.sh b/tests/misc/readlink-root.sh index fe9164bf7..ced0c95eb 100755 --- a/tests/misc/readlink-root.sh +++ b/tests/misc/readlink-root.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ readlink diff --git a/tests/misc/realpath.sh b/tests/misc/realpath.sh index 7861397be..f4dc7fb5d 100755 --- a/tests/misc/realpath.sh +++ b/tests/misc/realpath.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ realpath diff --git a/tests/misc/runcon-no-reorder.sh b/tests/misc/runcon-no-reorder.sh index f905cfcdf..005a9a6d3 100755 --- a/tests/misc/runcon-no-reorder.sh +++ b/tests/misc/runcon-no-reorder.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ runcon diff --git a/tests/misc/selinux.sh b/tests/misc/selinux.sh index bc6da9652..f887d660d 100755 --- a/tests/misc/selinux.sh +++ b/tests/misc/selinux.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ chcon cp ls mv stat diff --git a/tests/misc/seq-epipe.sh b/tests/misc/seq-epipe.sh index f755590f5..43ff2c785 100755 --- a/tests/misc/seq-epipe.sh +++ b/tests/misc/seq-epipe.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ seq diff --git a/tests/misc/seq-io-errors.sh b/tests/misc/seq-io-errors.sh index 93eb3eaea..fd6924ed1 100755 --- a/tests/misc/seq-io-errors.sh +++ b/tests/misc/seq-io-errors.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ seq diff --git a/tests/misc/seq-long-double.sh b/tests/misc/seq-long-double.sh index f202046f7..bbc2102b6 100755 --- a/tests/misc/seq-long-double.sh +++ b/tests/misc/seq-long-double.sh @@ -16,7 +16,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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ seq diff --git a/tests/misc/seq-precision.sh b/tests/misc/seq-precision.sh index ad45e2d4e..e7da726d8 100755 --- a/tests/misc/seq-precision.sh +++ b/tests/misc/seq-precision.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ seq diff --git a/tests/misc/seq.pl b/tests/misc/seq.pl index cb8c55379..8be45c48a 100755 --- a/tests/misc/seq.pl +++ b/tests/misc/seq.pl @@ -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 . use strict; diff --git a/tests/misc/sha1sum-vec.pl b/tests/misc/sha1sum-vec.pl index 26f91c775..0bfc8d255 100755 --- a/tests/misc/sha1sum-vec.pl +++ b/tests/misc/sha1sum-vec.pl @@ -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 . use strict; @@ -24,7 +24,7 @@ use strict; @ENV{qw(LANGUAGE LANG LC_ALL)} = ('C') x 3; # The data from which these tests were derived came from here: -# http://web.archive.org/web/20060505234703/http://csrc.nist.gov/cryptval/shs/sha1-vectors.zip +# https://web.archive.org/web/20060505234703/http://csrc.nist.gov/cryptval/shs/sha1-vectors.zip my @Tests = ( diff --git a/tests/misc/sha1sum.pl b/tests/misc/sha1sum.pl index 3d2b3e646..f48bbfa12 100755 --- a/tests/misc/sha1sum.pl +++ b/tests/misc/sha1sum.pl @@ -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 . use strict; diff --git a/tests/misc/sha224sum.pl b/tests/misc/sha224sum.pl index d24df1263..0fbe25dcc 100755 --- a/tests/misc/sha224sum.pl +++ b/tests/misc/sha224sum.pl @@ -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 . use strict; diff --git a/tests/misc/sha256sum.pl b/tests/misc/sha256sum.pl index 898071902..9de2fe47c 100755 --- a/tests/misc/sha256sum.pl +++ b/tests/misc/sha256sum.pl @@ -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 . use strict; diff --git a/tests/misc/sha384sum.pl b/tests/misc/sha384sum.pl index bd9f87509..36fbcaff6 100755 --- a/tests/misc/sha384sum.pl +++ b/tests/misc/sha384sum.pl @@ -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 . use strict; diff --git a/tests/misc/sha512sum.pl b/tests/misc/sha512sum.pl index 32ec3f844..8bed41a01 100755 --- a/tests/misc/sha512sum.pl +++ b/tests/misc/sha512sum.pl @@ -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 . use strict; diff --git a/tests/misc/shred-exact.sh b/tests/misc/shred-exact.sh index 23b7fdb0e..aa32f6380 100755 --- a/tests/misc/shred-exact.sh +++ b/tests/misc/shred-exact.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ shred diff --git a/tests/misc/shred-passes.sh b/tests/misc/shred-passes.sh index 199011515..261a31b8c 100755 --- a/tests/misc/shred-passes.sh +++ b/tests/misc/shred-passes.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ shred diff --git a/tests/misc/shred-remove.sh b/tests/misc/shred-remove.sh index d276eb2e4..985a4ab10 100755 --- a/tests/misc/shred-remove.sh +++ b/tests/misc/shred-remove.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ shred diff --git a/tests/misc/shred-size.sh b/tests/misc/shred-size.sh index 82920b097..cd17a8314 100755 --- a/tests/misc/shred-size.sh +++ b/tests/misc/shred-size.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ shred diff --git a/tests/misc/shuf-reservoir.sh b/tests/misc/shuf-reservoir.sh index df59d99cc..65491e35f 100755 --- a/tests/misc/shuf-reservoir.sh +++ b/tests/misc/shuf-reservoir.sh @@ -17,7 +17,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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ shuf diff --git a/tests/misc/shuf.sh b/tests/misc/shuf.sh index 3ccc44336..66364d41e 100755 --- a/tests/misc/shuf.sh +++ b/tests/misc/shuf.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ shuf diff --git a/tests/misc/sleep.sh b/tests/misc/sleep.sh index 0876dd7eb..0397b7b4e 100755 --- a/tests/misc/sleep.sh +++ b/tests/misc/sleep.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ sleep diff --git a/tests/misc/sort-NaN-infloop.sh b/tests/misc/sort-NaN-infloop.sh index e2115ac13..e7e49a2bb 100755 --- a/tests/misc/sort-NaN-infloop.sh +++ b/tests/misc/sort-NaN-infloop.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ sort diff --git a/tests/misc/sort-benchmark-random.sh b/tests/misc/sort-benchmark-random.sh index e74beac2d..9b76652ef 100755 --- a/tests/misc/sort-benchmark-random.sh +++ b/tests/misc/sort-benchmark-random.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 . # Written by Glen Lenker. diff --git a/tests/misc/sort-compress-hang.sh b/tests/misc/sort-compress-hang.sh index d04e267a9..e76409f8b 100755 --- a/tests/misc/sort-compress-hang.sh +++ b/tests/misc/sort-compress-hang.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ sort diff --git a/tests/misc/sort-compress-proc.sh b/tests/misc/sort-compress-proc.sh index cf0f782b0..5cf218c73 100755 --- a/tests/misc/sort-compress-proc.sh +++ b/tests/misc/sort-compress-proc.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ sort diff --git a/tests/misc/sort-compress.sh b/tests/misc/sort-compress.sh index 91fad4329..1b59f8071 100755 --- a/tests/misc/sort-compress.sh +++ b/tests/misc/sort-compress.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ sort diff --git a/tests/misc/sort-continue.sh b/tests/misc/sort-continue.sh index 95c1d1c76..2009b7d6b 100755 --- a/tests/misc/sort-continue.sh +++ b/tests/misc/sort-continue.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ sort diff --git a/tests/misc/sort-debug-keys.sh b/tests/misc/sort-debug-keys.sh index cb03a1f1c..439d31e54 100755 --- a/tests/misc/sort-debug-keys.sh +++ b/tests/misc/sort-debug-keys.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ sort printf diff --git a/tests/misc/sort-debug-warn.sh b/tests/misc/sort-debug-warn.sh index 0096cbdce..d1ba3b54c 100755 --- a/tests/misc/sort-debug-warn.sh +++ b/tests/misc/sort-debug-warn.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ sort diff --git a/tests/misc/sort-discrim.sh b/tests/misc/sort-discrim.sh index 178f78e13..ba02bfb84 100755 --- a/tests/misc/sort-discrim.sh +++ b/tests/misc/sort-discrim.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ sort diff --git a/tests/misc/sort-exit-early.sh b/tests/misc/sort-exit-early.sh index 02a9009b0..2ce7c5b7f 100755 --- a/tests/misc/sort-exit-early.sh +++ b/tests/misc/sort-exit-early.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ sort diff --git a/tests/misc/sort-files0-from.pl b/tests/misc/sort-files0-from.pl index a7ec676aa..25f2c10e9 100755 --- a/tests/misc/sort-files0-from.pl +++ b/tests/misc/sort-files0-from.pl @@ -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 . use strict; diff --git a/tests/misc/sort-float.sh b/tests/misc/sort-float.sh index cdc996436..8c863291d 100755 --- a/tests/misc/sort-float.sh +++ b/tests/misc/sort-float.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ sort diff --git a/tests/misc/sort-h-thousands-sep.sh b/tests/misc/sort-h-thousands-sep.sh index 9e7ad505d..d920d00b4 100755 --- a/tests/misc/sort-h-thousands-sep.sh +++ b/tests/misc/sort-h-thousands-sep.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ sort diff --git a/tests/misc/sort-merge-fdlimit.sh b/tests/misc/sort-merge-fdlimit.sh index d5b43d3e5..d9d45cd3d 100755 --- a/tests/misc/sort-merge-fdlimit.sh +++ b/tests/misc/sort-merge-fdlimit.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ sort diff --git a/tests/misc/sort-merge.pl b/tests/misc/sort-merge.pl index 4b20a9f27..765af9fe1 100755 --- a/tests/misc/sort-merge.pl +++ b/tests/misc/sort-merge.pl @@ -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 . use strict; diff --git a/tests/misc/sort-month.sh b/tests/misc/sort-month.sh index 079ad7fae..cd58548c7 100755 --- a/tests/misc/sort-month.sh +++ b/tests/misc/sort-month.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ sort diff --git a/tests/misc/sort-rand.sh b/tests/misc/sort-rand.sh index 5fad69bda..a8aeb4f69 100755 --- a/tests/misc/sort-rand.sh +++ b/tests/misc/sort-rand.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ sort diff --git a/tests/misc/sort-spinlock-abuse.sh b/tests/misc/sort-spinlock-abuse.sh index a7b22dfd7..ede8567be 100755 --- a/tests/misc/sort-spinlock-abuse.sh +++ b/tests/misc/sort-spinlock-abuse.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ sort diff --git a/tests/misc/sort-stale-thread-mem.sh b/tests/misc/sort-stale-thread-mem.sh index 224527eb1..381c62538 100755 --- a/tests/misc/sort-stale-thread-mem.sh +++ b/tests/misc/sort-stale-thread-mem.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 . # written by Jim Meyering and Paul Eggert diff --git a/tests/misc/sort-u-FMR.sh b/tests/misc/sort-u-FMR.sh index e60f720d8..b391b227d 100755 --- a/tests/misc/sort-u-FMR.sh +++ b/tests/misc/sort-u-FMR.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ sort diff --git a/tests/misc/sort-unique-segv.sh b/tests/misc/sort-unique-segv.sh index b1bdef325..2c470dee3 100755 --- a/tests/misc/sort-unique-segv.sh +++ b/tests/misc/sort-unique-segv.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ sort diff --git a/tests/misc/sort-unique.sh b/tests/misc/sort-unique.sh index cf4ef9fb6..1c5d996d7 100755 --- a/tests/misc/sort-unique.sh +++ b/tests/misc/sort-unique.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ sort diff --git a/tests/misc/sort-version.sh b/tests/misc/sort-version.sh index f03ee607e..4951b1782 100755 --- a/tests/misc/sort-version.sh +++ b/tests/misc/sort-version.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ sort diff --git a/tests/misc/sort.pl b/tests/misc/sort.pl index 0fa1e9c12..7f6d7154b 100755 --- a/tests/misc/sort.pl +++ b/tests/misc/sort.pl @@ -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 . use strict; @@ -190,7 +190,7 @@ my @Tests = ["10e", '-k 1.2,1.2', {IN=>"ab\nba\n"}, {OUT=>"ba\nab\n"}], # # The way sort works on these inputs (10f and 10g) seems wrong to me. -# See http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=3c467c0d223 +# See https://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=3c467c0d223 # POSIX doesn't seem to say one way or the other, but that's the way all # other sort implementations work. ["10f", '-t : -k 1.3,1.3', {IN=>":ab\n:ba\n"}, {OUT=>":ba\n:ab\n"}], diff --git a/tests/misc/stat-birthtime.sh b/tests/misc/stat-birthtime.sh index 087e7c36f..8e93cc0e1 100755 --- a/tests/misc/stat-birthtime.sh +++ b/tests/misc/stat-birthtime.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ stat diff --git a/tests/misc/stat-fmt.sh b/tests/misc/stat-fmt.sh index 0dd8568c6..85998bfcf 100755 --- a/tests/misc/stat-fmt.sh +++ b/tests/misc/stat-fmt.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ stat diff --git a/tests/misc/stat-hyphen.sh b/tests/misc/stat-hyphen.sh index 8ac6030e9..d716df39e 100755 --- a/tests/misc/stat-hyphen.sh +++ b/tests/misc/stat-hyphen.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ stat diff --git a/tests/misc/stat-mount.sh b/tests/misc/stat-mount.sh index 6c8192b22..8c5e1c9a3 100755 --- a/tests/misc/stat-mount.sh +++ b/tests/misc/stat-mount.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ stat diff --git a/tests/misc/stat-nanoseconds.sh b/tests/misc/stat-nanoseconds.sh index d2b07c795..0a181b4c0 100755 --- a/tests/misc/stat-nanoseconds.sh +++ b/tests/misc/stat-nanoseconds.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 . print_ver_ stat . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src diff --git a/tests/misc/stat-printf.pl b/tests/misc/stat-printf.pl index 7161191f3..a6918010c 100755 --- a/tests/misc/stat-printf.pl +++ b/tests/misc/stat-printf.pl @@ -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 . use strict; diff --git a/tests/misc/stat-slash.sh b/tests/misc/stat-slash.sh index a86aac794..944d46f63 100755 --- a/tests/misc/stat-slash.sh +++ b/tests/misc/stat-slash.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ stat diff --git a/tests/misc/stdbuf.sh b/tests/misc/stdbuf.sh index 3ef47480b..f1c77e984 100755 --- a/tests/misc/stdbuf.sh +++ b/tests/misc/stdbuf.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ stdbuf diff --git a/tests/misc/stty-invalid.sh b/tests/misc/stty-invalid.sh index ad37573c3..06186e96a 100755 --- a/tests/misc/stty-invalid.sh +++ b/tests/misc/stty-invalid.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ stty diff --git a/tests/misc/stty-pairs.sh b/tests/misc/stty-pairs.sh index a87b15300..46c21eb68 100755 --- a/tests/misc/stty-pairs.sh +++ b/tests/misc/stty-pairs.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ stty diff --git a/tests/misc/stty-row-col.sh b/tests/misc/stty-row-col.sh index 0f7a0ab4b..f0b0de11c 100755 --- a/tests/misc/stty-row-col.sh +++ b/tests/misc/stty-row-col.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 . # Setting this envvar to a very small value used to cause e.g., 'stty size' # to generate slightly different output on certain systems. @@ -23,7 +23,7 @@ export COLUMNS # Make sure we get English-language behavior. # See the report about a possibly-related Solaris problem by Alexandre Peshansky -# . +# . # Currently stty isn't localized, but it might be in the future. LC_ALL=C export LC_ALL diff --git a/tests/misc/stty.sh b/tests/misc/stty.sh index 54404e1b7..3d3efd587 100755 --- a/tests/misc/stty.sh +++ b/tests/misc/stty.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 . # Make sure there's a tty on stdin. . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src diff --git a/tests/misc/sum-sysv.sh b/tests/misc/sum-sysv.sh index 85e3ca5f5..aa43ed97e 100755 --- a/tests/misc/sum-sysv.sh +++ b/tests/misc/sum-sysv.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 . # Avoid a problem when run in a UTF-8 locale. # Otherwise, Perl would try to (and fail to) interpret diff --git a/tests/misc/sum.pl b/tests/misc/sum.pl index 9d37b9afd..e5d9376ff 100755 --- a/tests/misc/sum.pl +++ b/tests/misc/sum.pl @@ -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 . use strict; diff --git a/tests/misc/sync.sh b/tests/misc/sync.sh index 8ba271287..bf1b4f1c0 100755 --- a/tests/misc/sync.sh +++ b/tests/misc/sync.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ sync diff --git a/tests/misc/tac-2-nonseekable.sh b/tests/misc/tac-2-nonseekable.sh index 00f71a03b..673e0ee23 100755 --- a/tests/misc/tac-2-nonseekable.sh +++ b/tests/misc/tac-2-nonseekable.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ tac diff --git a/tests/misc/tac-continue.sh b/tests/misc/tac-continue.sh index dca6b6c35..b03f7bf5f 100755 --- a/tests/misc/tac-continue.sh +++ b/tests/misc/tac-continue.sh @@ -16,7 +16,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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ tac diff --git a/tests/misc/tac.pl b/tests/misc/tac.pl index 286c5264d..c3bf55435 100755 --- a/tests/misc/tac.pl +++ b/tests/misc/tac.pl @@ -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 . use strict; diff --git a/tests/misc/tail.pl b/tests/misc/tail.pl index ef55453b9..986e3544b 100755 --- a/tests/misc/tail.pl +++ b/tests/misc/tail.pl @@ -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 . use strict; diff --git a/tests/misc/tee.sh b/tests/misc/tee.sh index 092e8598e..5998c5a77 100755 --- a/tests/misc/tee.sh +++ b/tests/misc/tee.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ tee diff --git a/tests/misc/test-diag.pl b/tests/misc/test-diag.pl index 183441e68..2e291a197 100755 --- a/tests/misc/test-diag.pl +++ b/tests/misc/test-diag.pl @@ -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 . use strict; diff --git a/tests/misc/test.pl b/tests/misc/test.pl index e48704edd..bc62bbcb3 100755 --- a/tests/misc/test.pl +++ b/tests/misc/test.pl @@ -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 . use strict; diff --git a/tests/misc/time-style.sh b/tests/misc/time-style.sh index 1a88dc66d..2ce4013d0 100755 --- a/tests/misc/time-style.sh +++ b/tests/misc/time-style.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ du diff --git a/tests/misc/timeout-blocked.pl b/tests/misc/timeout-blocked.pl index 7663210bf..5e7c42d4e 100755 --- a/tests/misc/timeout-blocked.pl +++ b/tests/misc/timeout-blocked.pl @@ -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 . use strict; diff --git a/tests/misc/timeout-group.sh b/tests/misc/timeout-group.sh index 90ca24307..b07a43610 100755 --- a/tests/misc/timeout-group.sh +++ b/tests/misc/timeout-group.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ timeout diff --git a/tests/misc/timeout-parameters.sh b/tests/misc/timeout-parameters.sh index c3137dbf7..ec00ef9b2 100755 --- a/tests/misc/timeout-parameters.sh +++ b/tests/misc/timeout-parameters.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ timeout diff --git a/tests/misc/timeout.sh b/tests/misc/timeout.sh index f8682dae7..1c765896a 100755 --- a/tests/misc/timeout.sh +++ b/tests/misc/timeout.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ timeout diff --git a/tests/misc/tr-case-class.sh b/tests/misc/tr-case-class.sh index 315cb3104..90065b5c3 100755 --- a/tests/misc/tr-case-class.sh +++ b/tests/misc/tr-case-class.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ tr diff --git a/tests/misc/tr.pl b/tests/misc/tr.pl index c71af0047..d3130a43b 100755 --- a/tests/misc/tr.pl +++ b/tests/misc/tr.pl @@ -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 . use strict; diff --git a/tests/misc/truncate-dangling-symlink.sh b/tests/misc/truncate-dangling-symlink.sh index 0e18f3d4f..43dbae3a2 100755 --- a/tests/misc/truncate-dangling-symlink.sh +++ b/tests/misc/truncate-dangling-symlink.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ truncate diff --git a/tests/misc/truncate-dir-fail.sh b/tests/misc/truncate-dir-fail.sh index 6b26faf8f..3fe30a4a3 100755 --- a/tests/misc/truncate-dir-fail.sh +++ b/tests/misc/truncate-dir-fail.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ truncate diff --git a/tests/misc/truncate-fail-diag.sh b/tests/misc/truncate-fail-diag.sh index 21a8bed33..626c0d044 100755 --- a/tests/misc/truncate-fail-diag.sh +++ b/tests/misc/truncate-fail-diag.sh @@ -18,7 +18,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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ truncate diff --git a/tests/misc/truncate-fifo.sh b/tests/misc/truncate-fifo.sh index 8074a6762..e84fa5489 100755 --- a/tests/misc/truncate-fifo.sh +++ b/tests/misc/truncate-fifo.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ truncate diff --git a/tests/misc/truncate-no-create-missing.sh b/tests/misc/truncate-no-create-missing.sh index e00959137..9b243ae5c 100755 --- a/tests/misc/truncate-no-create-missing.sh +++ b/tests/misc/truncate-no-create-missing.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ truncate diff --git a/tests/misc/truncate-overflow.sh b/tests/misc/truncate-overflow.sh index 0dc76777d..9c5dec426 100755 --- a/tests/misc/truncate-overflow.sh +++ b/tests/misc/truncate-overflow.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ truncate diff --git a/tests/misc/truncate-owned-by-other.sh b/tests/misc/truncate-owned-by-other.sh index 2aaf9d7a1..de8e2f09e 100755 --- a/tests/misc/truncate-owned-by-other.sh +++ b/tests/misc/truncate-owned-by-other.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ truncate diff --git a/tests/misc/truncate-parameters.sh b/tests/misc/truncate-parameters.sh index 597eb0e84..13de2a74b 100755 --- a/tests/misc/truncate-parameters.sh +++ b/tests/misc/truncate-parameters.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ truncate diff --git a/tests/misc/truncate-relative.sh b/tests/misc/truncate-relative.sh index 436faa15c..0f841f1e1 100755 --- a/tests/misc/truncate-relative.sh +++ b/tests/misc/truncate-relative.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ truncate diff --git a/tests/misc/tsort.pl b/tests/misc/tsort.pl index 20b75b067..a9cac7931 100755 --- a/tests/misc/tsort.pl +++ b/tests/misc/tsort.pl @@ -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 . use strict; diff --git a/tests/misc/tty-eof.pl b/tests/misc/tty-eof.pl index 363ca18f6..4d04625d3 100755 --- a/tests/misc/tty-eof.pl +++ b/tests/misc/tty-eof.pl @@ -17,7 +17,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 . use strict; (my $ME = $0) =~ s|.*/||; diff --git a/tests/misc/tty.sh b/tests/misc/tty.sh index aa3203be5..baa954e88 100755 --- a/tests/misc/tty.sh +++ b/tests/misc/tty.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 . # Make sure there's a tty on stdin. . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src diff --git a/tests/misc/unexpand.pl b/tests/misc/unexpand.pl index a4d5e31f1..c5ddaa24b 100755 --- a/tests/misc/unexpand.pl +++ b/tests/misc/unexpand.pl @@ -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 . use strict; @@ -121,8 +121,8 @@ my @Tests = # and to be consistent in output with older versions, we output # a '\t' rather than a space for the second tab position. # For more detailed comparison with other implementations see: - # http://lists.gnu.org/archive/html/coreutils/2016-06/msg00015.html - # http://lists.gnu.org/archive/html/coreutils/2016-07/msg00011.html + # https://lists.gnu.org/archive/html/coreutils/2016-06/msg00015.html + # https://lists.gnu.org/archive/html/coreutils/2016-07/msg00011.html ['ts1', '-t8,9', {IN=>"x\t \t y\n"}, {OUT=>"x\t\t\t y\n"}], # There is no ambiguity here. This should always be the output. ['ts2', '-t5,8', {IN=>"x\t \t y\n"}, {OUT=>"x\t\t y\n"}], diff --git a/tests/misc/uniq-perf.sh b/tests/misc/uniq-perf.sh index e1878a699..70ef28cdb 100755 --- a/tests/misc/uniq-perf.sh +++ b/tests/misc/uniq-perf.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ uniq diff --git a/tests/misc/uniq.pl b/tests/misc/uniq.pl index 7961359e0..b06d9e354 100755 --- a/tests/misc/uniq.pl +++ b/tests/misc/uniq.pl @@ -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 . use strict; diff --git a/tests/misc/wc-files0-from.pl b/tests/misc/wc-files0-from.pl index a99352706..3350521ec 100755 --- a/tests/misc/wc-files0-from.pl +++ b/tests/misc/wc-files0-from.pl @@ -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 . use strict; diff --git a/tests/misc/wc-files0.sh b/tests/misc/wc-files0.sh index 51ed388db..e5a850530 100755 --- a/tests/misc/wc-files0.sh +++ b/tests/misc/wc-files0.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ wc diff --git a/tests/misc/wc-parallel.sh b/tests/misc/wc-parallel.sh index 271d5d7c7..217b7511d 100755 --- a/tests/misc/wc-parallel.sh +++ b/tests/misc/wc-parallel.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ wc diff --git a/tests/misc/wc-proc.sh b/tests/misc/wc-proc.sh index 0ab491738..71bf35f13 100755 --- a/tests/misc/wc-proc.sh +++ b/tests/misc/wc-proc.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ wc diff --git a/tests/misc/wc.pl b/tests/misc/wc.pl index b8d9a042f..e9ef59362 100755 --- a/tests/misc/wc.pl +++ b/tests/misc/wc.pl @@ -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 . use strict; diff --git a/tests/misc/xattr.sh b/tests/misc/xattr.sh index 9f7d18b4e..c8c879e85 100755 --- a/tests/misc/xattr.sh +++ b/tests/misc/xattr.sh @@ -16,7 +16,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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ cp mv ginstall diff --git a/tests/misc/xstrtol.pl b/tests/misc/xstrtol.pl index 078699a1b..5514da21d 100755 --- a/tests/misc/xstrtol.pl +++ b/tests/misc/xstrtol.pl @@ -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 . use strict; diff --git a/tests/misc/yes.sh b/tests/misc/yes.sh index 999493869..c8a12628e 100755 --- a/tests/misc/yes.sh +++ b/tests/misc/yes.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ yes diff --git a/tests/mkdir/p-1.sh b/tests/mkdir/p-1.sh index 6db8edefc..a83b43b2f 100755 --- a/tests/mkdir/p-1.sh +++ b/tests/mkdir/p-1.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ mkdir diff --git a/tests/mkdir/p-2.sh b/tests/mkdir/p-2.sh index d20997c80..651ac670c 100755 --- a/tests/mkdir/p-2.sh +++ b/tests/mkdir/p-2.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ mkdir diff --git a/tests/mkdir/p-3.sh b/tests/mkdir/p-3.sh index f91bd9499..75d453bf4 100755 --- a/tests/mkdir/p-3.sh +++ b/tests/mkdir/p-3.sh @@ -16,7 +16,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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ mkdir diff --git a/tests/mkdir/p-acl.sh b/tests/mkdir/p-acl.sh index cc93c0e0d..7fb38a128 100755 --- a/tests/mkdir/p-acl.sh +++ b/tests/mkdir/p-acl.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ mkdir diff --git a/tests/mkdir/p-slashdot.sh b/tests/mkdir/p-slashdot.sh index 7e16d25b1..d5d6736f3 100755 --- a/tests/mkdir/p-slashdot.sh +++ b/tests/mkdir/p-slashdot.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ mkdir diff --git a/tests/mkdir/p-thru-slink.sh b/tests/mkdir/p-thru-slink.sh index cbe867c6d..c878e7dc5 100755 --- a/tests/mkdir/p-thru-slink.sh +++ b/tests/mkdir/p-thru-slink.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ mkdir diff --git a/tests/mkdir/p-v.sh b/tests/mkdir/p-v.sh index 42074d0f5..6ae0531ab 100755 --- a/tests/mkdir/p-v.sh +++ b/tests/mkdir/p-v.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ mkdir diff --git a/tests/mkdir/parents.sh b/tests/mkdir/parents.sh index d2afdd914..971f6b7eb 100755 --- a/tests/mkdir/parents.sh +++ b/tests/mkdir/parents.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ mkdir diff --git a/tests/mkdir/perm.sh b/tests/mkdir/perm.sh index 0cba188d1..ce3ab4866 100755 --- a/tests/mkdir/perm.sh +++ b/tests/mkdir/perm.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ mkdir diff --git a/tests/mkdir/restorecon.sh b/tests/mkdir/restorecon.sh index e117ed9ca..3fa3c605e 100755 --- a/tests/mkdir/restorecon.sh +++ b/tests/mkdir/restorecon.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ mkdir mknod mkfifo diff --git a/tests/mkdir/selinux.sh b/tests/mkdir/selinux.sh index 37eb5aa2c..3ddcc4311 100755 --- a/tests/mkdir/selinux.sh +++ b/tests/mkdir/selinux.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ mkdir mkfifo mknod diff --git a/tests/mkdir/smack-no-root.sh b/tests/mkdir/smack-no-root.sh index 2407bf21f..c5c879738 100755 --- a/tests/mkdir/smack-no-root.sh +++ b/tests/mkdir/smack-no-root.sh @@ -16,7 +16,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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ mkdir mkfifo mknod diff --git a/tests/mkdir/smack-root.sh b/tests/mkdir/smack-root.sh index 6b80e8d7c..330640049 100755 --- a/tests/mkdir/smack-root.sh +++ b/tests/mkdir/smack-root.sh @@ -16,7 +16,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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ mkdir mkfifo mknod diff --git a/tests/mkdir/special-1.sh b/tests/mkdir/special-1.sh index 453dc4c01..cde4d5396 100755 --- a/tests/mkdir/special-1.sh +++ b/tests/mkdir/special-1.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ mkdir diff --git a/tests/mkdir/t-slash.sh b/tests/mkdir/t-slash.sh index 19015d1c2..e82475020 100755 --- a/tests/mkdir/t-slash.sh +++ b/tests/mkdir/t-slash.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ mkdir diff --git a/tests/mkdir/writable-under-readonly.sh b/tests/mkdir/writable-under-readonly.sh index 9cf267c8f..8c8dc36fb 100755 --- a/tests/mkdir/writable-under-readonly.sh +++ b/tests/mkdir/writable-under-readonly.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 . # Test for the 2005-10-13 patch to lib/mkdir-p.c that fixed this sort # of bug in mkdir: diff --git a/tests/mv/acl.sh b/tests/mv/acl.sh index 39f595c54..f198fc3bd 100755 --- a/tests/mv/acl.sh +++ b/tests/mv/acl.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ mv diff --git a/tests/mv/atomic.sh b/tests/mv/atomic.sh index f83db76be..0450012e1 100755 --- a/tests/mv/atomic.sh +++ b/tests/mv/atomic.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ mv diff --git a/tests/mv/atomic2.sh b/tests/mv/atomic2.sh index 679981679..89e3fd8c3 100755 --- a/tests/mv/atomic2.sh +++ b/tests/mv/atomic2.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ mv diff --git a/tests/mv/backup-dir.sh b/tests/mv/backup-dir.sh index 7263afe0f..3de807b92 100755 --- a/tests/mv/backup-dir.sh +++ b/tests/mv/backup-dir.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ mv diff --git a/tests/mv/backup-is-src.sh b/tests/mv/backup-is-src.sh index 3d099cddb..3708978db 100755 --- a/tests/mv/backup-is-src.sh +++ b/tests/mv/backup-is-src.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ mv diff --git a/tests/mv/childproof.sh b/tests/mv/childproof.sh index 3de5ec6f9..1e7dbacae 100755 --- a/tests/mv/childproof.sh +++ b/tests/mv/childproof.sh @@ -16,7 +16,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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ cp mv ln diff --git a/tests/mv/diag.sh b/tests/mv/diag.sh index fbe064e45..c43de97bf 100755 --- a/tests/mv/diag.sh +++ b/tests/mv/diag.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ mv diff --git a/tests/mv/dir-file.sh b/tests/mv/dir-file.sh index 4707ad2b0..ccb6ad378 100755 --- a/tests/mv/dir-file.sh +++ b/tests/mv/dir-file.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ mv diff --git a/tests/mv/dir2dir.sh b/tests/mv/dir2dir.sh index de97abb08..0834d3c14 100755 --- a/tests/mv/dir2dir.sh +++ b/tests/mv/dir2dir.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ mv diff --git a/tests/mv/dup-source.sh b/tests/mv/dup-source.sh index 9f24de579..d3871cc04 100755 --- a/tests/mv/dup-source.sh +++ b/tests/mv/dup-source.sh @@ -17,7 +17,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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ cp mv diff --git a/tests/mv/force.sh b/tests/mv/force.sh index c53d71db9..6afcdea82 100755 --- a/tests/mv/force.sh +++ b/tests/mv/force.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ mv diff --git a/tests/mv/hard-2.sh b/tests/mv/hard-2.sh index 028b80476..81a254eff 100755 --- a/tests/mv/hard-2.sh +++ b/tests/mv/hard-2.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ cp mv diff --git a/tests/mv/hard-3.sh b/tests/mv/hard-3.sh index 8386dbab2..080f49ab9 100755 --- a/tests/mv/hard-3.sh +++ b/tests/mv/hard-3.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 . # This bug was fixed in coreutils-4.5.9. diff --git a/tests/mv/hard-4.sh b/tests/mv/hard-4.sh index 9d4196a02..3ed3073d8 100755 --- a/tests/mv/hard-4.sh +++ b/tests/mv/hard-4.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ mv diff --git a/tests/mv/hard-link-1.sh b/tests/mv/hard-link-1.sh index 9ef711bcf..4f86a6a8a 100755 --- a/tests/mv/hard-link-1.sh +++ b/tests/mv/hard-link-1.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ mv diff --git a/tests/mv/hardlink-case.sh b/tests/mv/hardlink-case.sh index 78e684e9b..f53223bc0 100755 --- a/tests/mv/hardlink-case.sh +++ b/tests/mv/hardlink-case.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ mv diff --git a/tests/mv/i-1.pl b/tests/mv/i-1.pl index 9dfd2713c..5296d2a78 100755 --- a/tests/mv/i-1.pl +++ b/tests/mv/i-1.pl @@ -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 . use strict; diff --git a/tests/mv/i-2.sh b/tests/mv/i-2.sh index a98b4d55b..f5961d582 100755 --- a/tests/mv/i-2.sh +++ b/tests/mv/i-2.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ cp mv diff --git a/tests/mv/i-3.sh b/tests/mv/i-3.sh index c2c7e9c6b..7f3eb6094 100755 --- a/tests/mv/i-3.sh +++ b/tests/mv/i-3.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ mv diff --git a/tests/mv/i-4.sh b/tests/mv/i-4.sh index b09054897..f127a60da 100755 --- a/tests/mv/i-4.sh +++ b/tests/mv/i-4.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ mv diff --git a/tests/mv/i-5.sh b/tests/mv/i-5.sh index d3a048da5..321af37ea 100755 --- a/tests/mv/i-5.sh +++ b/tests/mv/i-5.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ mv diff --git a/tests/mv/i-link-no.sh b/tests/mv/i-link-no.sh index 16a3a9e33..ec7446c78 100755 --- a/tests/mv/i-link-no.sh +++ b/tests/mv/i-link-no.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ mv diff --git a/tests/mv/into-self-2.sh b/tests/mv/into-self-2.sh index 14d996029..7698616cb 100755 --- a/tests/mv/into-self-2.sh +++ b/tests/mv/into-self-2.sh @@ -16,7 +16,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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ mv diff --git a/tests/mv/into-self-3.sh b/tests/mv/into-self-3.sh index c8b1810ba..f965f6055 100755 --- a/tests/mv/into-self-3.sh +++ b/tests/mv/into-self-3.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ mv diff --git a/tests/mv/into-self-4.sh b/tests/mv/into-self-4.sh index 695fd633c..d67f99424 100755 --- a/tests/mv/into-self-4.sh +++ b/tests/mv/into-self-4.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ mv diff --git a/tests/mv/into-self.sh b/tests/mv/into-self.sh index 5a62a2acc..bbb960e50 100755 --- a/tests/mv/into-self.sh +++ b/tests/mv/into-self.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ mv diff --git a/tests/mv/leak-fd.sh b/tests/mv/leak-fd.sh index 1bb039832..6173b055a 100755 --- a/tests/mv/leak-fd.sh +++ b/tests/mv/leak-fd.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 . # limit so don't run it by default. . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src diff --git a/tests/mv/mv-n.sh b/tests/mv/mv-n.sh index 2af27e8a0..034ca878a 100755 --- a/tests/mv/mv-n.sh +++ b/tests/mv/mv-n.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ mv diff --git a/tests/mv/mv-special-1.sh b/tests/mv/mv-special-1.sh index 63487aa22..02b750d0b 100755 --- a/tests/mv/mv-special-1.sh +++ b/tests/mv/mv-special-1.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ mv diff --git a/tests/mv/no-target-dir.sh b/tests/mv/no-target-dir.sh index 5d4ea1ce1..454e23a22 100755 --- a/tests/mv/no-target-dir.sh +++ b/tests/mv/no-target-dir.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ mv diff --git a/tests/mv/part-fail.sh b/tests/mv/part-fail.sh index 78ae5da36..6258633b8 100755 --- a/tests/mv/part-fail.sh +++ b/tests/mv/part-fail.sh @@ -17,7 +17,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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ mv diff --git a/tests/mv/part-hardlink.sh b/tests/mv/part-hardlink.sh index 064562c09..204561683 100755 --- a/tests/mv/part-hardlink.sh +++ b/tests/mv/part-hardlink.sh @@ -17,7 +17,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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ mv diff --git a/tests/mv/part-rename.sh b/tests/mv/part-rename.sh index dbe58560c..8f9a5b5b9 100755 --- a/tests/mv/part-rename.sh +++ b/tests/mv/part-rename.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ mv diff --git a/tests/mv/part-symlink.sh b/tests/mv/part-symlink.sh index 55c6cfa49..aa1ea0631 100755 --- a/tests/mv/part-symlink.sh +++ b/tests/mv/part-symlink.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ cp mv diff --git a/tests/mv/partition-perm.sh b/tests/mv/partition-perm.sh index 350b24acd..ab303c2e5 100755 --- a/tests/mv/partition-perm.sh +++ b/tests/mv/partition-perm.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ mv diff --git a/tests/mv/perm-1.sh b/tests/mv/perm-1.sh index 30ff067db..abad3c616 100755 --- a/tests/mv/perm-1.sh +++ b/tests/mv/perm-1.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ mv diff --git a/tests/mv/sticky-to-xpart.sh b/tests/mv/sticky-to-xpart.sh index c921503e0..631e16fad 100755 --- a/tests/mv/sticky-to-xpart.sh +++ b/tests/mv/sticky-to-xpart.sh @@ -17,7 +17,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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ mv diff --git a/tests/mv/symlink-onto-hardlink-to-self.sh b/tests/mv/symlink-onto-hardlink-to-self.sh index 4d56febc8..d6a0d2016 100755 --- a/tests/mv/symlink-onto-hardlink-to-self.sh +++ b/tests/mv/symlink-onto-hardlink-to-self.sh @@ -17,7 +17,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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ mv diff --git a/tests/mv/symlink-onto-hardlink.sh b/tests/mv/symlink-onto-hardlink.sh index ce26ebd07..c251065e9 100755 --- a/tests/mv/symlink-onto-hardlink.sh +++ b/tests/mv/symlink-onto-hardlink.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ mv diff --git a/tests/mv/to-symlink.sh b/tests/mv/to-symlink.sh index 8349b1290..9824b1bd2 100755 --- a/tests/mv/to-symlink.sh +++ b/tests/mv/to-symlink.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ mv diff --git a/tests/mv/trailing-slash.sh b/tests/mv/trailing-slash.sh index 2ef2f4ea7..8f478b57e 100755 --- a/tests/mv/trailing-slash.sh +++ b/tests/mv/trailing-slash.sh @@ -17,7 +17,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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ mv diff --git a/tests/mv/update.sh b/tests/mv/update.sh index 219d76c8e..ac0a01413 100755 --- a/tests/mv/update.sh +++ b/tests/mv/update.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ cp mv diff --git a/tests/mv/vulnerable-target.sh b/tests/mv/vulnerable-target.sh index d3b99ce95..99240346b 100755 --- a/tests/mv/vulnerable-target.sh +++ b/tests/mv/vulnerable-target.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ mv diff --git a/tests/other-fs-tmpdir b/tests/other-fs-tmpdir index 35fd9628b..a064c86e5 100644 --- a/tests/other-fs-tmpdir +++ b/tests/other-fs-tmpdir @@ -17,7 +17,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 . test "${CANDIDATE_TMP_DIRS+set}" = set \ || CANDIDATE_TMP_DIRS="$TMPDIR /tmp /dev/shm /var/tmp /usr/tmp $HOME" diff --git a/tests/pr/pr-tests.pl b/tests/pr/pr-tests.pl index b0acdccbd..63e12c3da 100755 --- a/tests/pr/pr-tests.pl +++ b/tests/pr/pr-tests.pl @@ -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 . use strict; diff --git a/tests/readlink/can-e.sh b/tests/readlink/can-e.sh index 38fd76398..4ab663928 100755 --- a/tests/readlink/can-e.sh +++ b/tests/readlink/can-e.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ readlink pwd diff --git a/tests/readlink/can-f.sh b/tests/readlink/can-f.sh index 944d54506..a9f0aa218 100755 --- a/tests/readlink/can-f.sh +++ b/tests/readlink/can-f.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ readlink pwd diff --git a/tests/readlink/can-m.sh b/tests/readlink/can-m.sh index a9e10b55c..2996c6887 100755 --- a/tests/readlink/can-m.sh +++ b/tests/readlink/can-m.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ readlink pwd diff --git a/tests/readlink/multi.sh b/tests/readlink/multi.sh index 5dc57fab5..642aa00bb 100755 --- a/tests/readlink/multi.sh +++ b/tests/readlink/multi.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ readlink diff --git a/tests/readlink/rl-1.sh b/tests/readlink/rl-1.sh index 5318a5022..667ef96f9 100755 --- a/tests/readlink/rl-1.sh +++ b/tests/readlink/rl-1.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ readlink diff --git a/tests/rm/cycle.sh b/tests/rm/cycle.sh index efd972dfb..26baeac51 100755 --- a/tests/rm/cycle.sh +++ b/tests/rm/cycle.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ rm diff --git a/tests/rm/d-1.sh b/tests/rm/d-1.sh index 6e5bf3621..bfb52679b 100755 --- a/tests/rm/d-1.sh +++ b/tests/rm/d-1.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ rm diff --git a/tests/rm/d-2.sh b/tests/rm/d-2.sh index 2a74b496b..cc21ef824 100755 --- a/tests/rm/d-2.sh +++ b/tests/rm/d-2.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ rm diff --git a/tests/rm/d-3.sh b/tests/rm/d-3.sh index dfebcdd21..1f3950196 100755 --- a/tests/rm/d-3.sh +++ b/tests/rm/d-3.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ rm diff --git a/tests/rm/dangling-symlink.sh b/tests/rm/dangling-symlink.sh index bf47f79fd..99104faa3 100755 --- a/tests/rm/dangling-symlink.sh +++ b/tests/rm/dangling-symlink.sh @@ -17,7 +17,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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ rm diff --git a/tests/rm/deep-1.sh b/tests/rm/deep-1.sh index 5abacf918..c52e6ebb5 100755 --- a/tests/rm/deep-1.sh +++ b/tests/rm/deep-1.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 . # This is a bit of a torture test for mkdir -p, too. # GNU rm performs *much* better on systems that have a d_type member diff --git a/tests/rm/deep-2.sh b/tests/rm/deep-2.sh index 613025fa1..1b105a0a8 100755 --- a/tests/rm/deep-2.sh +++ b/tests/rm/deep-2.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ rm diff --git a/tests/rm/dir-no-w.sh b/tests/rm/dir-no-w.sh index 8afc99440..7ae577f32 100755 --- a/tests/rm/dir-no-w.sh +++ b/tests/rm/dir-no-w.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ rm diff --git a/tests/rm/dir-nonrecur.sh b/tests/rm/dir-nonrecur.sh index e9bda6ef1..df2e9267c 100755 --- a/tests/rm/dir-nonrecur.sh +++ b/tests/rm/dir-nonrecur.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ rm diff --git a/tests/rm/dot-rel.sh b/tests/rm/dot-rel.sh index a9c6e9468..fbc687428 100755 --- a/tests/rm/dot-rel.sh +++ b/tests/rm/dot-rel.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ rm diff --git a/tests/rm/empty-inacc.sh b/tests/rm/empty-inacc.sh index eba4c1cd0..7f90cdc07 100755 --- a/tests/rm/empty-inacc.sh +++ b/tests/rm/empty-inacc.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ rm diff --git a/tests/rm/empty-name.pl b/tests/rm/empty-name.pl index 7f2e422b5..614a7e480 100755 --- a/tests/rm/empty-name.pl +++ b/tests/rm/empty-name.pl @@ -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 . # On SunOS 4.1.3, running rm -r '' in a nonempty directory may # actually remove files with names of entries in the current directory diff --git a/tests/rm/ext3-perf.sh b/tests/rm/ext3-perf.sh index a3e5ea70b..0fe8efeed 100755 --- a/tests/rm/ext3-perf.sh +++ b/tests/rm/ext3-perf.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ rm diff --git a/tests/rm/f-1.sh b/tests/rm/f-1.sh index 51073b536..fe5af0265 100755 --- a/tests/rm/f-1.sh +++ b/tests/rm/f-1.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ rm diff --git a/tests/rm/fail-2eperm.sh b/tests/rm/fail-2eperm.sh index 199022aae..86b02bb2a 100755 --- a/tests/rm/fail-2eperm.sh +++ b/tests/rm/fail-2eperm.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ rm diff --git a/tests/rm/fail-eacces.sh b/tests/rm/fail-eacces.sh index fdbf7094a..f2915f3eb 100755 --- a/tests/rm/fail-eacces.sh +++ b/tests/rm/fail-eacces.sh @@ -17,7 +17,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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ rm diff --git a/tests/rm/fail-eperm.xpl b/tests/rm/fail-eperm.xpl index 8c704be66..01fdd781c 100755 --- a/tests/rm/fail-eperm.xpl +++ b/tests/rm/fail-eperm.xpl @@ -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 . use strict; diff --git a/tests/rm/hash.sh b/tests/rm/hash.sh index da18d8b7b..ba0c9f409 100755 --- a/tests/rm/hash.sh +++ b/tests/rm/hash.sh @@ -16,7 +16,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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ rm diff --git a/tests/rm/i-1.sh b/tests/rm/i-1.sh index 866010a1b..a697f05e6 100755 --- a/tests/rm/i-1.sh +++ b/tests/rm/i-1.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ rm diff --git a/tests/rm/i-never.sh b/tests/rm/i-never.sh index 2321a5679..48dea7891 100755 --- a/tests/rm/i-never.sh +++ b/tests/rm/i-never.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ rm diff --git a/tests/rm/i-no-r.sh b/tests/rm/i-no-r.sh index 4e1d375fe..dbaecb89c 100755 --- a/tests/rm/i-no-r.sh +++ b/tests/rm/i-no-r.sh @@ -16,7 +16,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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ rm diff --git a/tests/rm/ignorable.sh b/tests/rm/ignorable.sh index 817c7fa8b..a7c0b70b5 100755 --- a/tests/rm/ignorable.sh +++ b/tests/rm/ignorable.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ rm diff --git a/tests/rm/inaccessible.sh b/tests/rm/inaccessible.sh index 8d8469fe8..829c8007b 100755 --- a/tests/rm/inaccessible.sh +++ b/tests/rm/inaccessible.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ rm diff --git a/tests/rm/interactive-always.sh b/tests/rm/interactive-always.sh index fee62dfb2..3d1e2623c 100755 --- a/tests/rm/interactive-always.sh +++ b/tests/rm/interactive-always.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ rm diff --git a/tests/rm/interactive-once.sh b/tests/rm/interactive-once.sh index 36ef2cdc9..ce0a240cc 100755 --- a/tests/rm/interactive-once.sh +++ b/tests/rm/interactive-once.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ rm diff --git a/tests/rm/ir-1.sh b/tests/rm/ir-1.sh index c3bac2ee9..b8743781a 100755 --- a/tests/rm/ir-1.sh +++ b/tests/rm/ir-1.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ rm diff --git a/tests/rm/isatty.sh b/tests/rm/isatty.sh index 63cc54a6a..f60561170 100755 --- a/tests/rm/isatty.sh +++ b/tests/rm/isatty.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ rm diff --git a/tests/rm/many-dir-entries-vs-OOM.sh b/tests/rm/many-dir-entries-vs-OOM.sh index 3216c5423..9f1b3bb2e 100755 --- a/tests/rm/many-dir-entries-vs-OOM.sh +++ b/tests/rm/many-dir-entries-vs-OOM.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ rm du chmod diff --git a/tests/rm/no-give-up.sh b/tests/rm/no-give-up.sh index 19fa79fad..075af2b2b 100755 --- a/tests/rm/no-give-up.sh +++ b/tests/rm/no-give-up.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ rm diff --git a/tests/rm/one-file-system.sh b/tests/rm/one-file-system.sh index ffb8c8b94..5f78e7185 100755 --- a/tests/rm/one-file-system.sh +++ b/tests/rm/one-file-system.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ rm diff --git a/tests/rm/one-file-system2.sh b/tests/rm/one-file-system2.sh index ec49b8e2b..776eb099e 100755 --- a/tests/rm/one-file-system2.sh +++ b/tests/rm/one-file-system2.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ rm diff --git a/tests/rm/r-1.sh b/tests/rm/r-1.sh index ecbcf88c4..75f0e4077 100755 --- a/tests/rm/r-1.sh +++ b/tests/rm/r-1.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ rm diff --git a/tests/rm/r-2.sh b/tests/rm/r-2.sh index df6f9cecf..d408a6604 100755 --- a/tests/rm/r-2.sh +++ b/tests/rm/r-2.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ rm diff --git a/tests/rm/r-3.sh b/tests/rm/r-3.sh index 422793036..70aca478f 100755 --- a/tests/rm/r-3.sh +++ b/tests/rm/r-3.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 . # An early version of my rewritten rm failed to remove all of diff --git a/tests/rm/r-4.sh b/tests/rm/r-4.sh index 1a5456149..2cc72bebf 100755 --- a/tests/rm/r-4.sh +++ b/tests/rm/r-4.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ rm diff --git a/tests/rm/r-root.sh b/tests/rm/r-root.sh index 7cf3a3f3d..edc354231 100755 --- a/tests/rm/r-root.sh +++ b/tests/rm/r-root.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ rm diff --git a/tests/rm/read-only.sh b/tests/rm/read-only.sh index a4578712a..ab7773c2e 100755 --- a/tests/rm/read-only.sh +++ b/tests/rm/read-only.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ rm diff --git a/tests/rm/readdir-bug.sh b/tests/rm/readdir-bug.sh index 7d9912059..b782e603f 100755 --- a/tests/rm/readdir-bug.sh +++ b/tests/rm/readdir-bug.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ rm @@ -23,7 +23,7 @@ print_ver_ rm # Create a directory containing many files. # What counts is a combination of the number of files and # the lengths of their names. For details, see -# http://lists.gnu.org/archive/html/bug-coreutils/2006-09/msg00326.html +# https://lists.gnu.org/archive/html/bug-coreutils/2006-09/msg00326.html mkdir b || framework_failure_ cd b || framework_failure_ for i in $(seq 1 250); do diff --git a/tests/rm/rm-readdir-fail.sh b/tests/rm/rm-readdir-fail.sh index 0b95e31f4..9f896133b 100755 --- a/tests/rm/rm-readdir-fail.sh +++ b/tests/rm/rm-readdir-fail.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ rm diff --git a/tests/rm/rm1.sh b/tests/rm/rm1.sh index d0d1647b2..bab75e70a 100755 --- a/tests/rm/rm1.sh +++ b/tests/rm/rm1.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ rm diff --git a/tests/rm/rm2.sh b/tests/rm/rm2.sh index ff47e245c..1713a1fc3 100755 --- a/tests/rm/rm2.sh +++ b/tests/rm/rm2.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ rm diff --git a/tests/rm/rm3.sh b/tests/rm/rm3.sh index 77490cef5..89b46f1f4 100755 --- a/tests/rm/rm3.sh +++ b/tests/rm/rm3.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ rm diff --git a/tests/rm/rm4.sh b/tests/rm/rm4.sh index 276de1951..59d7c70ca 100755 --- a/tests/rm/rm4.sh +++ b/tests/rm/rm4.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ rm diff --git a/tests/rm/rm5.sh b/tests/rm/rm5.sh index d99596e0a..5c8fff5d3 100755 --- a/tests/rm/rm5.sh +++ b/tests/rm/rm5.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ rm diff --git a/tests/rm/sunos-1.sh b/tests/rm/sunos-1.sh index 3e7295c94..468b2b4b4 100755 --- a/tests/rm/sunos-1.sh +++ b/tests/rm/sunos-1.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 . # On SunOS 4.1.3, running rm -r '' in a nonempty directory may diff --git a/tests/rm/unread2.sh b/tests/rm/unread2.sh index 01d76b3ce..b8481e542 100755 --- a/tests/rm/unread2.sh +++ b/tests/rm/unread2.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ rm diff --git a/tests/rm/unread3.sh b/tests/rm/unread3.sh index bab15480c..7c63d1b26 100755 --- a/tests/rm/unread3.sh +++ b/tests/rm/unread3.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ rm diff --git a/tests/rm/unreadable.pl b/tests/rm/unreadable.pl index 8943150dd..296d5c13f 100755 --- a/tests/rm/unreadable.pl +++ b/tests/rm/unreadable.pl @@ -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 . use strict; diff --git a/tests/rm/v-slash.sh b/tests/rm/v-slash.sh index 975f92e76..6a84d4863 100755 --- a/tests/rm/v-slash.sh +++ b/tests/rm/v-slash.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ rm diff --git a/tests/rmdir/fail-perm.sh b/tests/rmdir/fail-perm.sh index ea7b41df9..27f9ebffa 100755 --- a/tests/rmdir/fail-perm.sh +++ b/tests/rmdir/fail-perm.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ rmdir diff --git a/tests/rmdir/ignore.sh b/tests/rmdir/ignore.sh index b1b9ce815..84042cf0d 100755 --- a/tests/rmdir/ignore.sh +++ b/tests/rmdir/ignore.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ rmdir diff --git a/tests/rmdir/t-slash.sh b/tests/rmdir/t-slash.sh index 88bd553a4..49b19ee04 100755 --- a/tests/rmdir/t-slash.sh +++ b/tests/rmdir/t-slash.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ rmdir diff --git a/tests/sample-test b/tests/sample-test index 80415492c..c6d2ed307 100644 --- a/tests/sample-test +++ b/tests/sample-test @@ -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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ FIXME diff --git a/tests/split/additional-suffix.sh b/tests/split/additional-suffix.sh index 3d2bb281d..25f0ea340 100755 --- a/tests/split/additional-suffix.sh +++ b/tests/split/additional-suffix.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ split diff --git a/tests/split/b-chunk.sh b/tests/split/b-chunk.sh index d292ddf8b..2a28845a1 100755 --- a/tests/split/b-chunk.sh +++ b/tests/split/b-chunk.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ split diff --git a/tests/split/fail.sh b/tests/split/fail.sh index 9a935c0ff..f62e22af6 100755 --- a/tests/split/fail.sh +++ b/tests/split/fail.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ split diff --git a/tests/split/filter.sh b/tests/split/filter.sh index a703b3bd0..96602bdb2 100755 --- a/tests/split/filter.sh +++ b/tests/split/filter.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ split diff --git a/tests/split/guard-input.sh b/tests/split/guard-input.sh index 32ce394ea..64adfbb50 100755 --- a/tests/split/guard-input.sh +++ b/tests/split/guard-input.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ split diff --git a/tests/split/l-chunk.sh b/tests/split/l-chunk.sh index 75c78b4a0..4c6c44509 100755 --- a/tests/split/l-chunk.sh +++ b/tests/split/l-chunk.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ split diff --git a/tests/split/line-bytes.sh b/tests/split/line-bytes.sh index af3b6ae84..f1d81cf63 100755 --- a/tests/split/line-bytes.sh +++ b/tests/split/line-bytes.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ split diff --git a/tests/split/lines.sh b/tests/split/lines.sh index e6451e5f8..cb9933322 100755 --- a/tests/split/lines.sh +++ b/tests/split/lines.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ split diff --git a/tests/split/numeric.sh b/tests/split/numeric.sh index d6b760b0b..27f64a4be 100755 --- a/tests/split/numeric.sh +++ b/tests/split/numeric.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ split diff --git a/tests/split/r-chunk.sh b/tests/split/r-chunk.sh index 7bfc024a6..8e585713b 100755 --- a/tests/split/r-chunk.sh +++ b/tests/split/r-chunk.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ split diff --git a/tests/split/record-sep.sh b/tests/split/record-sep.sh index 28aad19ba..4448fa2a0 100755 --- a/tests/split/record-sep.sh +++ b/tests/split/record-sep.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ split diff --git a/tests/split/suffix-auto-length.sh b/tests/split/suffix-auto-length.sh index 44f282427..36e20d2c6 100755 --- a/tests/split/suffix-auto-length.sh +++ b/tests/split/suffix-auto-length.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ split diff --git a/tests/split/suffix-length.sh b/tests/split/suffix-length.sh index 0b81e7b41..0726c3685 100755 --- a/tests/split/suffix-length.sh +++ b/tests/split/suffix-length.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ split diff --git a/tests/tail-2/F-headers.sh b/tests/tail-2/F-headers.sh index 8bfe1d7a1..2e6882e75 100755 --- a/tests/tail-2/F-headers.sh +++ b/tests/tail-2/F-headers.sh @@ -16,7 +16,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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ tail diff --git a/tests/tail-2/F-vs-missing.sh b/tests/tail-2/F-vs-missing.sh index 2f13225ad..448b561f4 100755 --- a/tests/tail-2/F-vs-missing.sh +++ b/tests/tail-2/F-vs-missing.sh @@ -16,7 +16,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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ tail diff --git a/tests/tail-2/F-vs-rename.sh b/tests/tail-2/F-vs-rename.sh index 4c7e0a8f1..fa5f492d9 100755 --- a/tests/tail-2/F-vs-rename.sh +++ b/tests/tail-2/F-vs-rename.sh @@ -16,7 +16,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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ tail diff --git a/tests/tail-2/append-only.sh b/tests/tail-2/append-only.sh index 1ed9cd590..fe194cc32 100755 --- a/tests/tail-2/append-only.sh +++ b/tests/tail-2/append-only.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ tail diff --git a/tests/tail-2/assert-2.sh b/tests/tail-2/assert-2.sh index d419cf0e7..1581f4c16 100755 --- a/tests/tail-2/assert-2.sh +++ b/tests/tail-2/assert-2.sh @@ -16,7 +16,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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ tail diff --git a/tests/tail-2/assert.sh b/tests/tail-2/assert.sh index d85e96f40..0638dd2dd 100755 --- a/tests/tail-2/assert.sh +++ b/tests/tail-2/assert.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 . # This test fails with tail from textutils-2.0. diff --git a/tests/tail-2/big-4gb.sh b/tests/tail-2/big-4gb.sh index c11266d3d..2fd405bcc 100755 --- a/tests/tail-2/big-4gb.sh +++ b/tests/tail-2/big-4gb.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ tail diff --git a/tests/tail-2/descriptor-vs-rename.sh b/tests/tail-2/descriptor-vs-rename.sh index a80386d73..1c726f89a 100755 --- a/tests/tail-2/descriptor-vs-rename.sh +++ b/tests/tail-2/descriptor-vs-rename.sh @@ -16,7 +16,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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ tail diff --git a/tests/tail-2/flush-initial.sh b/tests/tail-2/flush-initial.sh index c06effdb2..11c341b9f 100755 --- a/tests/tail-2/flush-initial.sh +++ b/tests/tail-2/flush-initial.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ tail diff --git a/tests/tail-2/follow-name.sh b/tests/tail-2/follow-name.sh index f285dc942..01f0ff255 100755 --- a/tests/tail-2/follow-name.sh +++ b/tests/tail-2/follow-name.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ tail diff --git a/tests/tail-2/follow-stdin.sh b/tests/tail-2/follow-stdin.sh index c922ea11a..7df8350ac 100755 --- a/tests/tail-2/follow-stdin.sh +++ b/tests/tail-2/follow-stdin.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ tail diff --git a/tests/tail-2/inotify-dir-recreate.sh b/tests/tail-2/inotify-dir-recreate.sh index 5c74c1dfa..3c331530d 100755 --- a/tests/tail-2/inotify-dir-recreate.sh +++ b/tests/tail-2/inotify-dir-recreate.sh @@ -16,7 +16,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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ tail diff --git a/tests/tail-2/inotify-hash-abuse.sh b/tests/tail-2/inotify-hash-abuse.sh index 3c1403da8..ef93bf624 100755 --- a/tests/tail-2/inotify-hash-abuse.sh +++ b/tests/tail-2/inotify-hash-abuse.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ tail diff --git a/tests/tail-2/inotify-hash-abuse2.sh b/tests/tail-2/inotify-hash-abuse2.sh index 5902c1837..99d07158a 100755 --- a/tests/tail-2/inotify-hash-abuse2.sh +++ b/tests/tail-2/inotify-hash-abuse2.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ tail diff --git a/tests/tail-2/inotify-only-regular.sh b/tests/tail-2/inotify-only-regular.sh index 9f8da94a5..f48e36fbf 100755 --- a/tests/tail-2/inotify-only-regular.sh +++ b/tests/tail-2/inotify-only-regular.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ tail diff --git a/tests/tail-2/inotify-race.sh b/tests/tail-2/inotify-race.sh index 68e456ad4..433a173c9 100755 --- a/tests/tail-2/inotify-race.sh +++ b/tests/tail-2/inotify-race.sh @@ -18,7 +18,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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ tail sleep diff --git a/tests/tail-2/inotify-race2.sh b/tests/tail-2/inotify-race2.sh index 29f43dec4..ffbf29fac 100755 --- a/tests/tail-2/inotify-race2.sh +++ b/tests/tail-2/inotify-race2.sh @@ -17,7 +17,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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ tail sleep diff --git a/tests/tail-2/inotify-rotate-resources.sh b/tests/tail-2/inotify-rotate-resources.sh index 226e0c324..82d6713e1 100755 --- a/tests/tail-2/inotify-rotate-resources.sh +++ b/tests/tail-2/inotify-rotate-resources.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ tail diff --git a/tests/tail-2/inotify-rotate.sh b/tests/tail-2/inotify-rotate.sh index c79be1772..4b4cff271 100755 --- a/tests/tail-2/inotify-rotate.sh +++ b/tests/tail-2/inotify-rotate.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ tail @@ -48,7 +48,7 @@ fastpoll='-s.1 --max-unchanged-stats=1' # Perform at least this many iterations, because on multi-core systems # the offending sequence of events can be surprisingly uncommon. -# See: http://lists.gnu.org/archive/html/bug-coreutils/2009-11/msg00213.html +# See: https://lists.gnu.org/archive/html/bug-coreutils/2009-11/msg00213.html for i in $(seq 50); do echo $i rm -f k x out diff --git a/tests/tail-2/overlay-headers.sh b/tests/tail-2/overlay-headers.sh index cc4f78968..210727619 100755 --- a/tests/tail-2/overlay-headers.sh +++ b/tests/tail-2/overlay-headers.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ tail sleep diff --git a/tests/tail-2/pid.sh b/tests/tail-2/pid.sh index d6a007187..7121d685f 100755 --- a/tests/tail-2/pid.sh +++ b/tests/tail-2/pid.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ tail diff --git a/tests/tail-2/pipe-f.sh b/tests/tail-2/pipe-f.sh index b2ea506e9..759881c3f 100755 --- a/tests/tail-2/pipe-f.sh +++ b/tests/tail-2/pipe-f.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ tail diff --git a/tests/tail-2/pipe-f2.sh b/tests/tail-2/pipe-f2.sh index 9e7dffdff..c7e429eb1 100755 --- a/tests/tail-2/pipe-f2.sh +++ b/tests/tail-2/pipe-f2.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ tail diff --git a/tests/tail-2/proc-ksyms.sh b/tests/tail-2/proc-ksyms.sh index cc0753a26..5d5697345 100755 --- a/tests/tail-2/proc-ksyms.sh +++ b/tests/tail-2/proc-ksyms.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ tail diff --git a/tests/tail-2/retry.sh b/tests/tail-2/retry.sh index 8e58cce78..abe0d67ed 100755 --- a/tests/tail-2/retry.sh +++ b/tests/tail-2/retry.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ tail diff --git a/tests/tail-2/start-middle.sh b/tests/tail-2/start-middle.sh index fc0c4c9fe..4b02ae816 100755 --- a/tests/tail-2/start-middle.sh +++ b/tests/tail-2/start-middle.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ tail diff --git a/tests/tail-2/symlink.sh b/tests/tail-2/symlink.sh index e3a9a60b7..1bbd577db 100755 --- a/tests/tail-2/symlink.sh +++ b/tests/tail-2/symlink.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ tail diff --git a/tests/tail-2/tail-c.sh b/tests/tail-2/tail-c.sh index b869d5dae..48060ff3f 100755 --- a/tests/tail-2/tail-c.sh +++ b/tests/tail-2/tail-c.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ tail diff --git a/tests/tail-2/tail-n0f.sh b/tests/tail-2/tail-n0f.sh index fb25227e2..c90e89cb3 100755 --- a/tests/tail-2/tail-n0f.sh +++ b/tests/tail-2/tail-n0f.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 . # This bug was fixed for 5.0.91 # It skips the test if your system lacks a /proc/$pid/status diff --git a/tests/tail-2/truncate.sh b/tests/tail-2/truncate.sh index 74a4c50de..09430b1c0 100755 --- a/tests/tail-2/truncate.sh +++ b/tests/tail-2/truncate.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ tail diff --git a/tests/tail-2/wait.sh b/tests/tail-2/wait.sh index db63c4f8a..c79fc6637 100755 --- a/tests/tail-2/wait.sh +++ b/tests/tail-2/wait.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ tail diff --git a/tests/touch/60-seconds.sh b/tests/touch/60-seconds.sh index d32fd8c57..83f6c1f3d 100755 --- a/tests/touch/60-seconds.sh +++ b/tests/touch/60-seconds.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ touch diff --git a/tests/touch/dangling-symlink.sh b/tests/touch/dangling-symlink.sh index 32525fd77..a11040b5e 100755 --- a/tests/touch/dangling-symlink.sh +++ b/tests/touch/dangling-symlink.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ touch diff --git a/tests/touch/empty-file.sh b/tests/touch/empty-file.sh index d977493d8..40dc168d6 100755 --- a/tests/touch/empty-file.sh +++ b/tests/touch/empty-file.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 . # Volker Borchert reported that touch 3.16r (and presumably all before that) diff --git a/tests/touch/fail-diag.sh b/tests/touch/fail-diag.sh index 74117abd5..52dd728fe 100755 --- a/tests/touch/fail-diag.sh +++ b/tests/touch/fail-diag.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ touch diff --git a/tests/touch/fifo.sh b/tests/touch/fifo.sh index ecb810dd1..76a74a09b 100755 --- a/tests/touch/fifo.sh +++ b/tests/touch/fifo.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ touch diff --git a/tests/touch/no-create-missing.sh b/tests/touch/no-create-missing.sh index bbf1dd5c1..679699a61 100755 --- a/tests/touch/no-create-missing.sh +++ b/tests/touch/no-create-missing.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ touch test diff --git a/tests/touch/no-dereference.sh b/tests/touch/no-dereference.sh index 29fbc510e..438bf09e0 100755 --- a/tests/touch/no-dereference.sh +++ b/tests/touch/no-dereference.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ touch test diff --git a/tests/touch/no-rights.sh b/tests/touch/no-rights.sh index 260bf9b43..3d8be71e1 100755 --- a/tests/touch/no-rights.sh +++ b/tests/touch/no-rights.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ touch diff --git a/tests/touch/not-owner.sh b/tests/touch/not-owner.sh index 0234f1981..54c99bc45 100755 --- a/tests/touch/not-owner.sh +++ b/tests/touch/not-owner.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ touch diff --git a/tests/touch/now-owned-by-other.sh b/tests/touch/now-owned-by-other.sh index 3913a82f2..f9517e6aa 100755 --- a/tests/touch/now-owned-by-other.sh +++ b/tests/touch/now-owned-by-other.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ touch diff --git a/tests/touch/obsolescent.sh b/tests/touch/obsolescent.sh index 96d730fb0..aa4497dbc 100755 --- a/tests/touch/obsolescent.sh +++ b/tests/touch/obsolescent.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ touch diff --git a/tests/touch/read-only.sh b/tests/touch/read-only.sh index f0ee1d006..113403c1f 100755 --- a/tests/touch/read-only.sh +++ b/tests/touch/read-only.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ touch diff --git a/tests/touch/relative.sh b/tests/touch/relative.sh index a83300c77..a9e4ca23f 100755 --- a/tests/touch/relative.sh +++ b/tests/touch/relative.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ touch diff --git a/tests/touch/trailing-slash.sh b/tests/touch/trailing-slash.sh index 8ab8a3924..46ef4b816 100755 --- a/tests/touch/trailing-slash.sh +++ b/tests/touch/trailing-slash.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 . . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src print_ver_ touch