summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Naumov <alexander_naumov@opensuse.org>2019-11-09 17:54:26 +0100
committerAlexander Naumov <alexander_naumov@opensuse.org>2019-11-09 17:54:26 +0100
commitb7a76150844fcca9f8680e61ec2a358b019eec46 (patch)
tree0332082d540dde245e20486d82ade680f7ba3bd6
parent1ca2816117ce403526919acafff911857c81b193 (diff)
downloadscreen-b7a76150844fcca9f8680e61ec2a358b019eec46.tar.gz
Using 'https' instead of 'http'
-rw-r--r--src/acconfig.h2
-rw-r--r--src/acls.c2
-rw-r--r--src/acls.h2
-rw-r--r--src/ansi.c2
-rw-r--r--src/ansi.h2
-rw-r--r--src/attacher.c2
-rw-r--r--src/braille.c2
-rw-r--r--src/braille.h2
-rw-r--r--src/braille_tsi.c2
-rw-r--r--src/canvas.c2
-rw-r--r--src/canvas.h2
-rw-r--r--src/comm.c2
-rw-r--r--src/display.c2
-rw-r--r--src/display.h2
-rw-r--r--src/encoding.c2
-rw-r--r--src/extern.h2
-rw-r--r--src/fileio.c2
-rw-r--r--src/help.c4
-rw-r--r--src/image.h2
-rw-r--r--src/input.c2
-rw-r--r--src/layer.c2
-rw-r--r--src/layer.h2
-rw-r--r--src/layout.c2
-rw-r--r--src/layout.h2
-rw-r--r--src/list_display.c2
-rw-r--r--src/list_generic.c2
-rw-r--r--src/list_generic.h2
-rw-r--r--src/list_window.c2
-rw-r--r--src/loadav.c2
-rw-r--r--src/logfile.c2
-rw-r--r--src/logfile.h2
-rw-r--r--src/mark.c2
-rw-r--r--src/mark.h2
-rw-r--r--src/misc.c2
-rw-r--r--src/nethack.c2
-rw-r--r--src/os.h2
-rw-r--r--src/patchlevel.h2
-rw-r--r--src/process.c2
-rw-r--r--src/pty.c2
-rw-r--r--src/putenv.c2
-rw-r--r--src/resize.c2
-rw-r--r--src/sched.c2
-rw-r--r--src/sched.h2
-rw-r--r--src/screen.c2
-rw-r--r--src/screen.h2
-rw-r--r--src/search.c2
-rw-r--r--src/socket.c2
-rw-r--r--src/teln.c2
-rw-r--r--src/term.c2
-rw-r--r--src/termcap.c2
-rw-r--r--src/tty.sh2
-rw-r--r--src/utmp.c2
-rw-r--r--src/viewport.c2
-rw-r--r--src/viewport.h2
-rw-r--r--src/window.c2
-rw-r--r--src/window.h2
56 files changed, 57 insertions, 57 deletions
diff --git a/src/acconfig.h b/src/acconfig.h
index 6ff2d32..46d62b0 100644
--- a/src/acconfig.h
+++ b/src/acconfig.h
@@ -15,7 +15,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program (see the file COPYING); if not, see
- * http://www.gnu.org/licenses/, or contact Free Software Foundation, Inc.,
+ * https://www.gnu.org/licenses/, or contact Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
*
****************************************************************
diff --git a/src/acls.c b/src/acls.c
index 514e0fc..1de8e89 100644
--- a/src/acls.c
+++ b/src/acls.c
@@ -20,7 +20,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program (see the file COPYING); if not, see
- * http://www.gnu.org/licenses/, or contact Free Software Foundation, Inc.,
+ * https://www.gnu.org/licenses/, or contact Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
*
****************************************************************
diff --git a/src/acls.h b/src/acls.h
index 42c7c18..4e6c8a8 100644
--- a/src/acls.h
+++ b/src/acls.h
@@ -20,7 +20,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program (see the file COPYING); if not, see
- * http://www.gnu.org/licenses/, or contact Free Software Foundation, Inc.,
+ * https://www.gnu.org/licenses/, or contact Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
*
****************************************************************
diff --git a/src/ansi.c b/src/ansi.c
index e0ba627..2a52edd 100644
--- a/src/ansi.c
+++ b/src/ansi.c
@@ -20,7 +20,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program (see the file COPYING); if not, see
- * http://www.gnu.org/licenses/, or contact Free Software Foundation, Inc.,
+ * https://www.gnu.org/licenses/, or contact Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
*
****************************************************************
diff --git a/src/ansi.h b/src/ansi.h
index 72992b4..e816beb 100644
--- a/src/ansi.h
+++ b/src/ansi.h
@@ -20,7 +20,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program (see the file COPYING); if not, see
- * http://www.gnu.org/licenses/, or contact Free Software Foundation, Inc.,
+ * https://www.gnu.org/licenses/, or contact Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
*
****************************************************************
diff --git a/src/attacher.c b/src/attacher.c
index 6ea814b..18ba43c 100644
--- a/src/attacher.c
+++ b/src/attacher.c
@@ -20,7 +20,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program (see the file COPYING); if not, see
- * http://www.gnu.org/licenses/, or contact Free Software Foundation, Inc.,
+ * https://www.gnu.org/licenses/, or contact Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
*
****************************************************************
diff --git a/src/braille.c b/src/braille.c
index f027dd2..93a3ee1 100644
--- a/src/braille.c
+++ b/src/braille.c
@@ -19,7 +19,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program (see the file COPYING); if not, see
- * http://www.gnu.org/licenses/, or contact Free Software Foundation, Inc.,
+ * https://www.gnu.org/licenses/, or contact Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
*
****************************************************************
diff --git a/src/braille.h b/src/braille.h
index a0cb4e9..266ad41 100644
--- a/src/braille.h
+++ b/src/braille.h
@@ -18,7 +18,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program (see the file COPYING); if not, see
- * http://www.gnu.org/licenses/, or contact Free Software Foundation, Inc.,
+ * https://www.gnu.org/licenses/, or contact Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
*
****************************************************************
diff --git a/src/braille_tsi.c b/src/braille_tsi.c
index 6f84913..1453175 100644
--- a/src/braille_tsi.c
+++ b/src/braille_tsi.c
@@ -20,7 +20,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program (see the file COPYING); if not, see
- * http://www.gnu.org/licenses/, or contact Free Software Foundation, Inc.,
+ * https://www.gnu.org/licenses/, or contact Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
*
****************************************************************
diff --git a/src/canvas.c b/src/canvas.c
index 7a31b0a..919e94d 100644
--- a/src/canvas.c
+++ b/src/canvas.c
@@ -20,7 +20,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program (see the file COPYING); if not, see
- * http://www.gnu.org/licenses/, or contact Free Software Foundation, Inc.,
+ * https://www.gnu.org/licenses/, or contact Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
*
****************************************************************
diff --git a/src/canvas.h b/src/canvas.h
index 6aeb3d8..d918013 100644
--- a/src/canvas.h
+++ b/src/canvas.h
@@ -20,7 +20,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program (see the file COPYING); if not, see
- * http://www.gnu.org/licenses/, or contact Free Software Foundation, Inc.,
+ * https://www.gnu.org/licenses/, or contact Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
*
****************************************************************
diff --git a/src/comm.c b/src/comm.c
index c11a5ae..90eaa7e 100644
--- a/src/comm.c
+++ b/src/comm.c
@@ -29,7 +29,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program (see the file COPYING); if not, see
- * http://www.gnu.org/licenses/, or contact Free Software Foundation, Inc.,
+ * https://www.gnu.org/licenses/, or contact Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
*
****************************************************************
diff --git a/src/display.c b/src/display.c
index a4d953a..d0ed6a4 100644
--- a/src/display.c
+++ b/src/display.c
@@ -20,7 +20,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program (see the file COPYING); if not, see
- * http://www.gnu.org/licenses/, or contact Free Software Foundation, Inc.,
+ * https://www.gnu.org/licenses/, or contact Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
*
****************************************************************
diff --git a/src/display.h b/src/display.h
index f359328..459cc5d 100644
--- a/src/display.h
+++ b/src/display.h
@@ -20,7 +20,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program (see the file COPYING); if not, see
- * http://www.gnu.org/licenses/, or contact Free Software Foundation, Inc.,
+ * https://www.gnu.org/licenses/, or contact Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
*
****************************************************************
diff --git a/src/encoding.c b/src/encoding.c
index dd71afb..e5db3e7 100644
--- a/src/encoding.c
+++ b/src/encoding.c
@@ -15,7 +15,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program (see the file COPYING); if not, see
- * http://www.gnu.org/licenses/, or contact Free Software Foundation, Inc.,
+ * https://www.gnu.org/licenses/, or contact Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
*
****************************************************************
diff --git a/src/extern.h b/src/extern.h
index bb7d3fb..aa8b975 100644
--- a/src/extern.h
+++ b/src/extern.h
@@ -20,7 +20,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program (see the file COPYING); if not, see
- * http://www.gnu.org/licenses/, or contact Free Software Foundation, Inc.,
+ * https://www.gnu.org/licenses/, or contact Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
*
****************************************************************
diff --git a/src/fileio.c b/src/fileio.c
index 1aedabd..fb97a5e 100644
--- a/src/fileio.c
+++ b/src/fileio.c
@@ -20,7 +20,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program (see the file COPYING); if not, see
- * http://www.gnu.org/licenses/, or contact Free Software Foundation, Inc.,
+ * https://www.gnu.org/licenses/, or contact Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
*
****************************************************************
diff --git a/src/help.c b/src/help.c
index ea22536..c3c8493 100644
--- a/src/help.c
+++ b/src/help.c
@@ -23,7 +23,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program (see the file COPYING); if not, see
- * http://www.gnu.org/licenses/, or contact Free Software Foundation, Inc.,
+ * https://www.gnu.org/licenses/, or contact Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
*
****************************************************************
@@ -487,7 +487,7 @@ GNU General Public License for more details.\n\
\n\
You should have received a copy of the GNU General Public License \
along with this program (see the file COPYING); if not, see \
-http://www.gnu.org/licenses/, or contact Free Software Foundation, Inc., \
+https://www.gnu.org/licenses/, or contact Free Software Foundation, Inc., \
51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA.\n\
\n\
Send bugreports, fixes, enhancements, t-shirts, money, beer & pizza to \
diff --git a/src/image.h b/src/image.h
index 2e9b1a6..1756d47 100644
--- a/src/image.h
+++ b/src/image.h
@@ -20,7 +20,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program (see the file COPYING); if not, see
- * http://www.gnu.org/licenses/, or contact Free Software Foundation, Inc.,
+ * https://www.gnu.org/licenses/, or contact Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
*
****************************************************************
diff --git a/src/input.c b/src/input.c
index c17cd15..f9519f1 100644
--- a/src/input.c
+++ b/src/input.c
@@ -20,7 +20,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program (see the file COPYING); if not, see
- * http://www.gnu.org/licenses/, or contact Free Software Foundation, Inc.,
+ * https://www.gnu.org/licenses/, or contact Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
*
****************************************************************
diff --git a/src/layer.c b/src/layer.c
index f6d4557..f505349 100644
--- a/src/layer.c
+++ b/src/layer.c
@@ -22,7 +22,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program (see the file COPYING); if not, see
- * http://www.gnu.org/licenses/, or contact Free Software Foundation, Inc.,
+ * https://www.gnu.org/licenses/, or contact Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
*
****************************************************************
diff --git a/src/layer.h b/src/layer.h
index 8c42d2b..ca18bea 100644
--- a/src/layer.h
+++ b/src/layer.h
@@ -20,7 +20,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program (see the file COPYING); if not, see
- * http://www.gnu.org/licenses/, or contact Free Software Foundation, Inc.,
+ * https://www.gnu.org/licenses/, or contact Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
*
****************************************************************
diff --git a/src/layout.c b/src/layout.c
index 02d82a6..c69d4b5 100644
--- a/src/layout.c
+++ b/src/layout.c
@@ -20,7 +20,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program (see the file COPYING); if not, see
- * http://www.gnu.org/licenses/, or contact Free Software Foundation, Inc.,
+ * https://www.gnu.org/licenses/, or contact Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
*
****************************************************************
diff --git a/src/layout.h b/src/layout.h
index 5f190bd..b5da2b6 100644
--- a/src/layout.h
+++ b/src/layout.h
@@ -20,7 +20,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program (see the file COPYING); if not, see
- * http://www.gnu.org/licenses/, or contact Free Software Foundation, Inc.,
+ * https://www.gnu.org/licenses/, or contact Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
*
****************************************************************
diff --git a/src/list_display.c b/src/list_display.c
index 113bc1c..12f181f 100644
--- a/src/list_display.c
+++ b/src/list_display.c
@@ -23,7 +23,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program (see the file COPYING); if not, see
- * http://www.gnu.org/licenses/, or contact Free Software Foundation, Inc.,
+ * https://www.gnu.org/licenses/, or contact Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
*
****************************************************************
diff --git a/src/list_generic.c b/src/list_generic.c
index e32acf7..0cca907 100644
--- a/src/list_generic.c
+++ b/src/list_generic.c
@@ -14,7 +14,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program (see the file COPYING); if not, see
- * http://www.gnu.org/licenses/, or contact Free Software Foundation, Inc.,
+ * https://www.gnu.org/licenses/, or contact Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
*
****************************************************************
diff --git a/src/list_generic.h b/src/list_generic.h
index 234f6de..a1adc82 100644
--- a/src/list_generic.h
+++ b/src/list_generic.h
@@ -14,7 +14,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program (see the file COPYING); if not, see
- * http://www.gnu.org/licenses/, or contact Free Software Foundation, Inc.,
+ * https://www.gnu.org/licenses/, or contact Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
*
****************************************************************
diff --git a/src/list_window.c b/src/list_window.c
index 72bcfc0..72caad0 100644
--- a/src/list_window.c
+++ b/src/list_window.c
@@ -14,7 +14,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program (see the file COPYING); if not, see
- * http://www.gnu.org/licenses/, or contact Free Software Foundation, Inc.,
+ * https://www.gnu.org/licenses/, or contact Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
*
****************************************************************
diff --git a/src/loadav.c b/src/loadav.c
index ef05c86..953b34e 100644
--- a/src/loadav.c
+++ b/src/loadav.c
@@ -20,7 +20,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program (see the file COPYING); if not, see
- * http://www.gnu.org/licenses/, or contact Free Software Foundation, Inc.,
+ * https://www.gnu.org/licenses/, or contact Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
*
****************************************************************
diff --git a/src/logfile.c b/src/logfile.c
index c1ffb15..1cc87ba 100644
--- a/src/logfile.c
+++ b/src/logfile.c
@@ -20,7 +20,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program (see the file COPYING); if not, see
- * http://www.gnu.org/licenses/, or contact Free Software Foundation, Inc.,
+ * https://www.gnu.org/licenses/, or contact Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
*
****************************************************************
diff --git a/src/logfile.h b/src/logfile.h
index c588a32..91829d8 100644
--- a/src/logfile.h
+++ b/src/logfile.h
@@ -20,7 +20,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program (see the file COPYING); if not, see
- * http://www.gnu.org/licenses/, or contact Free Software Foundation, Inc.,
+ * https://www.gnu.org/licenses/, or contact Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
*
****************************************************************
diff --git a/src/mark.c b/src/mark.c
index 5b339b4..33333de 100644
--- a/src/mark.c
+++ b/src/mark.c
@@ -20,7 +20,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program (see the file COPYING); if not, see
- * http://www.gnu.org/licenses/, or contact Free Software Foundation, Inc.,
+ * https://www.gnu.org/licenses/, or contact Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
*
****************************************************************
diff --git a/src/mark.h b/src/mark.h
index a275fe9..2c55e39 100644
--- a/src/mark.h
+++ b/src/mark.h
@@ -20,7 +20,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program (see the file COPYING); if not, see
- * http://www.gnu.org/licenses/, or contact Free Software Foundation, Inc.,
+ * https://www.gnu.org/licenses/, or contact Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
*
****************************************************************
diff --git a/src/misc.c b/src/misc.c
index 43e93a2..9758693 100644
--- a/src/misc.c
+++ b/src/misc.c
@@ -20,7 +20,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program (see the file COPYING); if not, see
- * http://www.gnu.org/licenses/, or contact Free Software Foundation, Inc.,
+ * https://www.gnu.org/licenses/, or contact Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
*
****************************************************************
diff --git a/src/nethack.c b/src/nethack.c
index d8ae456..fb2ac42 100644
--- a/src/nethack.c
+++ b/src/nethack.c
@@ -20,7 +20,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program (see the file COPYING); if not, see
- * http://www.gnu.org/licenses/, or contact Free Software Foundation, Inc.,
+ * https://www.gnu.org/licenses/, or contact Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
*
****************************************************************
diff --git a/src/os.h b/src/os.h
index 55de249..3cbefae 100644
--- a/src/os.h
+++ b/src/os.h
@@ -20,7 +20,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program (see the file COPYING); if not, see
- * http://www.gnu.org/licenses/, or contact Free Software Foundation, Inc.,
+ * https://www.gnu.org/licenses/, or contact Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
*
****************************************************************
diff --git a/src/patchlevel.h b/src/patchlevel.h
index d39bdd0..ffe9a3b 100644
--- a/src/patchlevel.h
+++ b/src/patchlevel.h
@@ -20,7 +20,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program (see the file COPYING); if not, see
- * http://www.gnu.org/licenses/, or contact Free Software Foundation, Inc.,
+ * https://www.gnu.org/licenses/, or contact Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
*
****************************************************************
diff --git a/src/process.c b/src/process.c
index 5f2a030..004b22a 100644
--- a/src/process.c
+++ b/src/process.c
@@ -23,7 +23,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program (see the file COPYING); if not, see
- * http://www.gnu.org/licenses/, or contact Free Software Foundation, Inc.,
+ * https://www.gnu.org/licenses/, or contact Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
*
****************************************************************
diff --git a/src/pty.c b/src/pty.c
index eba3bb0..289c382 100644
--- a/src/pty.c
+++ b/src/pty.c
@@ -20,7 +20,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program (see the file COPYING); if not, see
- * http://www.gnu.org/licenses/, or contact Free Software Foundation, Inc.,
+ * https://www.gnu.org/licenses/, or contact Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
*
****************************************************************
diff --git a/src/putenv.c b/src/putenv.c
index 2a907f9..2b31f6f 100644
--- a/src/putenv.c
+++ b/src/putenv.c
@@ -20,7 +20,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program (see the file COPYING); if not, see
- * http://www.gnu.org/licenses/, or contact Free Software Foundation, Inc.,
+ * https://www.gnu.org/licenses/, or contact Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
*
****************************************************************
diff --git a/src/resize.c b/src/resize.c
index 33e9b81..070d3ed 100644
--- a/src/resize.c
+++ b/src/resize.c
@@ -20,7 +20,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program (see the file COPYING); if not, see
- * http://www.gnu.org/licenses/, or contact Free Software Foundation, Inc.,
+ * https://www.gnu.org/licenses/, or contact Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
*
****************************************************************
diff --git a/src/sched.c b/src/sched.c
index c2e00df..9e0fc99 100644
--- a/src/sched.c
+++ b/src/sched.c
@@ -20,7 +20,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program (see the file COPYING); if not, see
- * http://www.gnu.org/licenses/, or contact Free Software Foundation, Inc.,
+ * https://www.gnu.org/licenses/, or contact Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
*
****************************************************************
diff --git a/src/sched.h b/src/sched.h
index fdc3fc4..1e14c67 100644
--- a/src/sched.h
+++ b/src/sched.h
@@ -20,7 +20,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program (see the file COPYING); if not, see
- * http://www.gnu.org/licenses/, or contact Free Software Foundation, Inc.,
+ * https://www.gnu.org/licenses/, or contact Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
*
****************************************************************
diff --git a/src/screen.c b/src/screen.c
index c50952b..b2cda45 100644
--- a/src/screen.c
+++ b/src/screen.c
@@ -32,7 +32,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program (see the file COPYING); if not, see
- * http://www.gnu.org/licenses/, or contact Free Software Foundation, Inc.,
+ * https://www.gnu.org/licenses/, or contact Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
*
****************************************************************
diff --git a/src/screen.h b/src/screen.h
index d39b7ea..4823efb 100644
--- a/src/screen.h
+++ b/src/screen.h
@@ -20,7 +20,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program (see the file COPYING); if not, see
- * http://www.gnu.org/licenses/, or contact Free Software Foundation, Inc.,
+ * https://www.gnu.org/licenses/, or contact Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
*
****************************************************************
diff --git a/src/search.c b/src/search.c
index ac8e64e..0ab94e3 100644
--- a/src/search.c
+++ b/src/search.c
@@ -20,7 +20,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program (see the file COPYING); if not, see
- * http://www.gnu.org/licenses/, or contact Free Software Foundation, Inc.,
+ * https://www.gnu.org/licenses/, or contact Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
*
****************************************************************
diff --git a/src/socket.c b/src/socket.c
index ba995bb..bb68b35 100644
--- a/src/socket.c
+++ b/src/socket.c
@@ -20,7 +20,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program (see the file COPYING); if not, see
- * http://www.gnu.org/licenses/, or contact Free Software Foundation, Inc.,
+ * https://www.gnu.org/licenses/, or contact Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
*
****************************************************************
diff --git a/src/teln.c b/src/teln.c
index f61d22b..ff18bf7 100644
--- a/src/teln.c
+++ b/src/teln.c
@@ -20,7 +20,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program (see the file COPYING); if not, see
- * http://www.gnu.org/licenses/, or contact Free Software Foundation, Inc.,
+ * https://www.gnu.org/licenses/, or contact Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
*
****************************************************************
diff --git a/src/term.c b/src/term.c
index c92d85a..da672c4 100644
--- a/src/term.c
+++ b/src/term.c
@@ -20,7 +20,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program (see the file COPYING); if not, see
- * http://www.gnu.org/licenses/, or contact Free Software Foundation, Inc.,
+ * https://www.gnu.org/licenses/, or contact Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
*
****************************************************************
diff --git a/src/termcap.c b/src/termcap.c
index 1d4724d..bedf1aa 100644
--- a/src/termcap.c
+++ b/src/termcap.c
@@ -20,7 +20,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program (see the file COPYING); if not, see
- * http://www.gnu.org/licenses/, or contact Free Software Foundation, Inc.,
+ * https://www.gnu.org/licenses/, or contact Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
*
****************************************************************
diff --git a/src/tty.sh b/src/tty.sh
index affadb7..bafa9f6 100644
--- a/src/tty.sh
+++ b/src/tty.sh
@@ -46,7 +46,7 @@ exit 0
*
* You should have received a copy of the GNU General Public License
* along with this program (see the file COPYING); if not, see
- * http://www.gnu.org/licenses/, or contact Free Software Foundation, Inc.,
+ * https://www.gnu.org/licenses/, or contact Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
*
****************************************************************
diff --git a/src/utmp.c b/src/utmp.c
index 8ec2de4..bb56e2c 100644
--- a/src/utmp.c
+++ b/src/utmp.c
@@ -20,7 +20,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program (see the file COPYING); if not, see
- * http://www.gnu.org/licenses/, or contact Free Software Foundation, Inc.,
+ * https://www.gnu.org/licenses/, or contact Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
*
****************************************************************
diff --git a/src/viewport.c b/src/viewport.c
index 125ae36..34bc486 100644
--- a/src/viewport.c
+++ b/src/viewport.c
@@ -20,7 +20,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program (see the file COPYING); if not, see
- * http://www.gnu.org/licenses/, or contact Free Software Foundation, Inc.,
+ * https://www.gnu.org/licenses/, or contact Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
*
****************************************************************
diff --git a/src/viewport.h b/src/viewport.h
index a19b6b8..5ececfe 100644
--- a/src/viewport.h
+++ b/src/viewport.h
@@ -20,7 +20,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program (see the file COPYING); if not, see
- * http://www.gnu.org/licenses/, or contact Free Software Foundation, Inc.,
+ * https://www.gnu.org/licenses/, or contact Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
*
****************************************************************
diff --git a/src/window.c b/src/window.c
index 58411e2..db03f01 100644
--- a/src/window.c
+++ b/src/window.c
@@ -23,7 +23,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program (see the file COPYING); if not, see
- * http://www.gnu.org/licenses/, or contact Free Software Foundation, Inc.,
+ * https://www.gnu.org/licenses/, or contact Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
*
****************************************************************
diff --git a/src/window.h b/src/window.h
index fd016a3..fbe98dc 100644
--- a/src/window.h
+++ b/src/window.h
@@ -23,7 +23,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program (see the file COPYING); if not, see
- * http://www.gnu.org/licenses/, or contact Free Software Foundation, Inc.,
+ * https://www.gnu.org/licenses/, or contact Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
*
****************************************************************