]> git.ipfire.org Git - thirdparty/make.git/commitdiff
Update URLs to use https rather than http
authorPaul Smith <psmith@gnu.org>
Tue, 18 Oct 2022 18:36:40 +0000 (14:36 -0400)
committerPaul Smith <psmith@gnu.org>
Tue, 18 Oct 2022 18:37:47 +0000 (14:37 -0400)
* (all): Change http:// to https://
* README.W32: Remove invalid link to mingw.org.

113 files changed:
AUTHORS
Basic.mk.template
ChangeLog.1
ChangeLog.2
ChangeLog.3
Makefile.am
NEWS
README.Amiga
README.DOS
README.OS2
README.W32
README.customs
TODO.private
bootstrap.bat
build.cfg.in
build.sh
build_w32.bat
builddos.bat
configure.ac
doc/Makefile.am
gl/m4/acinclude.m4
gl/m4/dospaths.m4
maintMakefile
makefile.com
mk/Amiga.mk
mk/Posix.mk.in
mk/VMS.mk
mk/Windows32.mk
mk/msdosdjgpp.mk
po/POTFILES.in
scripts/copyright-update
src/amiga.c
src/amiga.h
src/ar.c
src/arscan.c
src/commands.c
src/commands.h
src/config.ami
src/config.h-vms
src/config.h.W32
src/configh.dos
src/debug.h
src/default.c
src/dep.h
src/dir.c
src/expand.c
src/file.c
src/filedef.h
src/function.c
src/getopt.c
src/getopt.h
src/getopt1.c
src/gettext.h
src/gmk-default.scm
src/gnumake.h
src/guile.c
src/hash.c
src/hash.h
src/implicit.c
src/job.c
src/job.h
src/load.c
src/loadapi.c
src/main.c
src/makeint.h
src/misc.c
src/mkconfig.h.in
src/os.h
src/output.c
src/output.h
src/posixos.c
src/read.c
src/remake.c
src/remote-cstms.c
src/remote-stub.c
src/rule.c
src/rule.h
src/shuffle.c
src/shuffle.h
src/signame.c
src/strcache.c
src/variable.c
src/variable.h
src/version.c
src/vms_exit.c
src/vms_export_symbol.c
src/vms_progname.c
src/vmsdir.h
src/vmsfunctions.c
src/vmsify.c
src/vmsjobs.c
src/vpath.c
src/w32/compat/dirent.c
src/w32/compat/posixfcn.c
src/w32/include/dirent.h
src/w32/include/dlfcn.h
src/w32/include/pathstuff.h
src/w32/include/sub_proc.h
src/w32/include/w32err.h
src/w32/pathstuff.c
src/w32/subproc/misc.c
src/w32/subproc/proc.h
src/w32/subproc/sub_proc.c
src/w32/subproc/w32err.c
src/w32/w32os.c
tests/ChangeLog.1
tests/NEWS
tests/config_flags_pm.com
tests/mkshadow
tests/run_make_tests.bat
tests/run_make_tests.com
tests/run_make_tests.pl
tests/test_driver.pl

diff --git a/AUTHORS b/AUTHORS
index 35719b99b650b2bc93267b20c2ac9a01b3e93378..c12f44d77486957b77a9af99212247e81d38a20e 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -116,4 +116,4 @@ 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/>.
index 9d842f5c6a885bd53abbcf24cab6b82fbd05d347..07a454548c738650a9df15d46e8c265ca5964056 100644 (file)
@@ -24,7 +24,7 @@
 # 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/>.
 
 all:
 
index c37b1390608d146c9923aa39aa5f1a893c9a845e..3344737f7643607498dec90f24046c288f52db36 100644 (file)
@@ -4994,4 +4994,4 @@ 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/>.
index 0816454647bdc3c8c52a5fa4799dc6a80042d8ec..e4002cf57533d81775a6a05eca10f43c6221efc8 100644 (file)
        non-standard versions of free() don't like it.
 
        * configure.in (--enable-dmalloc): Install some support for using
