From b641818c787e48bbf03ce2a0cd5b542c4c21e523 Mon Sep 17 00:00:00 2001 From: Holger Schemel Date: Fri, 4 Sep 2020 01:13:47 +0200 Subject: [PATCH] changed "http" to "https" in URLs --- Makefile | 2 +- build-projects/android/Makefile | 2 +- build-scripts/create_element_defs.pl | 2 +- graphics/Makefile | 2 +- graphics/gfx_classic/Makefile | 2 +- src/Android.mk | 2 +- src/Makefile | 2 +- src/anim.c | 2 +- src/anim.h | 2 +- src/conf_gfx.c | 2 +- src/conf_hlp.c | 2 +- src/conf_mus.c | 2 +- src/conf_snd.c | 2 +- src/config.c | 2 +- src/config.h | 2 +- src/editor.c | 2 +- src/editor.h | 2 +- src/engines.h | 2 +- src/events.c | 2 +- src/events.h | 2 +- src/files.c | 2 +- src/files.h | 2 +- src/game.c | 2 +- src/game.h | 2 +- src/game_em/Makefile | 2 +- src/game_em/game_em.h | 2 +- src/game_mm/Makefile | 2 +- src/game_mm/game_mm.h | 2 +- src/game_mm/mm_files.c | 2 +- src/game_mm/mm_game.c | 2 +- src/game_mm/mm_game.h | 2 +- src/game_mm/mm_init.c | 2 +- src/game_mm/mm_main.c | 2 +- src/game_mm/mm_main.h | 2 +- src/game_mm/mm_tools.c | 2 +- src/game_mm/mm_tools.h | 2 +- src/game_sp/Makefile | 2 +- src/game_sp/game_sp.h | 2 +- src/header.tmpl | 2 +- src/init.c | 2 +- src/init.h | 2 +- src/libgame/Makefile | 2 +- src/libgame/android.h | 2 +- src/libgame/gadgets.c | 2 +- src/libgame/gadgets.h | 2 +- src/libgame/hash.c | 2 +- src/libgame/hash.h | 2 +- src/libgame/image.c | 2 +- src/libgame/image.h | 2 +- src/libgame/joystick.c | 2 +- src/libgame/joystick.h | 2 +- src/libgame/libgame.h | 2 +- src/libgame/macosx.h | 2 +- src/libgame/misc.c | 2 +- src/libgame/misc.h | 2 +- src/libgame/platform.h | 2 +- src/libgame/random.c | 2 +- src/libgame/random.h | 2 +- src/libgame/sdl.c | 2 +- src/libgame/sdl.h | 2 +- src/libgame/setup.c | 2 +- src/libgame/setup.h | 2 +- src/libgame/snapshot.c | 2 +- src/libgame/snapshot.h | 2 +- src/libgame/sound.c | 2 +- src/libgame/sound.h | 2 +- src/libgame/system.c | 2 +- src/libgame/system.h | 2 +- src/libgame/text.c | 2 +- src/libgame/text.h | 2 +- src/libgame/types.h | 2 +- src/libgame/windows.h | 2 +- src/main.c | 2 +- src/main.h | 4 ++-- src/netserv.c | 2 +- src/netserv.h | 2 +- src/network.c | 2 +- src/network.h | 2 +- src/screens.c | 2 +- src/screens.h | 2 +- src/tape.c | 2 +- src/tape.h | 2 +- src/tools.c | 2 +- src/tools.h | 2 +- 84 files changed, 85 insertions(+), 85 deletions(-) diff --git a/Makefile b/Makefile index 3e9427cb..15e686a6 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ # (c) 1995-2015 by Artsoft Entertainment # Holger Schemel # info@artsoft.org -# http://www.artsoft.org/ +# https://www.artsoft.org/ # ----------------------------------------------------------------------------- # Makefile # ============================================================================= diff --git a/build-projects/android/Makefile b/build-projects/android/Makefile index 20bce5bf..11ef1ac0 100644 --- a/build-projects/android/Makefile +++ b/build-projects/android/Makefile @@ -4,7 +4,7 @@ # (c) 1995-2020 by Artsoft Entertainment # Holger Schemel # info@artsoft.org -# http://www.artsoft.org/ +# https://www.artsoft.org/ # ----------------------------------------------------------------------------- # build-projects/android/Makefile # ============================================================================= diff --git a/build-scripts/create_element_defs.pl b/build-scripts/create_element_defs.pl index 10280faa..0966816a 100755 --- a/build-scripts/create_element_defs.pl +++ b/build-scripts/create_element_defs.pl @@ -6,7 +6,7 @@ # (c) 1995-2014 by Artsoft Entertainment # Holger Schemel # info@artsoft.org -# http://www.artsoft.org/ +# https://www.artsoft.org/ # ----------------------------------------------------------------------------- # create_element_defs.pl # ============================================================================= diff --git a/graphics/Makefile b/graphics/Makefile index 9e7b3d41..3957cba0 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -4,7 +4,7 @@ # (c) 1995-2015 by Artsoft Entertainment # Holger Schemel # info@artsoft.org -# http://www.artsoft.org/ +# https://www.artsoft.org/ # ----------------------------------------------------------------------------- # graphics/Makefile # ============================================================================= diff --git a/graphics/gfx_classic/Makefile b/graphics/gfx_classic/Makefile index 66e897f8..2c27a4b2 100644 --- a/graphics/gfx_classic/Makefile +++ b/graphics/gfx_classic/Makefile @@ -4,7 +4,7 @@ # (c) 1995-2015 by Artsoft Entertainment # Holger Schemel # info@artsoft.org -# http://www.artsoft.org/ +# https://www.artsoft.org/ # ----------------------------------------------------------------------------- # graphics/gfx_classic/Makefile # ============================================================================= diff --git a/src/Android.mk b/src/Android.mk index 092204c6..f0755630 100644 --- a/src/Android.mk +++ b/src/Android.mk @@ -4,7 +4,7 @@ # (c) 1995-2014 by Artsoft Entertainment # Holger Schemel # info@artsoft.org -# http://www.artsoft.org/ +# https://www.artsoft.org/ # ----------------------------------------------------------------------------- # src/Android.mk # ============================================================================= diff --git a/src/Makefile b/src/Makefile index e03e8af1..8f18fa76 100644 --- a/src/Makefile +++ b/src/Makefile @@ -4,7 +4,7 @@ # (c) 1995-2015 by Artsoft Entertainment # Holger Schemel # info@artsoft.org -# http://www.artsoft.org/ +# https://www.artsoft.org/ # ----------------------------------------------------------------------------- # src/Makefile # ============================================================================= diff --git a/src/anim.c b/src/anim.c index e7a30860..dec9d18e 100644 --- a/src/anim.c +++ b/src/anim.c @@ -4,7 +4,7 @@ // (c) 1995-2014 by Artsoft Entertainment // Holger Schemel // info@artsoft.org -// http://www.artsoft.org/ +// https://www.artsoft.org/ // ---------------------------------------------------------------------------- // anim.c // ============================================================================ diff --git a/src/anim.h b/src/anim.h index cbaeda2b..5c5b7895 100644 --- a/src/anim.h +++ b/src/anim.h @@ -4,7 +4,7 @@ // (c) 1995-2014 by Artsoft Entertainment // Holger Schemel // info@artsoft.org -// http://www.artsoft.org/ +// https://www.artsoft.org/ // ---------------------------------------------------------------------------- // anim.h // ============================================================================ diff --git a/src/conf_gfx.c b/src/conf_gfx.c index 0f3b6cdc..20f3f1cb 100644 --- a/src/conf_gfx.c +++ b/src/conf_gfx.c @@ -4,7 +4,7 @@ // (c) 1995-2014 by Artsoft Entertainment // Holger Schemel // info@artsoft.org -// http://www.artsoft.org/ +// https://www.artsoft.org/ // ---------------------------------------------------------------------------- // conf_gfx.c // ============================================================================ diff --git a/src/conf_hlp.c b/src/conf_hlp.c index 9b8f9b3c..d2a6f15c 100644 --- a/src/conf_hlp.c +++ b/src/conf_hlp.c @@ -4,7 +4,7 @@ // (c) 1995-2014 by Artsoft Entertainment // Holger Schemel // info@artsoft.org -// http://www.artsoft.org/ +// https://www.artsoft.org/ // ---------------------------------------------------------------------------- // conf_hlp.c // ============================================================================ diff --git a/src/conf_mus.c b/src/conf_mus.c index 94aad15f..08ccd659 100644 --- a/src/conf_mus.c +++ b/src/conf_mus.c @@ -4,7 +4,7 @@ // (c) 1995-2014 by Artsoft Entertainment // Holger Schemel // info@artsoft.org -// http://www.artsoft.org/ +// https://www.artsoft.org/ // ---------------------------------------------------------------------------- // conf_mus.c // ============================================================================ diff --git a/src/conf_snd.c b/src/conf_snd.c index a3a42c86..83867110 100644 --- a/src/conf_snd.c +++ b/src/conf_snd.c @@ -4,7 +4,7 @@ // (c) 1995-2014 by Artsoft Entertainment // Holger Schemel // info@artsoft.org -// http://www.artsoft.org/ +// https://www.artsoft.org/ // ---------------------------------------------------------------------------- // conf_snd.c // ============================================================================ diff --git a/src/config.c b/src/config.c index 8c4f1b5a..8f3bd084 100644 --- a/src/config.c +++ b/src/config.c @@ -4,7 +4,7 @@ // (c) 1995-2014 by Artsoft Entertainment // Holger Schemel // info@artsoft.org -// http://www.artsoft.org/ +// https://www.artsoft.org/ // ---------------------------------------------------------------------------- // config.c // ============================================================================ diff --git a/src/config.h b/src/config.h index 2387c5b7..4b1a0e71 100644 --- a/src/config.h +++ b/src/config.h @@ -4,7 +4,7 @@ // (c) 1995-2014 by Artsoft Entertainment // Holger Schemel // info@artsoft.org -// http://www.artsoft.org/ +// https://www.artsoft.org/ // ---------------------------------------------------------------------------- // config.h // ============================================================================ diff --git a/src/editor.c b/src/editor.c index edbef12d..3b8d0f5a 100644 --- a/src/editor.c +++ b/src/editor.c @@ -4,7 +4,7 @@ // (c) 1995-2014 by Artsoft Entertainment // Holger Schemel // info@artsoft.org -// http://www.artsoft.org/ +// https://www.artsoft.org/ // ---------------------------------------------------------------------------- // editor.c // ============================================================================ diff --git a/src/editor.h b/src/editor.h index 19791965..7270b202 100644 --- a/src/editor.h +++ b/src/editor.h @@ -4,7 +4,7 @@ // (c) 1995-2014 by Artsoft Entertainment // Holger Schemel // info@artsoft.org -// http://www.artsoft.org/ +// https://www.artsoft.org/ // ---------------------------------------------------------------------------- // editor.h // ============================================================================ diff --git a/src/engines.h b/src/engines.h index 6a6dd4a7..46cdbf4f 100644 --- a/src/engines.h +++ b/src/engines.h @@ -4,7 +4,7 @@ // (c) 1995-2014 by Artsoft Entertainment // Holger Schemel // info@artsoft.org -// http://www.artsoft.org/ +// https://www.artsoft.org/ // ---------------------------------------------------------------------------- // engines.h // ============================================================================ diff --git a/src/events.c b/src/events.c index 834b4232..4140ab5f 100644 --- a/src/events.c +++ b/src/events.c @@ -4,7 +4,7 @@ // (c) 1995-2014 by Artsoft Entertainment // Holger Schemel // info@artsoft.org -// http://www.artsoft.org/ +// https://www.artsoft.org/ // ---------------------------------------------------------------------------- // events.c // ============================================================================ diff --git a/src/events.h b/src/events.h index 5cb33086..30a64877 100644 --- a/src/events.h +++ b/src/events.h @@ -4,7 +4,7 @@ // (c) 1995-2014 by Artsoft Entertainment // Holger Schemel // info@artsoft.org -// http://www.artsoft.org/ +// https://www.artsoft.org/ // ---------------------------------------------------------------------------- // events.h // ============================================================================ diff --git a/src/files.c b/src/files.c index 7b64735f..c0704345 100644 --- a/src/files.c +++ b/src/files.c @@ -4,7 +4,7 @@ // (c) 1995-2014 by Artsoft Entertainment // Holger Schemel // info@artsoft.org -// http://www.artsoft.org/ +// https://www.artsoft.org/ // ---------------------------------------------------------------------------- // files.c // ============================================================================ diff --git a/src/files.h b/src/files.h index 60280804..fd55786c 100644 --- a/src/files.h +++ b/src/files.h @@ -4,7 +4,7 @@ // (c) 1995-2014 by Artsoft Entertainment // Holger Schemel // info@artsoft.org -// http://www.artsoft.org/ +// https://www.artsoft.org/ // ---------------------------------------------------------------------------- // files.h // ============================================================================ diff --git a/src/game.c b/src/game.c index 59882dac..803eebb3 100644 --- a/src/game.c +++ b/src/game.c @@ -4,7 +4,7 @@ // (c) 1995-2014 by Artsoft Entertainment // Holger Schemel // info@artsoft.org -// http://www.artsoft.org/ +// https://www.artsoft.org/ // ---------------------------------------------------------------------------- // game.c // ============================================================================ diff --git a/src/game.h b/src/game.h index 36d4a6af..0851c540 100644 --- a/src/game.h +++ b/src/game.h @@ -4,7 +4,7 @@ // (c) 1995-2014 by Artsoft Entertainment // Holger Schemel // info@artsoft.org -// http://www.artsoft.org/ +// https://www.artsoft.org/ // ---------------------------------------------------------------------------- // game.h // ============================================================================ diff --git a/src/game_em/Makefile b/src/game_em/Makefile index 4c4c9808..827d51a3 100644 --- a/src/game_em/Makefile +++ b/src/game_em/Makefile @@ -4,7 +4,7 @@ # (c) 1995-2014 by Artsoft Entertainment # Holger Schemel # info@artsoft.org -# http://www.artsoft.org/ +# https://www.artsoft.org/ # ----------------------------------------------------------------------------- # The native Emerald Mine game engine is based on: # Emerald Mine for X11 (c) 2000,2001 David Tritscher diff --git a/src/game_em/game_em.h b/src/game_em/game_em.h index 5f994115..6f090474 100644 --- a/src/game_em/game_em.h +++ b/src/game_em/game_em.h @@ -4,7 +4,7 @@ // (c) 1995-2014 by Artsoft Entertainment // Holger Schemel // info@artsoft.org -// http://www.artsoft.org/ +// https://www.artsoft.org/ // ---------------------------------------------------------------------------- // game_em.h // ============================================================================ diff --git a/src/game_mm/Makefile b/src/game_mm/Makefile index ee3bfa2f..e3dba140 100644 --- a/src/game_mm/Makefile +++ b/src/game_mm/Makefile @@ -4,7 +4,7 @@ # (c) 1989-2017 by Artsoft Entertainment # Holger Schemel # info@artsoft.org -# http://www.artsoft.org/ +# https://www.artsoft.org/ # ----------------------------------------------------------------------------- # The native Mirror Magic game engine is based on: # - Mirror Magic II by Holger Schemel (Linux/DOS/Windows version, 1995) diff --git a/src/game_mm/game_mm.h b/src/game_mm/game_mm.h index 45327aaf..5655f322 100644 --- a/src/game_mm/game_mm.h +++ b/src/game_mm/game_mm.h @@ -4,7 +4,7 @@ // (c) 1994-2017 by Artsoft Entertainment // Holger Schemel // info@artsoft.org -// http://www.artsoft.org/ +// https://www.artsoft.org/ // ---------------------------------------------------------------------------- // game_mm.h // ============================================================================ diff --git a/src/game_mm/mm_files.c b/src/game_mm/mm_files.c index fc59d798..caa92e02 100644 --- a/src/game_mm/mm_files.c +++ b/src/game_mm/mm_files.c @@ -4,7 +4,7 @@ // (c) 1994-2017 by Artsoft Entertainment // Holger Schemel // info@artsoft.org -// http://www.artsoft.org/ +// https://www.artsoft.org/ // ---------------------------------------------------------------------------- // mm_files.c // ============================================================================ diff --git a/src/game_mm/mm_game.c b/src/game_mm/mm_game.c index da5ec7da..8e996592 100644 --- a/src/game_mm/mm_game.c +++ b/src/game_mm/mm_game.c @@ -4,7 +4,7 @@ // (c) 1994-2017 by Artsoft Entertainment // Holger Schemel // info@artsoft.org -// http://www.artsoft.org/ +// https://www.artsoft.org/ // ---------------------------------------------------------------------------- // mm_game.c // ============================================================================ diff --git a/src/game_mm/mm_game.h b/src/game_mm/mm_game.h index 8dd12afe..f01f3fe1 100644 --- a/src/game_mm/mm_game.h +++ b/src/game_mm/mm_game.h @@ -4,7 +4,7 @@ // (c) 1994-2017 by Artsoft Entertainment // Holger Schemel // info@artsoft.org -// http://www.artsoft.org/ +// https://www.artsoft.org/ // ---------------------------------------------------------------------------- // mm_game.h // ============================================================================ diff --git a/src/game_mm/mm_init.c b/src/game_mm/mm_init.c index 3444db01..0fe4c9fc 100644 --- a/src/game_mm/mm_init.c +++ b/src/game_mm/mm_init.c @@ -4,7 +4,7 @@ // (c) 1994-2017 by Artsoft Entertainment // Holger Schemel // info@artsoft.org -// http://www.artsoft.org/ +// https://www.artsoft.org/ // ---------------------------------------------------------------------------- // mm_init.c // ============================================================================ diff --git a/src/game_mm/mm_main.c b/src/game_mm/mm_main.c index 6ead97a6..77f7e3a2 100644 --- a/src/game_mm/mm_main.c +++ b/src/game_mm/mm_main.c @@ -4,7 +4,7 @@ // (c) 1994-2017 by Artsoft Entertainment // Holger Schemel // info@artsoft.org -// http://www.artsoft.org/ +// https://www.artsoft.org/ // ---------------------------------------------------------------------------- // mm_main.c // ============================================================================ diff --git a/src/game_mm/mm_main.h b/src/game_mm/mm_main.h index 22aaf32b..e65cc7d5 100644 --- a/src/game_mm/mm_main.h +++ b/src/game_mm/mm_main.h @@ -4,7 +4,7 @@ // (c) 1994-2017 by Artsoft Entertainment // Holger Schemel // info@artsoft.org -// http://www.artsoft.org/ +// https://www.artsoft.org/ // ---------------------------------------------------------------------------- // mm_main.h // ============================================================================ diff --git a/src/game_mm/mm_tools.c b/src/game_mm/mm_tools.c index 7799174e..6c8fd293 100644 --- a/src/game_mm/mm_tools.c +++ b/src/game_mm/mm_tools.c @@ -4,7 +4,7 @@ // (c) 1994-2017 by Artsoft Entertainment // Holger Schemel // info@artsoft.org -// http://www.artsoft.org/ +// https://www.artsoft.org/ // ---------------------------------------------------------------------------- // mm_tools.c // ============================================================================ diff --git a/src/game_mm/mm_tools.h b/src/game_mm/mm_tools.h index 3d958de5..e4c97416 100644 --- a/src/game_mm/mm_tools.h +++ b/src/game_mm/mm_tools.h @@ -4,7 +4,7 @@ // (c) 1994-2017 by Artsoft Entertainment // Holger Schemel // info@artsoft.org -// http://www.artsoft.org/ +// https://www.artsoft.org/ // ---------------------------------------------------------------------------- // mm_tools.h // ============================================================================ diff --git a/src/game_sp/Makefile b/src/game_sp/Makefile index 18911d99..78f3bb37 100644 --- a/src/game_sp/Makefile +++ b/src/game_sp/Makefile @@ -4,7 +4,7 @@ # (c) 1995-2014 by Artsoft Entertainment # Holger Schemel # info@artsoft.org -# http://www.artsoft.org/ +# https://www.artsoft.org/ # ----------------------------------------------------------------------------- # The native Supaplex game engine is based on: # - MegaPlex version 0.5 beta release xmas 2001 by Frank Schindler diff --git a/src/game_sp/game_sp.h b/src/game_sp/game_sp.h index 1db25425..22c65728 100644 --- a/src/game_sp/game_sp.h +++ b/src/game_sp/game_sp.h @@ -4,7 +4,7 @@ // (c) 1995-2014 by Artsoft Entertainment // Holger Schemel // info@artsoft.org -// http://www.artsoft.org/ +// https://www.artsoft.org/ // ---------------------------------------------------------------------------- // game_sp.h // ============================================================================ diff --git a/src/header.tmpl b/src/header.tmpl index d385ec5d..45afdb35 100644 --- a/src/header.tmpl +++ b/src/header.tmpl @@ -4,7 +4,7 @@ // (c) 1995-2014 by Artsoft Entertainment // Holger Schemel // info@artsoft.org -// http://www.artsoft.org/ +// https://www.artsoft.org/ // ---------------------------------------------------------------------------- // xxxxxxxx.x // ============================================================================ diff --git a/src/init.c b/src/init.c index 708b7dd7..2b43180b 100644 --- a/src/init.c +++ b/src/init.c @@ -4,7 +4,7 @@ // (c) 1995-2014 by Artsoft Entertainment // Holger Schemel // info@artsoft.org -// http://www.artsoft.org/ +// https://www.artsoft.org/ // ---------------------------------------------------------------------------- // init.c // ============================================================================ diff --git a/src/init.h b/src/init.h index 849f7a1a..a69268f7 100644 --- a/src/init.h +++ b/src/init.h @@ -4,7 +4,7 @@ // (c) 1995-2014 by Artsoft Entertainment // Holger Schemel // info@artsoft.org -// http://www.artsoft.org/ +// https://www.artsoft.org/ // ---------------------------------------------------------------------------- // init.h // ============================================================================ diff --git a/src/libgame/Makefile b/src/libgame/Makefile index d7080ae8..26f31160 100644 --- a/src/libgame/Makefile +++ b/src/libgame/Makefile @@ -4,7 +4,7 @@ # (c) 1995-2014 by Artsoft Entertainment # Holger Schemel # info@artsoft.org -# http://www.artsoft.org/ +# https://www.artsoft.org/ # ----------------------------------------------------------------------------- # src/libgame/Makefile # ============================================================================= diff --git a/src/libgame/android.h b/src/libgame/android.h index f0eca617..6c997cae 100644 --- a/src/libgame/android.h +++ b/src/libgame/android.h @@ -4,7 +4,7 @@ // (c) 1995-2014 by Artsoft Entertainment // Holger Schemel // info@artsoft.org -// http://www.artsoft.org/ +// https://www.artsoft.org/ // ---------------------------------------------------------------------------- // android.h // ============================================================================ diff --git a/src/libgame/gadgets.c b/src/libgame/gadgets.c index cbe1cabc..3ac1f9d5 100644 --- a/src/libgame/gadgets.c +++ b/src/libgame/gadgets.c @@ -4,7 +4,7 @@ // (c) 1995-2014 by Artsoft Entertainment // Holger Schemel // info@artsoft.org -// http://www.artsoft.org/ +// https://www.artsoft.org/ // ---------------------------------------------------------------------------- // gadgets.c // ============================================================================ diff --git a/src/libgame/gadgets.h b/src/libgame/gadgets.h index 9f2d6e24..aaf4de16 100644 --- a/src/libgame/gadgets.h +++ b/src/libgame/gadgets.h @@ -4,7 +4,7 @@ // (c) 1995-2014 by Artsoft Entertainment // Holger Schemel // info@artsoft.org -// http://www.artsoft.org/ +// https://www.artsoft.org/ // ---------------------------------------------------------------------------- // gadgets.h // ============================================================================ diff --git a/src/libgame/hash.c b/src/libgame/hash.c index fbf61ff0..c7f4d739 100644 --- a/src/libgame/hash.c +++ b/src/libgame/hash.c @@ -4,7 +4,7 @@ // (c) 1995-2014 by Artsoft Entertainment // Holger Schemel // info@artsoft.org -// http://www.artsoft.org/ +// https://www.artsoft.org/ // ---------------------------------------------------------------------------- // hash.c // ============================================================================ diff --git a/src/libgame/hash.h b/src/libgame/hash.h index ff76f01a..004d9c58 100644 --- a/src/libgame/hash.h +++ b/src/libgame/hash.h @@ -4,7 +4,7 @@ // (c) 1995-2014 by Artsoft Entertainment // Holger Schemel // info@artsoft.org -// http://www.artsoft.org/ +// https://www.artsoft.org/ // ---------------------------------------------------------------------------- // hash.h // ============================================================================ diff --git a/src/libgame/image.c b/src/libgame/image.c index 6bd09aa3..b26a508a 100644 --- a/src/libgame/image.c +++ b/src/libgame/image.c @@ -4,7 +4,7 @@ // (c) 1995-2014 by Artsoft Entertainment // Holger Schemel // info@artsoft.org -// http://www.artsoft.org/ +// https://www.artsoft.org/ // ---------------------------------------------------------------------------- // image.c // ============================================================================ diff --git a/src/libgame/image.h b/src/libgame/image.h index a9185ada..8827257b 100644 --- a/src/libgame/image.h +++ b/src/libgame/image.h @@ -4,7 +4,7 @@ // (c) 1995-2014 by Artsoft Entertainment // Holger Schemel // info@artsoft.org -// http://www.artsoft.org/ +// https://www.artsoft.org/ // ---------------------------------------------------------------------------- // image.h // ============================================================================ diff --git a/src/libgame/joystick.c b/src/libgame/joystick.c index 8e8f61e1..0c61c57a 100644 --- a/src/libgame/joystick.c +++ b/src/libgame/joystick.c @@ -4,7 +4,7 @@ // (c) 1995-2014 by Artsoft Entertainment // Holger Schemel // info@artsoft.org -// http://www.artsoft.org/ +// https://www.artsoft.org/ // ---------------------------------------------------------------------------- // joystick.c // ============================================================================ diff --git a/src/libgame/joystick.h b/src/libgame/joystick.h index f9c51800..e43844ed 100644 --- a/src/libgame/joystick.h +++ b/src/libgame/joystick.h @@ -4,7 +4,7 @@ // (c) 1995-2014 by Artsoft Entertainment // Holger Schemel // info@artsoft.org -// http://www.artsoft.org/ +// https://www.artsoft.org/ // ---------------------------------------------------------------------------- // joystick.h // ============================================================================ diff --git a/src/libgame/libgame.h b/src/libgame/libgame.h index e5aab80d..135b3789 100644 --- a/src/libgame/libgame.h +++ b/src/libgame/libgame.h @@ -4,7 +4,7 @@ // (c) 1995-2014 by Artsoft Entertainment // Holger Schemel // info@artsoft.org -// http://www.artsoft.org/ +// https://www.artsoft.org/ // ---------------------------------------------------------------------------- // libgame.h // ============================================================================ diff --git a/src/libgame/macosx.h b/src/libgame/macosx.h index ac2f953a..268428ce 100644 --- a/src/libgame/macosx.h +++ b/src/libgame/macosx.h @@ -4,7 +4,7 @@ // (c) 1995-2014 by Artsoft Entertainment // Holger Schemel // info@artsoft.org -// http://www.artsoft.org/ +// https://www.artsoft.org/ // ---------------------------------------------------------------------------- // macosx.h // ============================================================================ diff --git a/src/libgame/misc.c b/src/libgame/misc.c index ebac048d..c1450d4a 100644 --- a/src/libgame/misc.c +++ b/src/libgame/misc.c @@ -4,7 +4,7 @@ // (c) 1995-2014 by Artsoft Entertainment // Holger Schemel // info@artsoft.org -// http://www.artsoft.org/ +// https://www.artsoft.org/ // ---------------------------------------------------------------------------- // misc.c // ============================================================================ diff --git a/src/libgame/misc.h b/src/libgame/misc.h index 672bf635..15ff017c 100644 --- a/src/libgame/misc.h +++ b/src/libgame/misc.h @@ -4,7 +4,7 @@ // (c) 1995-2014 by Artsoft Entertainment // Holger Schemel // info@artsoft.org -// http://www.artsoft.org/ +// https://www.artsoft.org/ // ---------------------------------------------------------------------------- // misc.h // ============================================================================ diff --git a/src/libgame/platform.h b/src/libgame/platform.h index d5b15580..60ca20f4 100644 --- a/src/libgame/platform.h +++ b/src/libgame/platform.h @@ -4,7 +4,7 @@ // (c) 1995-2014 by Artsoft Entertainment // Holger Schemel // info@artsoft.org -// http://www.artsoft.org/ +// https://www.artsoft.org/ // ---------------------------------------------------------------------------- // platform.h // ============================================================================ diff --git a/src/libgame/random.c b/src/libgame/random.c index 6a5b610c..7877d82d 100644 --- a/src/libgame/random.c +++ b/src/libgame/random.c @@ -4,7 +4,7 @@ // (c) 1995-2014 by Artsoft Entertainment // Holger Schemel // info@artsoft.org -// http://www.artsoft.org/ +// https://www.artsoft.org/ // ---------------------------------------------------------------------------- // random.c // ============================================================================ diff --git a/src/libgame/random.h b/src/libgame/random.h index 8c951c31..63a54c37 100644 --- a/src/libgame/random.h +++ b/src/libgame/random.h @@ -4,7 +4,7 @@ // (c) 1995-2014 by Artsoft Entertainment // Holger Schemel // info@artsoft.org -// http://www.artsoft.org/ +// https://www.artsoft.org/ // ---------------------------------------------------------------------------- // random.h // ============================================================================ diff --git a/src/libgame/sdl.c b/src/libgame/sdl.c index 7d0a9b5f..990054de 100644 --- a/src/libgame/sdl.c +++ b/src/libgame/sdl.c @@ -4,7 +4,7 @@ // (c) 1995-2014 by Artsoft Entertainment // Holger Schemel // info@artsoft.org -// http://www.artsoft.org/ +// https://www.artsoft.org/ // ---------------------------------------------------------------------------- // sdl.c // ============================================================================ diff --git a/src/libgame/sdl.h b/src/libgame/sdl.h index 7cc70310..9fb16338 100644 --- a/src/libgame/sdl.h +++ b/src/libgame/sdl.h @@ -4,7 +4,7 @@ // (c) 1995-2014 by Artsoft Entertainment // Holger Schemel // info@artsoft.org -// http://www.artsoft.org/ +// https://www.artsoft.org/ // ---------------------------------------------------------------------------- // sdl.h // ============================================================================ diff --git a/src/libgame/setup.c b/src/libgame/setup.c index b4e10780..5beaafd2 100644 --- a/src/libgame/setup.c +++ b/src/libgame/setup.c @@ -4,7 +4,7 @@ // (c) 1995-2014 by Artsoft Entertainment // Holger Schemel // info@artsoft.org -// http://www.artsoft.org/ +// https://www.artsoft.org/ // ---------------------------------------------------------------------------- // setup.c // ============================================================================ diff --git a/src/libgame/setup.h b/src/libgame/setup.h index 690a3779..9a8f2d5f 100644 --- a/src/libgame/setup.h +++ b/src/libgame/setup.h @@ -4,7 +4,7 @@ // (c) 1995-2014 by Artsoft Entertainment // Holger Schemel // info@artsoft.org -// http://www.artsoft.org/ +// https://www.artsoft.org/ // ---------------------------------------------------------------------------- // setup.h // ============================================================================ diff --git a/src/libgame/snapshot.c b/src/libgame/snapshot.c index 599a8293..010db6e6 100644 --- a/src/libgame/snapshot.c +++ b/src/libgame/snapshot.c @@ -4,7 +4,7 @@ // (c) 1995-2014 by Artsoft Entertainment // Holger Schemel // info@artsoft.org -// http://www.artsoft.org/ +// https://www.artsoft.org/ // ---------------------------------------------------------------------------- // snapshot.c // ============================================================================ diff --git a/src/libgame/snapshot.h b/src/libgame/snapshot.h index 41fca640..f2be9c19 100644 --- a/src/libgame/snapshot.h +++ b/src/libgame/snapshot.h @@ -4,7 +4,7 @@ // (c) 1995-2014 by Artsoft Entertainment // Holger Schemel // info@artsoft.org -// http://www.artsoft.org/ +// https://www.artsoft.org/ // ---------------------------------------------------------------------------- // snapshot.h // ============================================================================ diff --git a/src/libgame/sound.c b/src/libgame/sound.c index 0434b553..4f5ddd0b 100644 --- a/src/libgame/sound.c +++ b/src/libgame/sound.c @@ -4,7 +4,7 @@ // (c) 1995-2014 by Artsoft Entertainment // Holger Schemel // info@artsoft.org -// http://www.artsoft.org/ +// https://www.artsoft.org/ // ---------------------------------------------------------------------------- // sound.c // ============================================================================ diff --git a/src/libgame/sound.h b/src/libgame/sound.h index deb4e38e..a2a65999 100644 --- a/src/libgame/sound.h +++ b/src/libgame/sound.h @@ -4,7 +4,7 @@ // (c) 1995-2014 by Artsoft Entertainment // Holger Schemel // info@artsoft.org -// http://www.artsoft.org/ +// https://www.artsoft.org/ // ---------------------------------------------------------------------------- // sound.h // ============================================================================ diff --git a/src/libgame/system.c b/src/libgame/system.c index 9a8d117b..2f2150a7 100644 --- a/src/libgame/system.c +++ b/src/libgame/system.c @@ -4,7 +4,7 @@ // (c) 1995-2014 by Artsoft Entertainment // Holger Schemel // info@artsoft.org -// http://www.artsoft.org/ +// https://www.artsoft.org/ // ---------------------------------------------------------------------------- // system.c // ============================================================================ diff --git a/src/libgame/system.h b/src/libgame/system.h index 02f396d7..da86181f 100644 --- a/src/libgame/system.h +++ b/src/libgame/system.h @@ -4,7 +4,7 @@ // (c) 1995-2014 by Artsoft Entertainment // Holger Schemel // info@artsoft.org -// http://www.artsoft.org/ +// https://www.artsoft.org/ // ---------------------------------------------------------------------------- // system.h // ============================================================================ diff --git a/src/libgame/text.c b/src/libgame/text.c index 02a23c3d..fbf7683e 100644 --- a/src/libgame/text.c +++ b/src/libgame/text.c @@ -4,7 +4,7 @@ // (c) 1995-2014 by Artsoft Entertainment // Holger Schemel // info@artsoft.org -// http://www.artsoft.org/ +// https://www.artsoft.org/ // ---------------------------------------------------------------------------- // text.c // ============================================================================ diff --git a/src/libgame/text.h b/src/libgame/text.h index 701213f6..26df7816 100644 --- a/src/libgame/text.h +++ b/src/libgame/text.h @@ -4,7 +4,7 @@ // (c) 1995-2014 by Artsoft Entertainment // Holger Schemel // info@artsoft.org -// http://www.artsoft.org/ +// https://www.artsoft.org/ // ---------------------------------------------------------------------------- // text.h // ============================================================================ diff --git a/src/libgame/types.h b/src/libgame/types.h index 646bb3e9..62752f1f 100644 --- a/src/libgame/types.h +++ b/src/libgame/types.h @@ -4,7 +4,7 @@ // (c) 1995-2014 by Artsoft Entertainment // Holger Schemel // info@artsoft.org -// http://www.artsoft.org/ +// https://www.artsoft.org/ // ---------------------------------------------------------------------------- // types.h // ============================================================================ diff --git a/src/libgame/windows.h b/src/libgame/windows.h index 4965e134..57787826 100644 --- a/src/libgame/windows.h +++ b/src/libgame/windows.h @@ -4,7 +4,7 @@ // (c) 1995-2014 by Artsoft Entertainment // Holger Schemel // info@artsoft.org -// http://www.artsoft.org/ +// https://www.artsoft.org/ // ---------------------------------------------------------------------------- // windows.h // ============================================================================ diff --git a/src/main.c b/src/main.c index 760d3c15..824c0b59 100644 --- a/src/main.c +++ b/src/main.c @@ -4,7 +4,7 @@ // (c) 1995-2014 by Artsoft Entertainment // Holger Schemel // info@artsoft.org -// http://www.artsoft.org/ +// https://www.artsoft.org/ // ---------------------------------------------------------------------------- // main.c // ============================================================================ diff --git a/src/main.h b/src/main.h index e3fce39c..029f1743 100644 --- a/src/main.h +++ b/src/main.h @@ -4,7 +4,7 @@ // (c) 1995-2014 by Artsoft Entertainment // Holger Schemel // info@artsoft.org -// http://www.artsoft.org/ +// https://www.artsoft.org/ // ---------------------------------------------------------------------------- // main.h // ============================================================================ @@ -2568,7 +2568,7 @@ enum #define PROGRAM_TITLE_STRING "Rocks'n'Diamonds" #define PROGRAM_AUTHOR_STRING "Holger Schemel" #define PROGRAM_EMAIL_STRING "info@artsoft.org" -#define PROGRAM_WEBSITE_STRING "http://www.artsoft.org/" +#define PROGRAM_WEBSITE_STRING "https://www.artsoft.org/" #define PROGRAM_COPYRIGHT_STRING "Copyright \xa9""1995-2020 by Holger Schemel" #define PROGRAM_COMPANY_STRING "A Game by Artsoft Entertainment" diff --git a/src/netserv.c b/src/netserv.c index 25055e01..0833cfb0 100644 --- a/src/netserv.c +++ b/src/netserv.c @@ -4,7 +4,7 @@ // (c) 1995-2014 by Artsoft Entertainment // Holger Schemel // info@artsoft.org -// http://www.artsoft.org/ +// https://www.artsoft.org/ // ---------------------------------------------------------------------------- // netserv.c // ============================================================================ diff --git a/src/netserv.h b/src/netserv.h index 3eee34e6..9fd230c2 100644 --- a/src/netserv.h +++ b/src/netserv.h @@ -4,7 +4,7 @@ // (c) 1995-2014 by Artsoft Entertainment // Holger Schemel // info@artsoft.org -// http://www.artsoft.org/ +// https://www.artsoft.org/ // ---------------------------------------------------------------------------- // netserv.h // ============================================================================ diff --git a/src/network.c b/src/network.c index 25108000..3384a478 100644 --- a/src/network.c +++ b/src/network.c @@ -4,7 +4,7 @@ // (c) 1995-2014 by Artsoft Entertainment // Holger Schemel // info@artsoft.org -// http://www.artsoft.org/ +// https://www.artsoft.org/ // ---------------------------------------------------------------------------- // network.c // ============================================================================ diff --git a/src/network.h b/src/network.h index 69e3b69e..0a89f199 100644 --- a/src/network.h +++ b/src/network.h @@ -4,7 +4,7 @@ // (c) 1995-2014 by Artsoft Entertainment // Holger Schemel // info@artsoft.org -// http://www.artsoft.org/ +// https://www.artsoft.org/ // ---------------------------------------------------------------------------- // network.h // ============================================================================ diff --git a/src/screens.c b/src/screens.c index d7a56c40..01b8031b 100644 --- a/src/screens.c +++ b/src/screens.c @@ -4,7 +4,7 @@ // (c) 1995-2014 by Artsoft Entertainment // Holger Schemel // info@artsoft.org -// http://www.artsoft.org/ +// https://www.artsoft.org/ // ---------------------------------------------------------------------------- // screens.c // ============================================================================ diff --git a/src/screens.h b/src/screens.h index 7d282efa..f49fd244 100644 --- a/src/screens.h +++ b/src/screens.h @@ -4,7 +4,7 @@ // (c) 1995-2014 by Artsoft Entertainment // Holger Schemel // info@artsoft.org -// http://www.artsoft.org/ +// https://www.artsoft.org/ // ---------------------------------------------------------------------------- // screens.h // ============================================================================ diff --git a/src/tape.c b/src/tape.c index f064f6cb..3f031f01 100644 --- a/src/tape.c +++ b/src/tape.c @@ -4,7 +4,7 @@ // (c) 1995-2014 by Artsoft Entertainment // Holger Schemel // info@artsoft.org -// http://www.artsoft.org/ +// https://www.artsoft.org/ // ---------------------------------------------------------------------------- // tape.c // ============================================================================ diff --git a/src/tape.h b/src/tape.h index a33c859f..4847931c 100644 --- a/src/tape.h +++ b/src/tape.h @@ -4,7 +4,7 @@ // (c) 1995-2014 by Artsoft Entertainment // Holger Schemel // info@artsoft.org -// http://www.artsoft.org/ +// https://www.artsoft.org/ // ---------------------------------------------------------------------------- // tape.h // ============================================================================ diff --git a/src/tools.c b/src/tools.c index db0ab8b1..17626510 100644 --- a/src/tools.c +++ b/src/tools.c @@ -4,7 +4,7 @@ // (c) 1995-2014 by Artsoft Entertainment // Holger Schemel // info@artsoft.org -// http://www.artsoft.org/ +// https://www.artsoft.org/ // ---------------------------------------------------------------------------- // tools.c // ============================================================================ diff --git a/src/tools.h b/src/tools.h index ea8688db..cf4b74b2 100644 --- a/src/tools.h +++ b/src/tools.h @@ -4,7 +4,7 @@ // (c) 1995-2014 by Artsoft Entertainment // Holger Schemel // info@artsoft.org -// http://www.artsoft.org/ +// https://www.artsoft.org/ // ---------------------------------------------------------------------------- // tools.h // ============================================================================ -- 2.34.1