summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Naumov <alexander_naumov@opensuse.org>2019-11-09 14:40:37 +0100
committerAlexander Naumov <alexander_naumov@opensuse.org>2019-11-09 14:40:37 +0100
commitf66377f9927bf5a1857b1106b28008f3802e1f7b (patch)
treed91f702874b502f1eba3df727bc2e8fd501aef80
parent39c9aea17310ed4601593963938a76ae657f9fcf (diff)
downloadscreen-f66377f9927bf5a1857b1106b28008f3802e1f7b.tar.gz
Using 'https' instead of 'http'
-rw-r--r--src/COPYING8
-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/backtick.c2
-rw-r--r--src/backtick.h2
-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/fileio.c2
-rw-r--r--src/help.c2
-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_license.c4
-rw-r--r--src/list_window.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/os.h2
-rw-r--r--src/process.c2
-rw-r--r--src/pty.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/telnet.c2
-rw-r--r--src/term.c2
-rw-r--r--src/termcap.c2
-rw-r--r--src/tty.c2
-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
-rw-r--r--src/winmsg.c2
-rw-r--r--src/winmsg.h2
-rw-r--r--src/winmsgbuf.c2
-rw-r--r--src/winmsgbuf.h2
-rw-r--r--src/winmsgcond.c2
-rw-r--r--src/winmsgcond.h2
57 files changed, 61 insertions, 61 deletions
diff --git a/src/COPYING b/src/COPYING
index 94a9ed0..e600086 100644
--- a/src/COPYING
+++ b/src/COPYING
@@ -1,7 +1,7 @@
GNU GENERAL PUBLIC LICENSE
Version 3, 29 June 2007
- Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
+ Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
@@ -645,7 +645,7 @@ the "copyright" line and a pointer to where the full notice is found.
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with this program. If not, see <http://www.gnu.org/licenses/>.
+ along with this program. If not, see <https://www.gnu.org/licenses/>.
Also add information on how to contact you by electronic and paper mail.
@@ -664,11 +664,11 @@ might be different; for a GUI interface, you would use an "about box".
You should also get your employer (if you work as a programmer) or school,
if any, to sign a "copyright disclaimer" for the program, if necessary.
For more information on this, and how to apply and follow the GNU GPL, see
-<http://www.gnu.org/licenses/>.
+<https://www.gnu.org/licenses/>.
The GNU General Public License does not permit incorporating your program
into proprietary programs. If your program is a subroutine library, you
may consider it more useful to permit linking proprietary applications with
the library. If this is what you want to do, use the GNU Lesser General
Public License instead of this License. But first, please read
-<http://www.gnu.org/philosophy/why-not-lgpl.html>.
+<https://www.gnu.org/philosophy/why-not-lgpl.html>.
diff --git a/src/acls.c b/src/acls.c
index 6d42238..7cf56e2 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 faf90e5..348754b 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 0dc3c0d..9ee4ffa 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 498350b..018959a 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 01e4b9d..d8de9d4 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/backtick.c b/src/backtick.c
index 67a6af5..4f1fa89 100644
--- a/src/backtick.c
+++ b/src/backtick.c
@@ -25,7 +25,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/backtick.h b/src/backtick.h
index 4a167f4..d45dc41 100644
--- a/src/backtick.h
+++ b/src/backtick.h
@@ -25,7 +25,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 3d37341..74aa7a6 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 b912f81..8460d9a 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 510850a..dd97f93 100644
--- a/src/comm.c
+++ b/src/comm.c
@@ -21,7 +21,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 3bfa12a..e49f3eb 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 5b1564d..1e257d6 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 e9d49b9..11c3c41 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/fileio.c b/src/fileio.c
index df8df82..4b63e65 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 7922faa..53b6fad 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
*
****************************************************************
diff --git a/src/image.h b/src/image.h
index 1c38d65..29a4e9a 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 cede6e9..904293f 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 e9aabec..d7e82bf 100644
--- a/src/layer.c
+++ b/src/layer.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.h b/src/layer.h
index 1489960..4284fba 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 1cbdb03..d81c245 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 ad33cf7..f0efafb 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 86edf1b..2098219 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 2581796..3e5c648 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 482df85..448041a 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_license.c b/src/list_license.c
index f7f1d76..3ea7fdd 100644
--- a/src/list_license.c
+++ b/src/list_license.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
*
****************************************************************
@@ -65,7 +65,7 @@ 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., 51 \
+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/list_window.c b/src/list_window.c
index 4b39f98..ef9efa8 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/logfile.c b/src/logfile.c
index 80aa525..65e7205 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 eb3d3d6..dbc9c2c 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 4545818..685429f 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 0666671..c5e5ea2 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 ad49a84..643ade0 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/os.h b/src/os.h
index 1953a72..931617f 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/process.c b/src/process.c
index 689b4fa..ecfaa7c 100644
--- a/src/process.c
+++ b/src/process.c
@@ -25,7 +25,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 0a1b899..5139403 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/resize.c b/src/resize.c
index ee9ac82..99218ba 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 2e9daa9..9961a34 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 a618781..b7b0ca1 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 bf2adfd..c56f214 100644
--- a/src/screen.c
+++ b/src/screen.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/screen.h b/src/screen.h
index 3c327cf..63ac662 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 5f40ca2..071ff0c 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 0dc9450..7ba231a 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/telnet.c b/src/telnet.c
index 094a39b..69d75ee 100644
--- a/src/telnet.c
+++ b/src/telnet.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 f8edff9..5a4f21c 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 0253cf1..fab1894 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.c b/src/tty.c
index e06ef46..a6a6c90 100644
--- a/src/tty.c
+++ b/src/tty.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/utmp.c b/src/utmp.c
index 94a2efd..d4effeb 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 f6d972a..a43fd1a 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 dca56c9..cf2e395 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 48fa6a2..213e090 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 be68366..ce2510f 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
*
****************************************************************
diff --git a/src/winmsg.c b/src/winmsg.c
index 8287358..bccadd5 100644
--- a/src/winmsg.c
+++ b/src/winmsg.c
@@ -25,7 +25,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/winmsg.h b/src/winmsg.h
index 098d663..6979ac2 100644
--- a/src/winmsg.h
+++ b/src/winmsg.h
@@ -25,7 +25,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/winmsgbuf.c b/src/winmsgbuf.c
index 23ed8ce..b847f98 100644
--- a/src/winmsgbuf.c
+++ b/src/winmsgbuf.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>.
+ * <https://www.gnu.org/licenses>.
*
****************************************************************
*/
diff --git a/src/winmsgbuf.h b/src/winmsgbuf.h
index fb6e1f1..601b044 100644
--- a/src/winmsgbuf.h
+++ b/src/winmsgbuf.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>.
+ * <https://www.gnu.org/licenses>.
*
****************************************************************
*/
diff --git a/src/winmsgcond.c b/src/winmsgcond.c
index 96cab63..653f34a 100644
--- a/src/winmsgcond.c
+++ b/src/winmsgcond.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>.
+ * <https://www.gnu.org/licenses>.
*
****************************************************************
*/
diff --git a/src/winmsgcond.h b/src/winmsgcond.h
index 58af532..9423b3c 100644
--- a/src/winmsgcond.h
+++ b/src/winmsgcond.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>.
+ * <https://www.gnu.org/licenses>.
*
****************************************************************
*/