summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2022-10-18 14:36:40 -0400
committerPaul Smith <psmith@gnu.org>2022-10-18 14:37:47 -0400
commitd9fc1ac5d2e427eed6e61ac95f5ebf72ed380089 (patch)
treeea547a807b51beabd35cdf2102e8c88c1017a75e /src
parent9f55e9fd13c82e67754ec219f4160fda9de32a2b (diff)
downloadmake-git-d9fc1ac5d2e427eed6e61ac95f5ebf72ed380089.tar.gz
Update URLs to use https rather than http
* (all): Change http:// to https:// * README.W32: Remove invalid link to mingw.org.
Diffstat (limited to 'src')
-rw-r--r--src/amiga.c2
-rw-r--r--src/amiga.h2
-rw-r--r--src/ar.c2
-rw-r--r--src/arscan.c2
-rw-r--r--src/commands.c2
-rw-r--r--src/commands.h2
-rw-r--r--src/config.ami2
-rw-r--r--src/config.h-vms2
-rw-r--r--src/config.h.W322
-rw-r--r--src/configh.dos2
-rw-r--r--src/debug.h2
-rw-r--r--src/default.c2
-rw-r--r--src/dep.h2
-rw-r--r--src/dir.c2
-rw-r--r--src/expand.c2
-rw-r--r--src/file.c2
-rw-r--r--src/filedef.h2
-rw-r--r--src/function.c2
-rw-r--r--src/getopt.c2
-rw-r--r--src/getopt.h2
-rw-r--r--src/getopt1.c2
-rw-r--r--src/gettext.h2
-rw-r--r--src/gmk-default.scm2
-rw-r--r--src/gnumake.h2
-rw-r--r--src/guile.c2
-rw-r--r--src/hash.c2
-rw-r--r--src/hash.h2
-rw-r--r--src/implicit.c2
-rw-r--r--src/job.c2
-rw-r--r--src/job.h2
-rw-r--r--src/load.c2
-rw-r--r--src/loadapi.c2
-rw-r--r--src/main.c2
-rw-r--r--src/makeint.h2
-rw-r--r--src/misc.c2
-rw-r--r--src/mkconfig.h.in2
-rw-r--r--src/os.h2
-rw-r--r--src/output.c2
-rw-r--r--src/output.h2
-rw-r--r--src/posixos.c2
-rw-r--r--src/read.c2
-rw-r--r--src/remake.c2
-rw-r--r--src/remote-cstms.c2
-rw-r--r--src/remote-stub.c2
-rw-r--r--src/rule.c2
-rw-r--r--src/rule.h2
-rw-r--r--src/shuffle.c2
-rw-r--r--src/shuffle.h2
-rw-r--r--src/signame.c2
-rw-r--r--src/strcache.c2
-rw-r--r--src/variable.c2
-rw-r--r--src/variable.h2
-rw-r--r--src/version.c2
-rw-r--r--src/vms_exit.c2
-rw-r--r--src/vms_export_symbol.c2
-rw-r--r--src/vms_progname.c2
-rw-r--r--src/vmsdir.h2
-rw-r--r--src/vmsfunctions.c2
-rw-r--r--src/vmsify.c2
-rw-r--r--src/vmsjobs.c2
-rw-r--r--src/vpath.c2
-rw-r--r--src/w32/compat/dirent.c2
-rw-r--r--src/w32/compat/posixfcn.c2
-rw-r--r--src/w32/include/dirent.h2
-rw-r--r--src/w32/include/dlfcn.h2
-rw-r--r--src/w32/include/pathstuff.h2
-rw-r--r--src/w32/include/sub_proc.h2
-rw-r--r--src/w32/include/w32err.h2
-rw-r--r--src/w32/pathstuff.c2
-rw-r--r--src/w32/subproc/misc.c2
-rw-r--r--src/w32/subproc/proc.h2
-rw-r--r--src/w32/subproc/sub_proc.c2
-rw-r--r--src/w32/subproc/w32err.c2
-rw-r--r--src/w32/w32os.c2
74 files changed, 74 insertions, 74 deletions
diff --git a/src/amiga.c b/src/amiga.c
index 10a19cde..2304716e 100644
--- a/src/amiga.c
+++ b/src/amiga.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 "variable.h"
diff --git a/src/amiga.h b/src/amiga.h
index 502c7eac..bef5087f 100644
--- a/src/amiga.h
+++ b/src/amiga.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/>. */
int MyExecute (char ** argv);
char * wildcard_expansion (char * wc, char * o);
diff --git a/src/ar.c b/src/ar.c
index 48ef5e44..8b02f047 100644
--- 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"
diff --git a/src/arscan.c b/src/arscan.c
index 69b8695c..b6ed45a8 100644
--- a/src/arscan.c
+++ b/src/arscan.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"
diff --git a/src/commands.c b/src/commands.c
index d4e780b2..9bb4eb6e 100644
--- a/src/commands.c
+++ b/src/commands.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 "filedef.h"
diff --git a/src/commands.h b/src/commands.h
index 508157f2..1a717516 100644
--- a/src/commands.h
+++ b/src/commands.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 that gives the commands to make a file
and information about where these commands came from. */
diff --git a/src/config.ami b/src/config.ami
index 5f32511c..775a4d71 100644
--- a/src/config.ami
+++ b/src/config.ami
@@ -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"
diff --git a/src/config.h-vms b/src/config.h-vms
index c7c1d0e8..53e6b90a 100644
--- a/src/config.h-vms
+++ b/src/config.h-vms
@@ -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"
diff --git a/src/config.h.W32 b/src/config.h.W32
index 32aa2545..1a03a041 100644
--- a/src/config.h.W32
+++ b/src/config.h.W32
@@ -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"
diff --git a/src/configh.dos b/src/configh.dos
index 58e992f2..5e20616e 100644
--- a/src/configh.dos
+++ b/src/configh.dos
@@ -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"
diff --git a/src/debug.h b/src/debug.h
index 1a2cc9e3..63cc4b5d 100644
--- a/src/debug.h
+++ b/src/debug.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 DB_NONE (0x000)
#define DB_BASIC (0x001)
diff --git a/src/default.c b/src/default.c
index 54957277..b4cfdf71 100644
--- a/src/default.c
+++ b/src/default.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"
diff --git a/src/dep.h b/src/dep.h
index 2856e0d8..89c8639e 100644
--- 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. */
diff --git a/src/dir.c b/src/dir.c
index ec7bb207..38a7806e 100644
--- 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"
diff --git a/src/expand.c b/src/expand.c
index 95e66ec6..2509009e 100644
--- a/src/expand.c
+++ b/src/expand.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"
diff --git a/src/file.c b/src/file.c
index d2ee2c68..226af61f 100644
--- a/src/file.c
+++ b/src/file.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"
diff --git a/src/filedef.h b/src/filedef.h
index ac7df008..ae2f26dd 100644
--- a/src/filedef.h
+++ b/src/filedef.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 that represents the info on one file
diff --git a/src/function.c b/src/function.c
index 61164dcb..db5e1b51 100644
--- a/src/function.c
+++ b/src/function.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 "filedef.h"
diff --git a/src/getopt.c b/src/getopt.c
index 3f51e13f..9f31a70d 100644
--- a/src/getopt.c
+++ b/src/getopt.c
@@ -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>. */
diff --git a/src/getopt.h b/src/getopt.h
index 6faed5b7..f96172d0 100644
--- a/src/getopt.h
+++ b/src/getopt.h
@@ -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
diff --git a/src/getopt1.c b/src/getopt1.c
index 3218c5af..481a358b 100644
--- a/src/getopt1.c
+++ b/src/getopt1.c
@@ -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/>. */
#ifdef HAVE_CONFIG_H
#include <config.h>
diff --git a/src/gettext.h b/src/gettext.h
index e4d047fc..9498fada 100644
--- a/src/gettext.h
+++ b/src/gettext.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/>. */
#ifndef _LIBGETTEXT_H
#define _LIBGETTEXT_H 1
diff --git a/src/gmk-default.scm b/src/gmk-default.scm
index 08b79d9a..033a32e6 100644
--- a/src/gmk-default.scm
+++ b/src/gmk-default.scm
@@ -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
diff --git a/src/gnumake.h b/src/gnumake.h
index 390a0bde..4e796e58 100644
--- a/src/gnumake.h
+++ b/src/gnumake.h
@@ -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_
diff --git a/src/guile.c b/src/guile.c
index 9244cae6..32f63176 100644
--- a/src/guile.c
+++ b/src/guile.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"
diff --git a/src/hash.c b/src/hash.c
index beda7656..5d7ea81b 100644
--- a/src/hash.c
+++ b/src/hash.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"
diff --git a/src/hash.h b/src/hash.h
index f5b9362a..deaceab6 100644
--- a/src/hash.h
+++ b/src/hash.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/>. */
#ifndef _hash_h_
#define _hash_h_
diff --git a/src/implicit.c b/src/implicit.c
index bef70063..a3bd318c 100644
--- a/src/implicit.c
+++ b/src/implicit.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 "filedef.h"
diff --git a/src/job.c b/src/job.c
index 7f855e95..cf16d7bf 100644
--- 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"
diff --git a/src/job.h b/src/job.h
index 35dab005..14a9984d 100644
--- 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"
diff --git a/src/load.c b/src/load.c
index 81cc3011..e343a2ee 100644
--- a/src/load.c
+++ b/src/load.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"
diff --git a/src/loadapi.c b/src/loadapi.c
index c4ee4ee5..3c1fdb0a 100644
--- a/src/loadapi.c
+++ b/src/loadapi.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"
diff --git a/src/main.c b/src/main.c
index 886c5218..509253fa 100644
--- a/src/main.c
+++ b/src/main.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 "os.h"
diff --git a/src/makeint.h b/src/makeint.h
index d3674fe7..c924b31e 100644
--- a/src/makeint.h
+++ b/src/makeint.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/>. */
/* 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
diff --git a/src/misc.c b/src/misc.c
index a88584b6..15fddcd1 100644
--- a/src/misc.c
+++ b/src/misc.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 "filedef.h"
diff --git a/src/mkconfig.h.in b/src/mkconfig.h.in
index fa9df005..cc49aee7 100644
--- a/src/mkconfig.h.in
+++ b/src/mkconfig.h.in
@@ -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@"
diff --git a/src/os.h b/src/os.h
index 85fa28d8..fe0a9976 100644
--- 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
diff --git a/src/output.c b/src/output.c
index d806159f..fa13e9c3 100644
--- a/src/output.c
+++ b/src/output.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 "os.h"
diff --git a/src/output.h b/src/output.h
index d9b1512c..59576059 100644
--- a/src/output.h
+++ b/src/output.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/>. */
struct output
{
diff --git a/src/posixos.c b/src/posixos.c
index ed3b775d..a48116db 100644
--- a/src/posixos.c
+++ b/src/posixos.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"
diff --git a/src/read.c b/src/read.c
index 3336fb83..a7200190 100644
--- a/src/read.c
+++ b/src/read.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"
diff --git a/src/remake.c b/src/remake.c
index 57f10427..77a3b051 100644
--- a/src/remake.c
+++ b/src/remake.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 "filedef.h"
diff --git a/src/remote-cstms.c b/src/remote-cstms.c
index ffbfa067..c8543f9f 100644
--- a/src/remote-cstms.c
+++ b/src/remote-cstms.c
@@ -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"
diff --git a/src/remote-stub.c b/src/remote-stub.c
index 735b7e17..d7cc260c 100644
--- a/src/remote-stub.c
+++ b/src/remote-stub.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 "filedef.h"
diff --git a/src/rule.c b/src/rule.c
index d4d28fa2..a1f9ef32 100644
--- a/src/rule.c
+++ b/src/rule.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"
diff --git a/src/rule.h b/src/rule.h
index 7f9de4e8..cadac3f3 100644
--- a/src/rule.h
+++ b/src/rule.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 for pattern (implicit) rules. */
diff --git a/src/shuffle.c b/src/shuffle.c
index 17731e8f..d1a52a0d 100644
--- a/src/shuffle.c
+++ b/src/shuffle.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"
diff --git a/src/shuffle.h b/src/shuffle.h
index 6b99a0e9..6c7faa4b 100644
--- a/src/shuffle.h
+++ b/src/shuffle.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/>. */
struct dep;
struct goaldep;
diff --git a/src/signame.c b/src/signame.c
index 60564999..d4374a30 100644
--- a/src/signame.c
+++ b/src/signame.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"
diff --git a/src/strcache.c b/src/strcache.c
index 89baeeaa..f081ea75 100644
--- a/src/strcache.c
+++ b/src/strcache.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"
diff --git a/src/variable.c b/src/variable.c
index b5c43c35..0bd9963b 100644
--- a/src/variable.c
+++ b/src/variable.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"
diff --git a/src/variable.h b/src/variable.h
index 26a1caf2..d377a47f 100644
--- a/src/variable.h
+++ b/src/variable.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 "hash.h"
diff --git a/src/version.c b/src/version.c
index 5e29351d..b96e0303 100644
--- a/src/version.c
+++ b/src/version.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/>. */
/* 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
diff --git a/src/vms_exit.c b/src/vms_exit.c
index 3a02a3e7..ebcebcde 100644
--- a/src/vms_exit.c
+++ b/src/vms_exit.c
@@ -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
diff --git a/src/vms_export_symbol.c b/src/vms_export_symbol.c
index 7653e228..a1a7c16b 100644
--- a/src/vms_export_symbol.c
+++ b/src/vms_export_symbol.c
@@ -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
diff --git a/src/vms_progname.c b/src/vms_progname.c
index ffca0db0..1d6edbdf 100644
--- a/src/vms_progname.c
+++ b/src/vms_progname.c
@@ -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
diff --git a/src/vmsdir.h b/src/vmsdir.h
index c2779c32..0f8fe3ad 100644
--- a/src/vmsdir.h
+++ b/src/vmsdir.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/>. */
#ifndef VMSDIR_H
#define VMSDIR_H
diff --git a/src/vmsfunctions.c b/src/vmsfunctions.c
index e44a2e0e..499f3393 100644
--- a/src/vmsfunctions.c
+++ b/src/vmsfunctions.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 "debug.h"
diff --git a/src/vmsify.c b/src/vmsify.c
index 6ee4a10e..7c3426ed 100644
--- a/src/vmsify.c
+++ b/src/vmsify.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/>. */
/* Written by Klaus Kämpf (kkaempf@progis.de)
of proGIS Software, Aachen, Germany */
diff --git a/src/vmsjobs.c b/src/vmsjobs.c
index 96cec534..66381b8f 100644
--- a/src/vmsjobs.c
+++ b/src/vmsjobs.c
@@ -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>
diff --git a/src/vpath.c b/src/vpath.c
index 343e3446..9c95441f 100644
--- a/src/vpath.c
+++ b/src/vpath.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 "filedef.h"
diff --git a/src/w32/compat/dirent.c b/src/w32/compat/dirent.c
index d2e4da6a..e9cb1d2f 100644
--- a/src/w32/compat/dirent.c
+++ b/src/w32/compat/dirent.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 <config.h>
diff --git a/src/w32/compat/posixfcn.c b/src/w32/compat/posixfcn.c
index a7cbf4a5..f1013ae2 100644
--- a/src/w32/compat/posixfcn.c
+++ b/src/w32/compat/posixfcn.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"
diff --git a/src/w32/include/dirent.h b/src/w32/include/dirent.h
index dcf19b9b..2712e51d 100644
--- a/src/w32/include/dirent.h
+++ b/src/w32/include/dirent.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/>. */
#ifndef _DIRENT_H
#define _DIRENT_H
diff --git a/src/w32/include/dlfcn.h b/src/w32/include/dlfcn.h
index cdf196b9..dc1d5297 100644
--- a/src/w32/include/dlfcn.h
+++ b/src/w32/include/dlfcn.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/>. */
#ifndef DLFCN_H
#define DLFCN_H
diff --git a/src/w32/include/pathstuff.h b/src/w32/include/pathstuff.h
index efc33851..374d8056 100644
--- a/src/w32/include/pathstuff.h
+++ b/src/w32/include/pathstuff.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/>. */
#ifndef _PATHSTUFF_H
#define _PATHSTUFF_H
diff --git a/src/w32/include/sub_proc.h b/src/w32/include/sub_proc.h
index 32d3b43d..83f71f61 100644
--- a/src/w32/include/sub_proc.h
+++ b/src/w32/include/sub_proc.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/>. */
#ifndef SUB_PROC_H
#define SUB_PROC_H
diff --git a/src/w32/include/w32err.h b/src/w32/include/w32err.h
index 8f11c756..d67e84bd 100644
--- a/src/w32/include/w32err.h
+++ b/src/w32/include/w32err.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/>. */
#ifndef _W32ERR_H_
#define _W32ERR_H_
diff --git a/src/w32/pathstuff.c b/src/w32/pathstuff.c
index ae761ae6..38dbc2a3 100644
--- a/src/w32/pathstuff.c
+++ b/src/w32/pathstuff.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 <string.h>
diff --git a/src/w32/subproc/misc.c b/src/w32/subproc/misc.c
index 30c43170..c611e090 100644
--- a/src/w32/subproc/misc.c
+++ b/src/w32/subproc/misc.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 <config.h>
#include <stddef.h>
diff --git a/src/w32/subproc/proc.h b/src/w32/subproc/proc.h
index efff8d3f..4133813c 100644
--- a/src/w32/subproc/proc.h
+++ b/src/w32/subproc/proc.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/>. */
#ifndef _PROC_H
#define _PROC_H
diff --git a/src/w32/subproc/sub_proc.c b/src/w32/subproc/sub_proc.c
index 8331f91d..501afc3e 100644
--- a/src/w32/subproc/sub_proc.c
+++ b/src/w32/subproc/sub_proc.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"
diff --git a/src/w32/subproc/w32err.c b/src/w32/subproc/w32err.c
index 17051020..eb201034 100644
--- a/src/w32/subproc/w32err.c
+++ b/src/w32/subproc/w32err.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 <stdlib.h>
#include <windows.h>
diff --git a/src/w32/w32os.c b/src/w32/w32os.c
index 23acccb9..28b6430f 100644
--- a/src/w32/w32os.c
+++ b/src/w32/w32os.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"