-       dmalloc (http://www.dmalloc.com/) with make.  Use --enable-dmalloc
+       dmalloc (https://www.dmalloc.com/) with make.  Use --enable-dmalloc
        with configure to enable it.
 
        * function.c (function_table_entry): Whoops!  The function.c
@@ -6632,7 +6632,7 @@ Fri Nov  1 19:34:28 1991  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
 
 See ChangeLog.1, available in the Git repository at:
 
-       http://git.savannah.gnu.org/cgit/make.git/tree/
+       https://git.savannah.gnu.org/cgit/make.git/tree/
 
 for earlier changes.
 
@@ -6650,4 +6650,4 @@ 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/>.
index 5fcf2732747ecdb8cca486ff3e7be723e9e6a674..0d35f32872fe036570e03cc8fab3d4b6dee8168c 100644 (file)
        characters in its name, pass NULL as the first argument to
        CreateProcess.  This avoids weird failures due to buggy quoting by
        CreateProcess.  For the details, see the discussion starting at
-       http://lists.gnu.org/archive/html/make-w32/2013-04/msg00008.html.
+       https://lists.gnu.org/archive/html/make-w32/2013-04/msg00008.html.
 
        * load.c (load_object, load_file): Accept an additional argument
        DLP and return in it a pointer that can be used to unload the
        (construct_command_argv_internal): Don't treat a backslash as an
        escape character before whitespace, if the shell is not a Posix
        shell.   For the description of the problem, see
-       http://lists.gnu.org/archive/html/make-w32/2013-04/msg00014.html.
+       https://lists.gnu.org/archive/html/make-w32/2013-04/msg00014.html.
 
 2013-05-01  Paul Smith  <psmith@gnu.org>
 
 2011-09-16  Paul Smith  <psmith@gnu.org>
 
        * maintMakefile (do-po-update): Apparently we have to avoid
-       certificate checks on the http://translationproject.org site now.
+       certificate checks on the https://translationproject.org site now.
 
 2011-09-12  Paul Smith  <psmith@gnu.org>
 
 
 See ChangeLog.2, available in the Git repository at:
 
-       http://git.savannah.gnu.org/cgit/make.git/tree/
+       https://git.savannah.gnu.org/cgit/make.git/tree/
 
 for earlier changes.
 
@@ -5630,4 +5630,4 @@ 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/>.
index 6dacc64836b45b2115d3c5291ac30c077fe2dd08..5a474613f1e7056d6d6636ef87827cf5d47cd006 100644 (file)
@@ -14,7 +14,7 @@
 # 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/>.
 
 AUTOMAKE_OPTIONS = dist-lzip silent-rules std-options subdir-objects nostdinc
 ACLOCAL_AMFLAGS = -I m4
diff --git a/NEWS b/NEWS
index 305113280685cfb2ab77e1905a9ec43e23fc7bd9..bd7c2408c3a90e00a5161843d6b42e5d8cb06749 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -454,7 +454,7 @@ https://sv.gnu.org/bugs/index.php?group=make&report_id=111&fix_release_id=101&se
 * New feature: "::=" simple assignment operator as defined by POSIX in 2012.
   This operator has identical functionality to ":=" in GNU make, but will be
   portable to any implementation of make conforming to a sufficiently new
-  version of POSIX (see http://austingroupbugs.net/view.php?id=330).  It is
+  version of POSIX (see https://austingroupbugs.net/view.php?id=330).  It is
   not necessary to define the .POSIX target to access this operator.
 
 * New feature: Loadable objects
@@ -1127,7 +1127,7 @@ Version 3.77 (28 Jul 1998)
     This port was done by Klaus Kämpf <kkaempf@rmi.de>
 
   * There is first-level support available from proGIS Software, Germany.
-    Visit their web-site at http://www.progis.de to get information
+    Visit their web-site at https://www.progis.de to get information
     about other vms software and forthcoming updates to gnu make.
 
   * /bin/sh style I/O redirection is supported. You can now write lines like
@@ -1830,4 +1830,4 @@ 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/>.
index e648008b1ea6ce7cc85276181c77ae5b700233d3..10c2d19aa126506ccba7b9458900ca3ac90734b0 100644 (file)
@@ -77,4 +77,4 @@ 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/>.
index eebf09f2ff46d461f8891cab5891671a3753c0f0..fc72a5018575dff8ed1e36484017502f35413a1e 100644 (file)
@@ -293,4 +293,4 @@ 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/>.
index ef542ef8391adc7ea3345c917a2d8893193c4ac9..88d69f046adc118f372ebfcc6f960415301de9f1 100644 (file)
@@ -49,7 +49,7 @@ A standard Unix like build environment:
    release 2)
    If you use pdksh it is recommended to update to 5.2.14 release 2. Older
    versions may not work! You can get this version at
-   http://www.math.ohio-state.edu/~ilya/software/os2/pdksh-5.2.14-bin-2.zip
+   https://www.math.ohio-state.edu/~ilya/software/os2/pdksh-5.2.14-bin-2.zip
  - GNU file utilities (make sure that install.exe from the file utilities
    is in front of your PATH before X:\OS2\INSTALL\INSTALL.EXE. I recommend
    also to change the filename to ginstall.exe instead of install.exe
@@ -173,4 +173,4 @@ 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/>.
index 4227d78376a360e9546f212c3a939d31d5496df7..60bc4da4bd4becd6c37fff7ea5bdabd463f77229 100644 (file)
@@ -15,7 +15,7 @@ which compilation and link switches and libraries need to be mentioned
 on the compiler command lines to correctly link with Guile.  A Windows
 port of pkg-config can be found on ezwinports site:
 
-  http://sourceforge.net/projects/ezwinports/
+  https://sourceforge.net/projects/ezwinports/
 
 The libraries on which Guile depends can vary depending on your
 version and build of Guile.  At the very least, the Boehm's GC library
@@ -33,12 +33,14 @@ It is currently maintained by Eli Zaretskii.
 Do this first, regardless of the build method you choose:
 ---------------------------------------------------------
 
- 1. Edit config.h.W32 to your liking (especially the few shell-related
-    defines near the end, or HAVE_CASE_INSENSITIVE_FS which corresponds
-    to './configure --enable-case-insensitive-file-system').  (We don't
-    recommend to define HAVE_CASE_INSENSITIVE_FS, but you may wish to
-    consider that if you have a lot of files whose names are in upper
-    case, while Makefile rules are written for lower-case versions.)
+ 1. If you have special requirements, edit config.h.W32 to your liking
+    (especially the shell-related defines, or HAVE_CASE_INSENSITIVE_FS which
+    corresponds to './configure --enable-case-insensitive-file-system').  We
+    don't recommend to define HAVE_CASE_INSENSITIVE_FS, but you may wish to
+    consider that if you have a lot of files whose names are in upper case,
+    while Makefile rules are written for lower-case versions.
+
+    If you don't have special requirements no changes are needed.
 
 
 Building with (MinGW-)GCC using build_w32.bat
@@ -180,10 +182,10 @@ GNU make and sh.exe:
 
         There are very few true ports of Bourne shell for NT right now.
         There is a version of GNU bash available from Cygnus "Cygwin"
-        porting effort (http://www.cygwin.com/).
+        porting effort (https://www.cygwin.com/).
         Other possibilities are the MKS version of sh.exe, or building
         your own with a package like NutCracker (DataFocus) or Portage
-        (Consensys).  Also MinGW includes sh (http://mingw.org/).
+        (Consensys).  Also MinGW includes sh.
 
 GNU make and brain-dead shells (BATCH_MODE_ONLY_SHELL):
 
@@ -358,4 +360,4 @@ 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/>.
index efb5d183dd309a24085cfe6a9b3407f909cecc42..c4f8a2f35ab045c5bb4de0df62aa44ed1582587b 100644 (file)
@@ -109,4 +109,4 @@ 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/>.
index 037f989128786f98d2837ec226e909eb9aa7d50a..a5305645aaa010fca610439627686ee8c64fbcd5 100644 (file)
@@ -114,4 +114,4 @@ 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/>.
index e068f1629e951d216d76261c5340e83efa0e420c..c1f6819a5fd1544e98877049ecf56c83c110d583 100644 (file)
@@ -13,7 +13,7 @@
 :: 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/>.
+:: with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 setlocal
 set "svurl=https://git.savannah.gnu.org/cgit"
index f257d91bfba2b11439f91845002b48155a25a070..69e7b674c334e88e4a6b456339b7595637ce275c 100644 (file)
@@ -15,7 +15,7 @@
 # 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/>.
 
 # See Makefile.in for comments describing these variables.
 
index 546601ad18dfc6c704d9b4a5459f65d5e361adf9..4b33812e2c248cbf4f4a095c8dc855887381c875 100755 (executable)
--- a/build.sh
+++ b/build.sh
@@ -15,7 +15,7 @@
 # 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/>.
 
 # Get configure-generated values
 . ./build.cfg
index 1ca7fe9e6e5d98befa9d718dee45a75c6ca93642..30ca0b2a867fcb9fb945014be48bbd59f7a8425b 100644 (file)
@@ -13,7 +13,7 @@
 :: more details.\r
 ::\r
 :: You should have received a copy of the GNU General Public License along\r
-:: with this program.  If not, see <http://www.gnu.org/licenses/>.\r
+:: with this program.  If not, see <https://www.gnu.org/licenses/>.\r
 \r
 setlocal\r
 if not "%RECURSEME%"=="%~0" (\r
index d54953e9a51ac03e96edb9c9e8260a720eb819a6..2ee916a7a222a67440cf9c7fffce70a27c6dc2cc 100644 (file)
@@ -13,7 +13,7 @@ rem FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for.
 rem more details.\r
 rem\r
 rem You should have received a copy of the GNU General Public License along\r
-rem with this program.  If not, see <http://www.gnu.org/licenses/>.\r
+rem with this program.  If not, see <https://www.gnu.org/licenses/>.\r
 \r
 echo Building Make for MSDOS with DJGPP\r
 \r
index 61670b8bf67d5f83f7d6ba6b3f530ea7d62eb857..005aba358d64904222599e225a8a080e8e06e434 100644 (file)
@@ -14,7 +14,7 @@
 # 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/>.
 
 AC_INIT([GNU Make],[4.3.91],[bug-make@gnu.org])
 
@@ -31,7 +31,7 @@ AC_CONFIG_LIBOBJ_DIR([lib])
 # We have to enable "foreign" because ChangeLog is auto-generated
 # Automake 1.15 and gnulib don't get along: gnulib has some strange error
 # in the way it handles getloadavg.c which causes make distcheck to fail.
-# http://lists.gnu.org/archive/html/bug-gnulib/2018-06/msg00024.html
+# https://lists.gnu.org/archive/html/bug-gnulib/2018-06/msg00024.html
 AM_INIT_AUTOMAKE([1.16.1 foreign -Werror -Wall])
 
 # Checks for programs.
index 85ac2164f1f3039336e5eab3f0c8ef85ddc50694..18d577b10a8f84df1d9ada4618b026d5ef480c25 100644 (file)
@@ -13,7 +13,7 @@
 # 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/>.
 
 TEXI2HTML = texi2html
 TEXI2HTML_FLAGS = -split_chapter
index a1edb44f4e1d432434b339baebbbe09ce6ef779c..d7131a81051fdfeb0e759ec0cc5058944a885120 100644 (file)
@@ -15,7 +15,7 @@ dnl FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for.
 dnl more details.
 dnl
 dnl You should have received a copy of the GNU General Public License along
-dnl with this program.  If not, see <http://www.gnu.org/licenses/>.
+dnl with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 dnl ---------------------------------------------------------------------------
 dnl Got this from the lynx 2.8 distribution.
index c8c9d832626057f3c503db64d25e19c1e4543487..51deaf0f1f095695cd8cc2b1d208c7adc19002ac 100644 (file)
@@ -15,7 +15,7 @@
 # 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/>.
 
 AC_DEFUN([pds_AC_DOS_PATHS], [
   AC_CACHE_CHECK([whether system uses MSDOS-style paths], [ac_cv_dos_paths], [
index b03a7c2947306461999423dfa9eaefc6f1e1f12e..d8415850470d5fe50c507639398a0520c43cb4e4 100644 (file)
@@ -546,4 +546,4 @@ Makefile.in: maintMakefile
 # 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/>.
index 86da500c3a6f62721efdb2eb8b8a9dc00f621032..382c74df169f0f8d086ad4cb67e586e8bfd5d2e3 100644 (file)
@@ -168,4 +168,4 @@ $!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/>.
index e8f0e5db943cd52fd2bf5307769d32228c59d244..1f2afe33d3b3b831dff4916e8740ef6a868b2037 100644 (file)
@@ -16,7 +16,7 @@
 # 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/>.
 
 CC = sc
 LD = $(CC) Link
index a0d12ed6e520a919329c64aee1c53d061ce6e384..edba91aaaf9120a8d4f25e31f6b6feec6da880fb 100644 (file)
@@ -16,7 +16,7 @@
 # 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/>.
 
 # Very little is needed here since the default Basic.mk assumes POSIX
 
index b4d982ad7bdf5609b25788a8b29109f2209f832d..33ef3069217cf4964afa6f3104ad2abf1cb0d428 100644 (file)
--- a/mk/VMS.mk
+++ b/mk/VMS.mk
@@ -16,7 +16,7 @@
 # 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/>.
 
 src = [.src]
 lib = [.lib]
index 0dd511000654f5b196cd32e59506249e64d96687..310fe7b8e00d8d1f9bbe5e245ac65aff99cbd989 100644 (file)
@@ -16,7 +16,7 @@
 # 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/>.
 
 # TARGET_TYPE can be either "release" or "debug"
 TARGET_TYPE = release
index ac2235a54196547b60e2ba8efc56e92ff7bba2f9..98bfe0d5bb0ead2a103a031c6d11b216840621c9 100644 (file)
@@ -16,7 +16,7 @@
 # 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/>.
 
 OBJEXT = o
 EXEEXT = .exe
index 16cfbdd9dd8e0f770f2d296b57beda0c1f6d28b5..040d60f80598b63177db751eae773ccbe96221e4 100644 (file)
@@ -13,7 +13,7 @@
 # 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/>.
 
 src/ar.c
 src/arscan.c
index 3ee3cbd730c408b91a13f4ed26d9dd973df39092..44cfe4c0908a0db16e530e1dd9c591243dc5c2b5 100755 (executable)
@@ -60,4 +60,4 @@ run "$@"
 # 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/>.
index 10a19cde1c0dfd9281124ffc149faf8e5adb68a3..2304716e843e4d750dd69e89022b9354e9c1f261 100644 (file)
@@ -12,7 +12,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 "makeint.h"
 #include "variable.h"
index 502c7eac6fb5bbc7bcca0f77987525f992958d6e..bef5087ffdb0f17506771434373b252ad01141b2 100644 (file)
@@ -12,7 +12,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/>.  */
 
 int MyExecute (char ** argv);
 char * wildcard_expansion (char * wc, char * o);
index 48ef5e44b7d6e7284155d313f5daa8adb9c06ee8..8b02f047c1527f033499c6adbf7da4d086cb979f 100644 (file)
--- a/src/ar.c
+++ b/src/ar.c
@@ -13,7 +13,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 "makeint.h"
 
index 69b8695c93dcb761d39dbef8ff9759c651da6fd7..b6ed45a87754085aa1776c85e0181ba6edb0d7e6 100644 (file)
@@ -12,7 +12,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 "makeint.h"
 
index d4e780b23bd7638606b3e4cec2f4a40388575311..9bb4eb6e8b48459479b447b7537e10cd3fa7eca3 100644 (file)
@@ -12,7 +12,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 "makeint.h"
 #include "filedef.h"
index 508157f2bd42546c62277b1052df181839031a27..1a717516e9c8937b048edabec78488dd72d39d73 100644 (file)
@@ -12,7 +12,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/>.  */
 
 /* Structure that gives the commands to make a file
    and information about where these commands came from.  */
index 5f32511c7c996739a3cd31b65dceee4e02ccda9a..775a4d71fe0d15d8707f472d4ba7396e293c4108 100644 (file)
@@ -12,7 +12,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 "mkconfig.h"
 
index c7c1d0e813fdf529ba1597d728971f4ebe2f45df..53e6b90ac0a33e452bde3e4e9efc6acacdd0b352 100644 (file)
@@ -13,7 +13,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 "mkconfig.h"
 
index 32aa25450409bf79ca6b5412191231999715281e..1a03a0413b9a7c2263cca0548e262ed83a4e0c4d 100644 (file)
@@ -13,7 +13,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 "mkconfig.h"
 
index 58e992f28af075b2c90fac8fee029355c18a7164..5e20616eda86a017650316e4c78f08ff7393c133 100644 (file)
@@ -13,7 +13,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 "mkconfig.h"
 
index 1a2cc9e34d650f3a1f5b8f33ffbb966dda18b1cf..63cc4b5dc9128ffd3970a79bacbca2d5dab5c3cb 100644 (file)
@@ -12,7 +12,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/>.  */
 
 #define DB_NONE         (0x000)
 #define DB_BASIC        (0x001)
index 54957277366f5746145fe128da602e38db8225a8..b4cfdf7154dbec5bec9757f30435eeffc903def6 100644 (file)
@@ -12,7 +12,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 "makeint.h"
 
index 2856e0d80cf46ad0306d2414df9792d5c9fb58c3..89c8639e8a762e14a9edf6e3e25d3de2eac8e863 100644 (file)
--- a/src/dep.h
+++ b/src/dep.h
@@ -12,7 +12,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/>.  */
 
 
 /* Structure used in chains of names, for parsing and globbing.  */
index ec7bb20722cdbc178d1701706482478f3bcc7747..38a7806ec4d401eb226659535dda0bc04ce7ac1c 100644 (file)
--- a/src/dir.c
+++ b/src/dir.c
@@ -12,7 +12,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 "makeint.h"
 #include "hash.h"
index 95e66ec60d8cc8d155c7d9c0aa3721420e059373..2509009e6f02f784c05a321ede6d54c21e11ee35 100644 (file)
@@ -12,7 +12,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 "makeint.h"
 
index d2ee2c68c69d7f1d6dec0748a3101f7ad9e52e0f..226af61f448b7c1a446cce122a4fa3be2fa42871 100644 (file)
@@ -12,7 +12,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 "makeint.h"
 
index ac7df0083a31149172e943cce47d4adc1414fb3b..ae2f26ddad6dd02d1fb15e4b0edca8765cca7892 100644 (file)
@@ -12,7 +12,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/>.  */
 
 
 /* Structure that represents the info on one file
index 61164dcba6f090b49a18a286853c39619c6b14e3..db5e1b51cc16049f8b1ddcbcf75ff9e21aaab512 100644 (file)
@@ -12,7 +12,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 "makeint.h"
 #include "filedef.h"
index 3f51e13f6c9df32095950d3bfa8d3bae9b75e047..9f31a70dd7e1af7ef6ef0055abcdcdd6e7f23ef9 100644 (file)
@@ -18,7 +18,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/>.  */
 
 /* This tells Alpha OSF/1 not to define a getopt prototype in <stdio.h>.
    Ditto for AIX 3.2 and <stdlib.h>.  */
index 6faed5b725ee708e80ba65111e6d5778f5614e23..f96172d0c52545d4e13257168891ed07f2eb86c4 100644 (file)
@@ -14,7 +14,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/>.  */
 
 #ifndef _GETOPT_H
 #define _GETOPT_H 1
index 3218c5af0b771ebeacb4eccbb28bd087b9c9ee0c..481a358b44b6eae574428ae046a600f13579155e 100644 (file)
@@ -14,7 +14,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/>.  */
 \f
 #ifdef HAVE_CONFIG_H
 #include <config.h>
index e4d047fc3dbe272b2ec78c3afd511a04fcde3f8b..9498fadaf03b18494adf4bc293f4e5ac084ec6be 100644 (file)
@@ -12,7 +12,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/>.  */
 
 #ifndef _LIBGETTEXT_H
 #define _LIBGETTEXT_H 1
index 08b79d9aad4bd9b16bc5f250e3ab06a338332b71..033a32e6ced4c13ff23ec41bd4cebee63ba8c5dd 100644 (file)
@@ -13,7 +13,7 @@
 ;; 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/>.
+;; with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 (define (to-string-maybe x)
   (cond
index 390a0bde0713797e901e26463d1f9ec509f0bd38..4e796e58da5c542bca5f450eba4f96e120ff7e64 100644 (file)
@@ -14,7 +14,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/>.  */
 
 #ifndef _GNUMAKE_H_
 #define _GNUMAKE_H_
index 9244cae69bc09f26bd89fd0f9094ab8c02edf25c..32f6317642a875ea297b3032f44c52e06633c9f7 100644 (file)
@@ -12,7 +12,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 "makeint.h"
 
index beda7656916c4105e34bb6555bc6655ccdb2ecd2..5d7ea81b2840f581c86fbc24d8a51997d44b53a7 100644 (file)
@@ -12,7 +12,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 "makeint.h"
 #include "hash.h"
index f5b9362a1be2c84627a98eef495ad7826e54822c..deaceab6b6813a1cde8429b257c148f8b7f136aa 100644 (file)
@@ -12,7 +12,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/>.  */
 
 #ifndef _hash_h_
 #define _hash_h_
index bef7006391238b410382f75e3cdbac3bd55656ae..a3bd318c075f409cf682ad049029810fa82db755 100644 (file)
@@ -12,7 +12,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 "makeint.h"
 #include "filedef.h"
index 7f855e95cab776abce3909fb217898be654029aa..cf16d7bf669c08ebfee212efca03d2bb5700d659 100644 (file)
--- a/src/job.c
+++ b/src/job.c
@@ -12,7 +12,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 "makeint.h"
 
index 35dab0052f638b52b9b3bf9e753a795e5bd5cf11..14a9984d689726172963e82ee1b2277342963554 100644 (file)
--- a/src/job.h
+++ b/src/job.h
@@ -12,7 +12,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 "output.h"
 
index 81cc301182273831511721b2e7f25476996f0539..e343a2eeed29f446d6db7ab4cc564373f4c9af9e 100644 (file)
@@ -12,7 +12,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 "makeint.h"
 
index c4ee4ee56035396872a9d7d2d4c28b3165d4d537..3c1fdb0a921d605a0232540cbd6a2df48815ad86 100644 (file)
@@ -12,7 +12,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 "makeint.h"
 
index 886c52186a46546272d105e2aed5c99a4b66078b..509253fa0767c01b0ba4542cd8f7e47c87a523d1 100644 (file)
@@ -12,7 +12,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 "makeint.h"
 #include "os.h"
index d3674fe73416c52c826d2e4bc3f5c3e742870dd5..c924b31ebda0ee996e20fdc96b80cb8299f5f10e 100644 (file)
@@ -12,7 +12,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/>.  */
 
 /* We use <config.h> instead of "config.h" so that a compilation
    using -I. -I$srcdir will use ./config.h rather than $srcdir/config.h
index a88584b6061c4fa9282b6afa67bfc992ba9c31b7..15fddcd1c387ca297be362dc0d4f80073437ee7a 100644 (file)
@@ -12,7 +12,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 "makeint.h"
 #include "filedef.h"
index fa9df005b91c5c5911b4ae4b0e46c58dd6602c55..cc49aee71d014fcb2da1b5cdc7b2737087bb561f 100644 (file)
@@ -12,7 +12,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/>.  */
 
 /* Name of package */
 #define PACKAGE "@PACKAGE@"
index 85fa28d8aba0841b595aaad878fc9c6616d09ddd..fe0a9976c1264c080fa9d99ba9dc5eb1c908878a 100644 (file)
--- a/src/os.h
+++ b/src/os.h
@@ -12,7 +12,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/>.  */
 
 #define IO_UNKNOWN              0x0001
 #define IO_COMBINED_OUTERR      0x0002
index d806159f1d2f94ff73a1dc2043f3ff78b948a9b8..fa13e9c38cfece6ce226cfab59a3ac15b271c1f2 100644 (file)
@@ -12,7 +12,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 "makeint.h"
 #include "os.h"
index d9b1512cf5321dedf88c22d6370d7f2b1213aa5c..59576059ed1ac56a11c3593c89b6a9fe916f608c 100644 (file)
@@ -12,7 +12,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/>.  */
 
 struct output
   {
index ed3b775d46cc7d668f6460d1025f473e60911948..a48116dbe682cfaec697b2284979683776233ee8 100644 (file)
@@ -12,7 +12,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 "makeint.h"
 
index 3336fb83405086d030a79d96ca5b4e4e012828f3..a7200190c6dd7d7d35ac61d3b8d4738cfb86e7c9 100644 (file)
@@ -12,7 +12,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 "makeint.h"
 
index 57f1042752f4d406901ce8c525d1850928805a36..77a3b0517d2976c1d77ecb7ac7bb2b79365d553e 100644 (file)
@@ -12,7 +12,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 "makeint.h"
 #include "filedef.h"
index ffbfa0676a7978c5f29667b76fceeff544356995..c8543f9fd9c94fa84fa5389ecad62f08ebb8ca17 100644 (file)
@@ -16,7 +16,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 "makeint.h"
 
index 735b7e174a16f73f76069a4386086c863dd38216..d7cc260c5de57c99a270cb3fb4e8fd27de9c819e 100644 (file)
@@ -12,7 +12,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 "makeint.h"
 #include "filedef.h"
index d4d28fa2d42b905700476c2a0d91299c083813c2..a1f9ef32506be5b0c422299ff7a81c6eaaa7b367 100644 (file)
@@ -12,7 +12,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 "makeint.h"
 
index 7f9de4e884fa7f464806040d281e9b35ab11e7f0..cadac3f3b19fc33b5c321905ca31fcd56bef3dd0 100644 (file)
@@ -12,7 +12,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/>.  */
 
 
 /* Structure used for pattern (implicit) rules.  */
index 17731e8f78f0fc413f511289c008e5e11b626aa0..d1a52a0da244035f1bb90d4be0fd2ca425c417e7 100644 (file)
@@ -12,7 +12,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 "makeint.h"
 
index 6b99a0e94a1249d3ac9593f3f9e4f00ef8a078c1..6c7faa4bc08cc3432eeb398b51d99729068ec9bf 100644 (file)
@@ -12,7 +12,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/>.  */
 
 struct dep;
 struct goaldep;
index 6056499906b46c49e6efa5ae7792d707e6acc251..d4374a301e9462496c2e23a61ad86b6768f5ab59 100644 (file)
@@ -12,7 +12,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 "makeint.h"
 
index 89baeeaa6bc492cad289b67bc40911031aec22f3..f081ea75dcbe85a972d3eb6a5bdad5844176ab2b 100644 (file)
@@ -12,7 +12,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 "makeint.h"
 
index b5c43c35c707ea5ec1580145432662b9dfccee8a..0bd9963b38e4bf1fdbe485a850d25937efb8a9df 100644 (file)
@@ -12,7 +12,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 "makeint.h"
 
index 26a1caf2204d1ac6d84cbfd79204365dc8df8112..d377a47f5262d116ae05b4bbbb412b37bc4378eb 100644 (file)
@@ -12,7 +12,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 "hash.h"
 
index 5e29351d1ec56dfe99bfcec7070885671eae42c7..b96e0303dcf47dec8bbb3db8bfadd854c3299325 100644 (file)
@@ -12,7 +12,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/>.  */
 
 /* We use <config.h> instead of "config.h" so that a compilation
    using -I. -I$srcdir will use ./config.h rather than $srcdir/config.h
index 3a02a3e7896352368a75e46ddd8da6dc62cc79d7..ebcebcdeaffe44f0dcffa480f00b91682ca712ec 100644 (file)
@@ -19,7 +19,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/>.  */
 
 
 /* Per copyright assignment agreement with the Free Software Foundation
index 7653e2284bf6b795ab71444dd0eb50f5fe57c33a..a1a7c16b40ba72ca8b09ca2df25886c32dbd9146 100644 (file)
@@ -16,7 +16,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/>.  */
 
 
 /* Per copyright assignment agreement with the Free Software Foundation
index ffca0db0cd457631f66bff5ba0252805f9e5b505..1d6edbdf5c9b258e9f6779994c1873cfde539207 100644 (file)
@@ -48,7 +48,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/>.  */
 
 
 /* Per copyright assignment agreement with the Free Software Foundation
index c2779c32ce5d9611a9c3c365c5e629cc3332647d..0f8fe3ada3581e403a460fec1181596733aeba00 100644 (file)
@@ -12,7 +12,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/>.  */
 
 #ifndef VMSDIR_H
 #define VMSDIR_H
index e44a2e0e967505c08df8e5f561d4cb2dd44518ec..499f3393d3727d7058fc60de08625928ea1d4f34 100644 (file)
@@ -12,7 +12,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 "makeint.h"
 #include "debug.h"
index 6ee4a10e1a05a1072ec524c5cf1c26d43a353552..7c3426eddba4fa4b6e1d7ea67d3b7cff4a73527a 100644 (file)
@@ -12,7 +12,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/>.  */
 
 /* Written by Klaus Kämpf (kkaempf@progis.de)
    of proGIS Software, Aachen, Germany */
index 96cec534076203176e55209017bb3a5ffb4747d2..66381b8f7cae9f627868ea81b76e4c0167e66804 100644 (file)
@@ -14,7 +14,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 <string.h>
 #include <descrip.h>
index 343e344628f1426382e421c5273e4d55792ef983..9c95441f608d7e795c89f52dcd40f4e591b079e9 100644 (file)
@@ -12,7 +12,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 "makeint.h"
 #include "filedef.h"
index d2e4da6abecb9ec5d9d5d1cf5e58ee98a069fe7f..e9cb1d2ff7cc7cecb5b7a8c4661fb2923a57db4c 100644 (file)
@@ -12,7 +12,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>
index a7cbf4a576e71ae3b2573d8723bfe3cda9c9a22b..f1013ae2bf97f756d8d737b21c75335921465fa3 100644 (file)
@@ -13,7 +13,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 "makeint.h"
 
index dcf19b9b1357110f68fbf6b2187861310fafc734..2712e51d96276674165d07db61ddcfa28c602297 100644 (file)
@@ -12,7 +12,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/>.  */
 
 #ifndef _DIRENT_H
 #define _DIRENT_H
index cdf196b9700f90dbf153b1a82e84b57cd8797220..dc1d5297024780222367929828771d64040cae33 100644 (file)
@@ -12,7 +12,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/>.  */
 
 #ifndef DLFCN_H
 #define DLFCN_H
index efc338518d1583daaef1386ad4fd0cfe293730e2..374d8056a23f6024d9be43764f0493e982dc144d 100644 (file)
@@ -12,7 +12,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/>.  */
 
 #ifndef _PATHSTUFF_H
 #define _PATHSTUFF_H
index 32d3b43d9412a34bc8d23b2198d1cdfaee548729..83f71f617e83099c5bbc7149db0b78ddb7716c7c 100644 (file)
@@ -12,7 +12,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/>.  */
 
 #ifndef SUB_PROC_H
 #define SUB_PROC_H
index 8f11c75611037f07d4e0775201d9e9845a5978c0..d67e84bd3aca1a8d4787c2c7abe179ff19ed0c25 100644 (file)
@@ -12,7 +12,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/>.  */
 
 #ifndef _W32ERR_H_
 #define _W32ERR_H_
index ae761ae641001f3ea081190d02d0d30171e402a2..38dbc2a3e3735407f2bd5a299299ac70ef242194 100644 (file)
@@ -12,7 +12,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 "makeint.h"
 #include <string.h>
index 30c43170af3c80982e548c8c2d8ceef1f42a26b4..c611e090cf73fca067ebd2e57652bdd7826105b2 100644 (file)
@@ -12,7 +12,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>
 #include <stddef.h>
index efff8d3fbc5efc0ea6b86faf547e8d772e6db853..4133813ca853d8b840df6f7f5745fcdec38548bb 100644 (file)
@@ -12,7 +12,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/>.  */
 
 #ifndef  _PROC_H
 #define _PROC_H
index 8331f91dd54a2869485249daf5f5b8bd505e104e..501afc3e6e5ba9ff4994851f62f878c426c87769 100644 (file)
@@ -12,7 +12,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 "makeint.h"
 
index 17051020e8230933ef507280a75699c616ad8a63..eb201034fd64365e8303be98527f5bd4d47b292d 100644 (file)
@@ -12,7 +12,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 <stdlib.h>
 #include <windows.h>
index 23acccb9e22343925bc81c1336fe97cbf5915f9b..28b6430f670f47f63f2fc9a81a04cb4a97f445f5 100644 (file)
@@ -12,7 +12,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 "makeint.h"
 
index 13514a5ff451f289b45e69819ec1b65ca11aaac7..06f70ae83a2721be1c7b8de78e07ef242f7093a7 100644 (file)
@@ -1426,4 +1426,4 @@ 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/>.
index bedd7a065a2b274f6e335d2d030d480a17b95fc5..3356861664fa7d4b2affb5d4a62a28ae8817752b 100644 (file)
@@ -175,4 +175,4 @@ 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/>.
index 5a9bb4c5b9652e5dee9849c1fb722554312c7c17..d02ea66775cca4842edd0aef08ae89b7e39482b7 100755 (executable)
@@ -17,7 +17,7 @@ $! 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/>.
 $!
 $!
 $ open/read cfpm_in config-flags.pm.in
index cc134dc5a6da514c4e5f7f03b9d716dd7a74a203..4615aecde6cfb94245888183611b86e1ba8085cb 100755 (executable)
@@ -17,7 +17,7 @@
 # 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/>.
 
 case "$1" in
   "") echo 'Usage: mkshadow <destdir>'; exit 1 ;;
index 1eacdc98b06c33bc1bc5ef1a16e434776c4406d8..b90b6e3b0dbab69dccc4114857d51c5fbfbf9891 100644 (file)
@@ -13,7 +13,7 @@ rem FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for.
 rem more details.
 rem
 rem You should have received a copy of the GNU General Public License along
-rem with this program.  If not, see <http://www.gnu.org/licenses/>.
+rem with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 setlocal
 cd "%~dp0"
index d44fe4293387275eef5778d98db3ca7a53126306..89129172abed95c92bd57c3d5ab87ee75021459f 100755 (executable)
@@ -18,7 +18,7 @@ $! 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/>.
 $!
 $!
 $! Allow more than 8 paramters with using commas as a delimiter.
@@ -221,14 +221,14 @@ implemented, such as valgrind or specifying the make path or source path.
 
 Running the wrapper script requires:
   Perl 5.18 or later.
-  PCSI kits available from http://sourceforge.net/projects/vmsperlkit/files/
+  PCSI kits available from https://sourceforge.net/projects/vmsperlkit/files/
 
   GNV 2.1.3 or later.  GNV 3.0.1 has not tested with this script.
   Bash 4.2.47 or later.
   Coreutils 8.21 or later.
-  http://sourceforge.net/projects/gnv/files/
+  https://sourceforge.net/projects/gnv/files/
   Read before installing:
-     http://sourceforge.net/p/gnv/wiki/InstallingGNVPackages/
+     https://sourceforge.net/p/gnv/wiki/InstallingGNVPackages/
   As updates for other GNV components get posted, those updates should
   be used.
 
index 59e2a8114d45ea186bc22934c2defc62f38b89dd..47ac56c639050f11deec31ac858ccf57ffc9a3d1 100644 (file)
@@ -25,7 +25,7 @@
 # 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/>.
 
 # Add the working directory to @INC and load the test driver
 use FindBin;
index 18ee854dda29139d6dccebd1e64e11b73b3d15fe..32772f4a405fcb07d1dae9258f53f2497e4fa3d1 100644 (file)
@@ -19,7 +19,7 @@
 # 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/>.
 
 
 # Test driver routines used by a number of test suites, including