diff options
Diffstat (limited to 'src')
142 files changed, 153 insertions, 153 deletions
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 <http://www.gnu.org/licenses/>. */ + along with this program. If not, see <https://www.gnu.org/licenses/>. */ /* Written by Simon Josefsson <simon@josefsson.org>. */ 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 <http://www.gnu.org/licenses/>. */ + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include <config.h> #include <getopt.h> 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. @@ -12,7 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. */ + along with this program. If not, see <https://www.gnu.org/licenses/>. */ /* 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 <http://www.gnu.org/licenses/>. */ + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include <config.h> #include <stdio.h> 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 <http://www.gnu.org/licenses/>. */ + along with this program. If not, see <https://www.gnu.org/licenses/>. */ /* Written by David MacKenzie <djm@gnu.ai.mit.edu>. */ 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 <http://www.gnu.org/licenses/>. */ + along with this program. If not, see <https://www.gnu.org/licenses/>. */ /* Written by David MacKenzie <djm@gnu.ai.mit.edu> */ 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 <http://www.gnu.org/licenses/>. */ + along with this program. If not, see <https://www.gnu.org/licenses/>. */ /* 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 <http://www.gnu.org/licenses/>. */ + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #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 <http://www.gnu.org/licenses/>. */ + along with this program. If not, see <https://www.gnu.org/licenses/>. */ /* Written by David MacKenzie <djm@gnu.ai.mit.edu>. */ 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 <http://www.gnu.org/licenses/>. */ + along with this program. If not, see <https://www.gnu.org/licenses/>. */ /* 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 <http://www.gnu.org/licenses/>. */ + along with this program. If not, see <https://www.gnu.org/licenses/>. */ /* 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 <http://www.gnu.org/licenses/>. */ + along with this program. If not, see <https://www.gnu.org/licenses/>. */ /* 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 <http://www.gnu.org/licenses/>. */ + along with this program. If not, see <https://www.gnu.org/licenses/>. */ /* 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 <http://www.gnu.org/licenses/>. */ + along with this program. If not, see <https://www.gnu.org/licenses/>. */ /* 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 <http://www.gnu.org/licenses/>. */ + along with this program. If not, see <https://www.gnu.org/licenses/>. */ /* Written by Alex Deymo <deymo@chromium.org>. */ 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 <http://www.gnu.org/licenses/>. */ + along with this program. If not, see <https://www.gnu.org/licenses/>. */ /* Written by Alex Deymo <deymo@chromium.org>. */ 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 <http://www.gnu.org/licenses/>. */ + along with this program. If not, see <https://www.gnu.org/licenses/>. */ /* Written by Alex Deymo <deymo@chromium.org>. */ 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 <http://www.gnu.org/licenses/>. */ + along with this program. If not, see <https://www.gnu.org/licenses/>. */ /* 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 <http://www.gnu.org/licenses/>. + along with this program. If not, see <https://www.gnu.org/licenses/>. Written by Torbjorn Granlund, Sweden (tege@sics.se). Rewritten to use lib/hash.c by Jim Meyering. */ @@ -12,7 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. + along with this program. If not, see <https://www.gnu.org/licenses/>. Written by 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 <http://www.gnu.org/licenses/>. */ + along with this program. If not, see <https://www.gnu.org/licenses/>. */ /* Written by Stuart Kemp, cpsrk@groper.jcu.edu.au. Modified by David MacKenzie, djm@gnu.ai.mit.edu. */ @@ -13,7 +13,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. */ + along with this program. If not, see <https://www.gnu.org/licenses/>. */ /* Written by 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 <http://www.gnu.org/licenses/>. + along with this program. If not, see <https://www.gnu.org/licenses/>. David MacKenzie <djm@gnu.ai.mit.edu> */ @@ -14,7 +14,7 @@ # GNU General Public License for more details. # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. # written by Jim Meyering @@ -12,7 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. */ + along with this program. If not, see <https://www.gnu.org/licenses/>. */ /* Written by Paul Rubin, David MacKenzie, and Stuart Kemp. */ @@ -12,7 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. */ + along with this program. If not, see <https://www.gnu.org/licenses/>. */ /* Written by David MacKenzie <djm@gnu.ai.mit.edu>. --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 <http://www.gnu.org/licenses/>. */ + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include <config.h> 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 <http://www.gnu.org/licenses/>. */ + along with this program. If not, see <https://www.gnu.org/licenses/>. */ /* 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 <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. cat - <<\EOF > /dev/null Invoke e.g., like this @@ -12,7 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. */ + along with this program. If not, see <https://www.gnu.org/licenses/>. */ /* 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 <http://www.gnu.org/licenses/>. */ + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include <config.h> #include <stdio.h> @@ -12,7 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. */ + along with this program. If not, see <https://www.gnu.org/licenses/>. */ /* 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 <http://www.gnu.org/licenses/>. */ + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include <config.h> 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 <http://www.gnu.org/licenses/>. */ + along with this program. If not, see <https://www.gnu.org/licenses/>. */ /* 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 <http://www.gnu.org/licenses/>. */ + along with this program. If not, see <https://www.gnu.org/licenses/>. */ /* 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 <http://www.gnu.org/licenses/>. */ + along with this program. If not, see <https://www.gnu.org/licenses/>. */ /* 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 <http://www.gnu.org/licenses/>. + along with this program. If not, see <https://www.gnu.org/licenses/>. 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 <http://www.gnu.org/licenses/>. + along with this program. If not, see <https://www.gnu.org/licenses/>. 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 <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. 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 <http://www.gnu.org/licenses/>. */ + along with this program. If not, see <https://www.gnu.org/licenses/>. */ /* Originally written by Paul Rubin <phr@ocf.berkeley.edu>. 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 <http://www.gnu.org/licenses/>. */ + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include <config.h> #include <sys/types.h> 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 <http://www.gnu.org/licenses/>. */ + along with this program. If not, see <https://www.gnu.org/licenses/>. */ extern char *find_mount_point (char const *, struct stat const *); @@ -12,7 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. */ + along with this program. If not, see <https://www.gnu.org/licenses/>. */ /* Written by Ross Paterson <rap@doc.ic.ac.uk>. */ 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 <http://www.gnu.org/licenses/>. */ + along with this program. If not, see <https://www.gnu.org/licenses/>. */ /* 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 <http://www.gnu.org/licenses/>. */ + along with this program. If not, see <https://www.gnu.org/licenses/>. */ /* 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 <http://www.gnu.org/licenses/>. */ + along with this program. If not, see <https://www.gnu.org/licenses/>. */ /* 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 <http://www.gnu.org/licenses/>. */ + along with this program. If not, see <https://www.gnu.org/licenses/>. */ /* 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 <http://www.gnu.org/licenses/>. */ + along with this program. If not, see <https://www.gnu.org/licenses/>. */ 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 <http://www.gnu.org/licenses/>. */ + along with this program. If not, see <https://www.gnu.org/licenses/>. */ /* 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 <http://www.gnu.org/licenses/>. */ + along with this program. If not, see <https://www.gnu.org/licenses/>. */ /* 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 <http://www.gnu.org/licenses/>. */ + along with this program. If not, see <https://www.gnu.org/licenses/>. */ /* 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 <http://www.gnu.org/licenses/>. */ + along with this program. If not, see <https://www.gnu.org/licenses/>. */ /* Written by Jim Meyering. */ @@ -12,7 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. */ + along with this program. If not, see <https://www.gnu.org/licenses/>. */ /* Written by 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 <http://www.gnu.org/licenses/>. */ + along with this program. If not, see <https://www.gnu.org/licenses/>. */ /* Written by David MacKenzie <djm@gnu.ai.mit.edu> */ 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 <http://www.gnu.org/licenses/>. */ + along with this program. If not, see <https://www.gnu.org/licenses/>. */ /* 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 <http://www.gnu.org/licenses/>. + along with this program. If not, see <https://www.gnu.org/licenses/>. 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 <http://www.gnu.org/licenses/>. */ + along with this program. If not, see <https://www.gnu.org/licenses/>. */ /* 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 <http://www.gnu.org/licenses/>. */ + along with this program. If not, see <https://www.gnu.org/licenses/>. */ /* 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 <http://www.gnu.org/licenses/>. */ + along with this program. If not, see <https://www.gnu.org/licenses/>. */ /* Written by Michael Stone */ @@ -12,7 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. */ + along with this program. If not, see <https://www.gnu.org/licenses/>. */ /* Written by Mike 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 <http://www.gnu.org/licenses/>. +## along with this program. If not, see <https://www.gnu.org/licenses/>. # 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 <http://www.gnu.org/licenses/>. */ + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include <config.h> #include <stdio.h> 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: @@ -12,7 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. */ + along with this program. If not, see <https://www.gnu.org/licenses/>. */ /* 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 <config.h> 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 <http://www.gnu.org/licenses/>. */ + along with this program. If not, see <https://www.gnu.org/licenses/>. */ /* Written by Ulrich Drepper <drepper@gnu.ai.mit.edu>. */ 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 <http://www.gnu.org/licenses/>. */ + along with this program. If not, see <https://www.gnu.org/licenses/>. */ /* David MacKenzie <djm@ai.mit.edu> */ 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 <http://www.gnu.org/licenses/>. */ + along with this program. If not, see <https://www.gnu.org/licenses/>. */ /* David MacKenzie <djm@ai.mit.edu> */ 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 <http://www.gnu.org/licenses/>. */ + along with this program. If not, see <https://www.gnu.org/licenses/>. */ /* Written by David MacKenzie <djm@ai.mit.edu> */ 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 <http://www.gnu.org/licenses/>. */ + along with this program. If not, see <https://www.gnu.org/licenses/>. */ /* Written by Jim Meyering and Eric Blake. */ @@ -12,7 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. */ + along with this program. If not, see <https://www.gnu.org/licenses/>. */ /* Written by Mike 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 <http://www.gnu.org/licenses/>. */ + along with this program. If not, see <https://www.gnu.org/licenses/>. */ /* David MacKenzie <djm@gnu.ai.mit.edu> */ @@ -12,7 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. */ + along with this program. If not, see <https://www.gnu.org/licenses/>. */ /* Written by 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 <http://www.gnu.org/licenses/>. */ + along with this program. If not, see <https://www.gnu.org/licenses/>. */ /* 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 <http://www.gnu.org/licenses/>. */ + along with this program. If not, see <https://www.gnu.org/licenses/>. */ /* 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 <http://www.gnu.org/licenses/>. */ + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include <config.h> #include <float.h> @@ -12,7 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. */ + along with this program. If not, see <https://www.gnu.org/licenses/>. */ /* Written by 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 <http://www.gnu.org/licenses/>. */ + along with this program. If not, see <https://www.gnu.org/licenses/>. */ /* 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 <http://www.gnu.org/licenses/>. */ + along with this program. If not, see <https://www.gnu.org/licenses/>. */ 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 <http://www.gnu.org/licenses/>. */ + along with this program. If not, see <https://www.gnu.org/licenses/>. */ /* 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 <http://www.gnu.org/licenses/>. */ + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include <config.h> #include <stdio.h> 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 <http://www.gnu.org/licenses/>. */ + along with this program. If not, see <https://www.gnu.org/licenses/>. */ /* Created by hacking who.c by Kaveh Ghazi ghazi@caip.rutgers.edu */ @@ -12,7 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. */ + along with this program. If not, see <https://www.gnu.org/licenses/>. */ /* 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 <http://www.gnu.org/licenses/>. */ + along with this program. If not, see <https://www.gnu.org/licenses/>. */ /* 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 <http://www.gnu.org/licenses/>. */ + along with this program. If not, see <https://www.gnu.org/licenses/>. */ /* 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 <http://www.gnu.org/licenses/>. */ + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include <config.h> #include <stdarg.h> 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 <http://www.gnu.org/licenses/>. */ + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #ifndef PROG_FPRINTF_H # define PROG_FPRINTF_H @@ -13,7 +13,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. + along with this program. If not, see <https://www.gnu.org/licenses/>. François Pinard <pinard@iro.umontreal.ca> */ @@ -12,7 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. */ + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include <config.h> #include <getopt.h> 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 <http://www.gnu.org/licenses/>. */ + along with this program. If not, see <https://www.gnu.org/licenses/>. */ /* 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 <http://www.gnu.org/licenses/>. */ + along with this program. If not, see <https://www.gnu.org/licenses/>. */ /* 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 <http://www.gnu.org/licenses/>. */ + along with this program. If not, see <https://www.gnu.org/licenses/>. */ /* 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 <http://www.gnu.org/licenses/>. */ + along with this program. If not, see <https://www.gnu.org/licenses/>. */ /* 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 <http://www.gnu.org/licenses/>. */ + along with this program. If not, see <https://www.gnu.org/licenses/>. */ /* 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 <http://www.gnu.org/licenses/>. */ + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #ifndef REMOVE_H # define REMOVE_H @@ -12,7 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. */ + along with this program. If not, see <https://www.gnu.org/licenses/>. */ /* 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 <http://www.gnu.org/licenses/>. */ + along with this program. If not, see <https://www.gnu.org/licenses/>. */ /* 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 <http://www.gnu.org/licenses/>. */ + along with this program. If not, see <https://www.gnu.org/licenses/>. */ /* * 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 <http://www.gnu.org/licenses/>. */ + along with this program. If not, see <https://www.gnu.org/licenses/>. */ /* Written by Daniel Walsh <dwalsh@redhat.com> */ 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 <http://www.gnu.org/licenses/>. */ + along with this program. If not, see <https://www.gnu.org/licenses/>. */ /* Written by Daniel Walsh <dwalsh@redhat.com> */ @@ -12,7 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. */ + along with this program. If not, see <https://www.gnu.org/licenses/>. */ /* Written by 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 <http://www.gnu.org/licenses/>. */ + along with this program. If not, see <https://www.gnu.org/licenses/>. */ /* 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 <http://www.gnu.org/licenses/>. */ + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #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 <http://www.gnu.org/licenses/>. + along with this program. If not, see <https://www.gnu.org/licenses/>. 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 <http://www.gnu.org/licenses/>. + along with this program. If not, see <https://www.gnu.org/licenses/>. 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 <http://www.gnu.org/licenses/>. */ + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include <config.h> #include <stdio.h> 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 <http://www.gnu.org/licenses/>. + along with this program. If not, see <https://www.gnu.org/licenses/>. 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 - <http://lists.gnu.org/archive/html/bug-coreutils/2005-10/msg00086.html> + <https://lists.gnu.org/archive/html/bug-coreutils/2005-10/msg00086.html> 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 <http://www.gnu.org/licenses/>. */ + along with this program. If not, see <https://www.gnu.org/licenses/>. */ /* 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 <http://www.gnu.org/licenses/>. + along with this program. If not, see <https://www.gnu.org/licenses/>. 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 <http://www.gnu.org/licenses/>. */ + along with this program. If not, see <https://www.gnu.org/licenses/>. */ /* 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 <http://www.gnu.org/licenses/>. */ + along with this program. If not, see <https://www.gnu.org/licenses/>. */ /* Usage: stty [-ag] [--all] [--save] [-F device] [--file=device] [setting...] @@ -12,7 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. */ + along with this program. If not, see <https://www.gnu.org/licenses/>. */ /* 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 <http://www.gnu.org/licenses/>. */ + along with this program. If not, see <https://www.gnu.org/licenses/>. */ /* 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 <http://www.gnu.org/licenses/>. */ + along with this program. If not, see <https://www.gnu.org/licenses/>. */ /* 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 - <http://translationproject.org/team/LANG_CODE.html> to form one of - the URLs at http://translationproject.org/team/. Otherwise, replace + <https://translationproject.org/team/LANG_CODE.html> 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 " - "<http://translationproject.org/team/>\n"), program); + "<https://translationproject.org/team/>\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 <http://www.gnu.org/licenses/>. */ + along with this program. If not, see <https://www.gnu.org/licenses/>. */ /* FIXME */ #include <assert.h> @@ -12,7 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. */ + along with this program. If not, see <https://www.gnu.org/licenses/>. */ /* Written by 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 <http://www.gnu.org/licenses/>. */ + along with this program. If not, see <https://www.gnu.org/licenses/>. */ /* 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 <http://www.gnu.org/licenses/>. */ + along with this program. If not, see <https://www.gnu.org/licenses/>. */ /* Written by Paul Eggert. */ @@ -12,7 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. */ + along with this program. If not, see <https://www.gnu.org/licenses/>. */ /* 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 <http://www.gnu.org/licenses/>. */ + along with this program. If not, see <https://www.gnu.org/licenses/>. */ /* 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 <http://www.gnu.org/licenses/>. */ + along with this program. If not, see <https://www.gnu.org/licenses/>. */ /* 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 <http://www.gnu.org/licenses/>. */ + along with this program. If not, see <https://www.gnu.org/licenses/>. */ /* Written by Paul Rubin, Arnold Robbins, Jim Kingdon, David MacKenzie, and Randy Smith. */ @@ -12,7 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. */ + along with this program. If not, see <https://www.gnu.org/licenses/>. */ /* Written by 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 <http://www.gnu.org/licenses/>. */ + along with this program. If not, see <https://www.gnu.org/licenses/>. */ #include <config.h> #include <stdio.h> 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 <http://www.gnu.org/licenses/>. */ + along with this program. If not, see <https://www.gnu.org/licenses/>. */ /* 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 <http://www.gnu.org/licenses/>. */ + along with this program. If not, see <https://www.gnu.org/licenses/>. */ /* Written by Mark Kettenis <kettenis@phys.uva.nl>. */ @@ -12,7 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. */ + along with this program. If not, see <https://www.gnu.org/licenses/>. */ /* 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 <http://www.gnu.org/licenses/>. */ + along with this program. If not, see <https://www.gnu.org/licenses/>. */ /* Written by David MacKenzie <djm@gnu.ai.mit.edu> */ 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 <http://www.gnu.org/licenses/>. */ + along with this program. If not, see <https://www.gnu.org/licenses/>. */ /* 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 <http://www.gnu.org/licenses/>. */ + along with this program. If not, see <https://www.gnu.org/licenses/>. */ /* 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 <http://www.gnu.org/licenses/>. */ + along with this program. If not, see <https://www.gnu.org/licenses/>. */ /* 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 <http://www.gnu.org/licenses/>. */ + along with this program. If not, see <https://www.gnu.org/licenses/>. */ /* 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 <http://www.gnu.org/licenses/>. */ + along with this program. If not, see <https://www.gnu.org/licenses/>. */ /* Written by jla; revised by djm */ @@ -12,7 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. */ + along with this program. If not, see <https://www.gnu.org/licenses/>. */ /* Written by Paul Rubin, phr@ocf.berkeley.edu and David MacKenzie, djm@gnu.ai.mit.edu. */ @@ -12,7 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. */ + along with this program. If not, see <https://www.gnu.org/licenses/>. */ /* Written by 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 <http://www.gnu.org/licenses/>. */ + along with this program. If not, see <https://www.gnu.org/licenses/>. */ /* Equivalent to 'id -un'. */ /* Written by Richard Mlynarik. */ @@ -12,7 +12,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. */ + along with this program. If not, see <https://www.gnu.org/licenses/>. */ /* David MacKenzie <djm@gnu.ai.mit.edu> */ |
