From e81024089d5bb0169f9f2e1077706ac478076497 Mon Sep 17 00:00:00 2001 From: Mathieu Schroeter Date: Sun, 25 Jun 2023 15:37:36 +0200 Subject: [PATCH] Fix https urls --- CMakeLists.txt | 2 +- planetblupi.6.ronn | 2 +- resources/po/es.po | 2 +- src/action.cxx | 2 +- src/action.h | 2 +- src/blupi.cxx | 2 +- src/blupi.h | 2 +- src/button.cxx | 2 +- src/button.h | 2 +- src/config.h.in | 2 +- src/decblupi.cxx | 2 +- src/decgoal.cxx | 2 +- src/decgoal.h | 2 +- src/decio.cxx | 2 +- src/decmap.cxx | 2 +- src/decmove.cxx | 2 +- src/decmove.h | 2 +- src/decor.cxx | 2 +- src/decor.h | 2 +- src/decstat.cxx | 2 +- src/def.h | 2 +- src/display.cxx | 2 +- src/display.h | 2 +- src/event.cxx | 2 +- src/event.h | 2 +- src/fifo.cxx | 2 +- src/fifo.h | 2 +- src/fix.cxx | 2 +- src/fog.cxx | 2 +- src/gettext.h | 2 +- src/menu.cxx | 2 +- src/menu.h | 2 +- src/misc.cxx | 2 +- src/misc.h | 2 +- src/movie.cxx | 2 +- src/movie.h | 2 +- src/obstacle.cxx | 2 +- src/path.cxx | 2 +- src/pixmap.cxx | 2 +- src/pixmap.h | 2 +- src/platform.h | 2 +- src/platform/platform_js.cxx | 2 +- src/platform/platform_sdl.cxx | 2 +- src/progress.cxx | 2 +- src/progress.h | 2 +- src/sound.cxx | 2 +- src/sound.h | 2 +- src/text.cxx | 2 +- src/text.h | 2 +- 49 files changed, 49 insertions(+), 49 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0b32fcb..a07bf0b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -389,7 +389,7 @@ if ("${CMAKE_BUILD_TYPE}" STREQUAL "Release" AND "${STATIC_BUILD}") set (CPACK_PACKAGE_ICON "${CMAKE_CURRENT_SOURCE_DIR}\\\\resources\\\\nsis\\\\installer.bmp") set (CPACK_NSIS_COMPRESSOR "/SOLID lzma") set (CPACK_NSIS_INSTALLED_ICON_NAME "bin\\\\planetblupi.exe") - set (CPACK_NSIS_URL_INFO_ABOUT "http://www.blupi.org") + set (CPACK_NSIS_URL_INFO_ABOUT "https://www.blupi.org") set (CPACK_NSIS_MUI_FINISHPAGE_RUN "planetblupi") if (SIGN_APP) set (CPACK_NSIS_SIGN_UNINSTALLER "sign -a -fd sha256 -t http://time.certum.pl -v") diff --git a/planetblupi.6.ronn b/planetblupi.6.ronn index 38776e7..04bfd28 100644 --- a/planetblupi.6.ronn +++ b/planetblupi.6.ronn @@ -205,7 +205,7 @@ Only 10 musics are supported: `music000` to `music009`. **Planet Blupi** is an original creation of Epsitec SA. -http://www.blupi.org +https://www.blupi.org ## COPYRIGHT diff --git a/resources/po/es.po b/resources/po/es.po index 415bcab..ebee314 100644 --- a/resources/po/es.po +++ b/resources/po/es.po @@ -968,7 +968,7 @@ msgstr "ranura disponible" #, fuzzy msgid "https://www.blupi.org info@blupi.org" -msgstr "http://www.blupi.org info@blupi.org" +msgstr "https://www.blupi.org info@blupi.org" #, c-format msgid "mission %d, time %d" diff --git a/src/action.cxx b/src/action.cxx index fbc362b..8840410 100644 --- a/src/action.cxx +++ b/src/action.cxx @@ -2,7 +2,7 @@ * This file is part of the planetblupi source code * Copyright (C) 1997, Daniel Roux & EPSITEC SA * Copyright (C) 2017, Mathieu Schroeter - * http://epsitec.ch; http://www.blupi.org; http://github.com/blupi-games + * https://epsitec.ch; https://www.blupi.org; https://github.com/blupi-games * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/action.h b/src/action.h index 81113f0..78a666c 100644 --- a/src/action.h +++ b/src/action.h @@ -2,7 +2,7 @@ * This file is part of the planetblupi source code * Copyright (C) 1997, Daniel Roux & EPSITEC SA * Copyright (C) 2017, Mathieu Schroeter - * http://epsitec.ch; http://www.blupi.org; http://github.com/blupi-games + * https://epsitec.ch; https://www.blupi.org; https://github.com/blupi-games * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/blupi.cxx b/src/blupi.cxx index 9e2daa2..c91a521 100644 --- a/src/blupi.cxx +++ b/src/blupi.cxx @@ -2,7 +2,7 @@ * This file is part of the planetblupi source code * Copyright (C) 1997, Daniel Roux & EPSITEC SA * Copyright (C) 2017-2019, Mathieu Schroeter - * http://epsitec.ch; http://www.blupi.org; http://github.com/blupi-games + * https://epsitec.ch; https://www.blupi.org; https://github.com/blupi-games * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/blupi.h b/src/blupi.h index 6b781cc..cbdf97a 100644 --- a/src/blupi.h +++ b/src/blupi.h @@ -2,7 +2,7 @@ * This file is part of the planetblupi source code * Copyright (C) 1997, Daniel Roux & EPSITEC SA * Copyright (C) 2017-2018, Mathieu Schroeter - * http://epsitec.ch; http://www.blupi.org; http://github.com/blupi-games + * https://epsitec.ch; https://www.blupi.org; https://github.com/blupi-games * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/button.cxx b/src/button.cxx index fe934ed..94aec57 100644 --- a/src/button.cxx +++ b/src/button.cxx @@ -2,7 +2,7 @@ * This file is part of the planetblupi source code * Copyright (C) 1997, Daniel Roux & EPSITEC SA * Copyright (C) 2017-2019, Mathieu Schroeter - * http://epsitec.ch; http://www.blupi.org; http://github.com/blupi-games + * https://epsitec.ch; https://www.blupi.org; https://github.com/blupi-games * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/button.h b/src/button.h index bc991d3..843e4d9 100644 --- a/src/button.h +++ b/src/button.h @@ -2,7 +2,7 @@ * This file is part of the planetblupi source code * Copyright (C) 1997, Daniel Roux & EPSITEC SA * Copyright (C) 2017-2019, Mathieu Schroeter - * http://epsitec.ch; http://www.blupi.org; http://github.com/blupi-games + * https://epsitec.ch; https://www.blupi.org; https://github.com/blupi-games * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/config.h.in b/src/config.h.in index e242b04..800492d 100644 --- a/src/config.h.in +++ b/src/config.h.in @@ -2,7 +2,7 @@ * This file is part of the planetblupi source code * Copyright (C) 1997, Daniel Roux & EPSITEC SA * Copyright (C) 2017, Mathieu Schroeter - * http://epsitec.ch; http://www.blupi.org; http://github.com/blupi-games + * https://epsitec.ch; https://www.blupi.org; https://github.com/blupi-games * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/decblupi.cxx b/src/decblupi.cxx index f10a0e5..6fef28c 100644 --- a/src/decblupi.cxx +++ b/src/decblupi.cxx @@ -2,7 +2,7 @@ * This file is part of the planetblupi source code * Copyright (C) 1997, Daniel Roux & EPSITEC SA * Copyright (C) 2017-2021, Mathieu Schroeter - * http://epsitec.ch; http://www.blupi.org; http://github.com/blupi-games + * https://epsitec.ch; https://www.blupi.org; https://github.com/blupi-games * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/decgoal.cxx b/src/decgoal.cxx index 1f39427..e8c06ca 100644 --- a/src/decgoal.cxx +++ b/src/decgoal.cxx @@ -2,7 +2,7 @@ * This file is part of the planetblupi source code * Copyright (C) 1997, Daniel Roux & EPSITEC SA * Copyright (C) 2017, Mathieu Schroeter - * http://epsitec.ch; http://www.blupi.org; http://github.com/blupi-games + * https://epsitec.ch; https://www.blupi.org; https://github.com/blupi-games * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/decgoal.h b/src/decgoal.h index 94f87b8..265fd8a 100644 --- a/src/decgoal.h +++ b/src/decgoal.h @@ -2,7 +2,7 @@ * This file is part of the planetblupi source code * Copyright (C) 1997, Daniel Roux & EPSITEC SA * Copyright (C) 2017-2018, Mathieu Schroeter - * http://epsitec.ch; http://www.blupi.org; http://github.com/blupi-games + * https://epsitec.ch; https://www.blupi.org; https://github.com/blupi-games * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/decio.cxx b/src/decio.cxx index 7978f70..c16914c 100644 --- a/src/decio.cxx +++ b/src/decio.cxx @@ -2,7 +2,7 @@ * This file is part of the planetblupi source code * Copyright (C) 1997, Daniel Roux & EPSITEC SA * Copyright (C) 2017, Mathieu Schroeter - * http://epsitec.ch; http://www.blupi.org; http://github.com/blupi-games + * https://epsitec.ch; https://www.blupi.org; https://github.com/blupi-games * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/decmap.cxx b/src/decmap.cxx index 681e4ca..6aa71aa 100644 --- a/src/decmap.cxx +++ b/src/decmap.cxx @@ -2,7 +2,7 @@ * This file is part of the planetblupi source code * Copyright (C) 1997, Daniel Roux & EPSITEC SA * Copyright (C) 2017-2018, Mathieu Schroeter - * http://epsitec.ch; http://www.blupi.org; http://github.com/blupi-games + * https://epsitec.ch; https://www.blupi.org; https://github.com/blupi-games * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/decmove.cxx b/src/decmove.cxx index df62fff..8386bb7 100644 --- a/src/decmove.cxx +++ b/src/decmove.cxx @@ -2,7 +2,7 @@ * This file is part of the planetblupi source code * Copyright (C) 1997, Daniel Roux & EPSITEC SA * Copyright (C) 2017-2018, Mathieu Schroeter - * http://epsitec.ch; http://www.blupi.org; http://github.com/blupi-games + * https://epsitec.ch; https://www.blupi.org; https://github.com/blupi-games * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/decmove.h b/src/decmove.h index 9ed92f2..ec3f4f2 100644 --- a/src/decmove.h +++ b/src/decmove.h @@ -2,7 +2,7 @@ * This file is part of the planetblupi source code * Copyright (C) 1997, Daniel Roux & EPSITEC SA * Copyright (C) 2017-2018, Mathieu Schroeter - * http://epsitec.ch; http://www.blupi.org; http://github.com/blupi-games + * https://epsitec.ch; https://www.blupi.org; https://github.com/blupi-games * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/decor.cxx b/src/decor.cxx index 9d21b42..aed4375 100644 --- a/src/decor.cxx +++ b/src/decor.cxx @@ -2,7 +2,7 @@ * This file is part of the planetblupi source code * Copyright (C) 1997, Daniel Roux & EPSITEC SA * Copyright (C) 2017-2018, Mathieu Schroeter - * http://epsitec.ch; http://www.blupi.org; http://github.com/blupi-games + * https://epsitec.ch; https://www.blupi.org; https://github.com/blupi-games * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/decor.h b/src/decor.h index a7b9dff..b5b73d3 100644 --- a/src/decor.h +++ b/src/decor.h @@ -2,7 +2,7 @@ * This file is part of the planetblupi source code * Copyright (C) 1997, Daniel Roux & EPSITEC SA * Copyright (C) 2017-2018, Mathieu Schroeter - * http://epsitec.ch; http://www.blupi.org; http://github.com/blupi-games + * https://epsitec.ch; https://www.blupi.org; https://github.com/blupi-games * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/decstat.cxx b/src/decstat.cxx index 1a6048d..5be7b0c 100644 --- a/src/decstat.cxx +++ b/src/decstat.cxx @@ -2,7 +2,7 @@ * This file is part of the planetblupi source code * Copyright (C) 1997, Daniel Roux & EPSITEC SA * Copyright (C) 2017-2018, Mathieu Schroeter - * http://epsitec.ch; http://www.blupi.org; http://github.com/blupi-games + * https://epsitec.ch; https://www.blupi.org; https://github.com/blupi-games * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/def.h b/src/def.h index f090b03..d2d2826 100644 --- a/src/def.h +++ b/src/def.h @@ -2,7 +2,7 @@ * This file is part of the planetblupi source code * Copyright (C) 1997, Daniel Roux & EPSITEC SA * Copyright (C) 2017-2018, Mathieu Schroeter - * http://epsitec.ch; http://www.blupi.org; http://github.com/blupi-games + * https://epsitec.ch; https://www.blupi.org; https://github.com/blupi-games * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/display.cxx b/src/display.cxx index 98c8040..3be667f 100644 --- a/src/display.cxx +++ b/src/display.cxx @@ -1,7 +1,7 @@ /* * This file is part of the planetblupi source code * Copyright (C) 2018, Mathieu Schroeter - * http://epsitec.ch; http://www.blupi.org; http://github.com/blupi-games + * https://epsitec.ch; https://www.blupi.org; https://github.com/blupi-games * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/display.h b/src/display.h index 4983cca..fde2fe2 100644 --- a/src/display.h +++ b/src/display.h @@ -1,7 +1,7 @@ /* * This file is part of the planetblupi source code * Copyright (C) 2018, Mathieu Schroeter - * http://epsitec.ch; http://www.blupi.org; http://github.com/blupi-games + * https://epsitec.ch; https://www.blupi.org; https://github.com/blupi-games * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/event.cxx b/src/event.cxx index c423749..ab5358a 100644 --- a/src/event.cxx +++ b/src/event.cxx @@ -2,7 +2,7 @@ * This file is part of the planetblupi source code * Copyright (C) 1997, Daniel Roux & EPSITEC SA * Copyright (C) 2017-2019, Mathieu Schroeter - * http://epsitec.ch; http://www.blupi.org; http://github.com/blupi-games + * https://epsitec.ch; https://www.blupi.org; https://github.com/blupi-games * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/event.h b/src/event.h index f334c38..b9d4a41 100644 --- a/src/event.h +++ b/src/event.h @@ -2,7 +2,7 @@ * This file is part of the planetblupi source code * Copyright (C) 1997, Daniel Roux & EPSITEC SA * Copyright (C) 2017-2018, Mathieu Schroeter - * http://epsitec.ch; http://www.blupi.org; http://github.com/blupi-games + * https://epsitec.ch; https://www.blupi.org; https://github.com/blupi-games * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/fifo.cxx b/src/fifo.cxx index d553767..77b5b51 100644 --- a/src/fifo.cxx +++ b/src/fifo.cxx @@ -2,7 +2,7 @@ * This file is part of the planetblupi source code * Copyright (C) 1997, Daniel Roux & EPSITEC SA * Copyright (C) 2017-2018, Mathieu Schroeter - * http://epsitec.ch; http://www.blupi.org; http://github.com/blupi-games + * https://epsitec.ch; https://www.blupi.org; https://github.com/blupi-games * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/fifo.h b/src/fifo.h index acac8be..e9d41ba 100644 --- a/src/fifo.h +++ b/src/fifo.h @@ -2,7 +2,7 @@ * This file is part of the planetblupi source code * Copyright (C) 1997, Daniel Roux & EPSITEC SA * Copyright (C) 2017, Mathieu Schroeter - * http://epsitec.ch; http://www.blupi.org; http://github.com/blupi-games + * https://epsitec.ch; https://www.blupi.org; https://github.com/blupi-games * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/fix.cxx b/src/fix.cxx index 3230941..61c869b 100644 --- a/src/fix.cxx +++ b/src/fix.cxx @@ -2,7 +2,7 @@ * This file is part of the planetblupi source code * Copyright (C) 1997, Daniel Roux & EPSITEC SA * Copyright (C) 2017, Mathieu Schroeter - * http://epsitec.ch; http://www.blupi.org; http://github.com/blupi-games + * https://epsitec.ch; https://www.blupi.org; https://github.com/blupi-games * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/fog.cxx b/src/fog.cxx index 8e6dd2f..fbe9022 100644 --- a/src/fog.cxx +++ b/src/fog.cxx @@ -2,7 +2,7 @@ * This file is part of the planetblupi source code * Copyright (C) 1997, Daniel Roux & EPSITEC SA * Copyright (C) 2017, Mathieu Schroeter - * http://epsitec.ch; http://www.blupi.org; http://github.com/blupi-games + * https://epsitec.ch; https://www.blupi.org; https://github.com/blupi-games * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/gettext.h b/src/gettext.h index 6a32e04..79b7728 100644 --- a/src/gettext.h +++ b/src/gettext.h @@ -1,7 +1,7 @@ /* * This file is part of the planetblupi source code * Copyright (C) 2017, Mathieu Schroeter - * http://epsitec.ch; http://www.blupi.org; http://github.com/blupi-games + * https://epsitec.ch; https://www.blupi.org; https://github.com/blupi-games * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/menu.cxx b/src/menu.cxx index af8e303..03f414f 100644 --- a/src/menu.cxx +++ b/src/menu.cxx @@ -2,7 +2,7 @@ * This file is part of the planetblupi source code * Copyright (C) 1997, Daniel Roux & EPSITEC SA * Copyright (C) 2017-2018, Mathieu Schroeter - * http://epsitec.ch; http://www.blupi.org; http://github.com/blupi-games + * https://epsitec.ch; https://www.blupi.org; https://github.com/blupi-games * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/menu.h b/src/menu.h index ccd7c0f..10ce3d6 100644 --- a/src/menu.h +++ b/src/menu.h @@ -2,7 +2,7 @@ * This file is part of the planetblupi source code * Copyright (C) 1997, Daniel Roux & EPSITEC SA * Copyright (C) 2017, Mathieu Schroeter - * http://epsitec.ch; http://www.blupi.org; http://github.com/blupi-games + * https://epsitec.ch; https://www.blupi.org; https://github.com/blupi-games * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/misc.cxx b/src/misc.cxx index df51022..603f029 100644 --- a/src/misc.cxx +++ b/src/misc.cxx @@ -2,7 +2,7 @@ * This file is part of the planetblupi source code * Copyright (C) 1997, Daniel Roux & EPSITEC SA * Copyright (C) 2017-2018, Mathieu Schroeter - * http://epsitec.ch; http://www.blupi.org; http://github.com/blupi-games + * https://epsitec.ch; https://www.blupi.org; https://github.com/blupi-games * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/misc.h b/src/misc.h index 5518955..0f7271e 100644 --- a/src/misc.h +++ b/src/misc.h @@ -2,7 +2,7 @@ * This file is part of the planetblupi source code * Copyright (C) 1997, Daniel Roux & EPSITEC SA * Copyright (C) 2017, Mathieu Schroeter - * http://epsitec.ch; http://www.blupi.org; http://github.com/blupi-games + * https://epsitec.ch; https://www.blupi.org; https://github.com/blupi-games * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/movie.cxx b/src/movie.cxx index d0714ab..7d67274 100644 --- a/src/movie.cxx +++ b/src/movie.cxx @@ -2,7 +2,7 @@ * This file is part of the planetblupi source code * Copyright (C) 1997, Daniel Roux & EPSITEC SA * Copyright (C) 2017-2018, Mathieu Schroeter - * http://epsitec.ch; http://www.blupi.org; http://github.com/blupi-games + * https://epsitec.ch; https://www.blupi.org; https://github.com/blupi-games * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/movie.h b/src/movie.h index 62837c8..1c30113 100644 --- a/src/movie.h +++ b/src/movie.h @@ -2,7 +2,7 @@ * This file is part of the planetblupi source code * Copyright (C) 1997, Daniel Roux & EPSITEC SA * Copyright (C) 2017-2018, Mathieu Schroeter - * http://epsitec.ch; http://www.blupi.org; http://github.com/blupi-games + * https://epsitec.ch; https://www.blupi.org; https://github.com/blupi-games * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/obstacle.cxx b/src/obstacle.cxx index 15ad199..d76ccf4 100644 --- a/src/obstacle.cxx +++ b/src/obstacle.cxx @@ -2,7 +2,7 @@ * This file is part of the planetblupi source code * Copyright (C) 1997, Daniel Roux & EPSITEC SA * Copyright (C) 2017, Mathieu Schroeter - * http://epsitec.ch; http://www.blupi.org; http://github.com/blupi-games + * https://epsitec.ch; https://www.blupi.org; https://github.com/blupi-games * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/path.cxx b/src/path.cxx index 9a762b7..035fd4d 100644 --- a/src/path.cxx +++ b/src/path.cxx @@ -2,7 +2,7 @@ * This file is part of the planetblupi source code * Copyright (C) 1997 Daniel Roux, EPSITEC SA & Denis Dumoulin * Copyright (C) 2017 Mathieu Schroeter - * http://epsitec.ch; http://www.blupi.org; http://github.com/blupi-games + * https://epsitec.ch; https://www.blupi.org; https://github.com/blupi-games * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/pixmap.cxx b/src/pixmap.cxx index f8c1ced..650b799 100644 --- a/src/pixmap.cxx +++ b/src/pixmap.cxx @@ -2,7 +2,7 @@ * This file is part of the planetblupi source code * Copyright (C) 1997, Daniel Roux & EPSITEC SA * Copyright (C) 2017-2019, Mathieu Schroeter - * http://epsitec.ch; http://www.blupi.org; http://github.com/blupi-games + * https://epsitec.ch; https://www.blupi.org; https://github.com/blupi-games * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/pixmap.h b/src/pixmap.h index 0b07992..7d3f346 100644 --- a/src/pixmap.h +++ b/src/pixmap.h @@ -2,7 +2,7 @@ * This file is part of the planetblupi source code * Copyright (C) 1997, Daniel Roux & EPSITEC SA * Copyright (C) 2017-2018, Mathieu Schroeter - * http://epsitec.ch; http://www.blupi.org; http://github.com/blupi-games + * https://epsitec.ch; https://www.blupi.org; https://github.com/blupi-games * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/platform.h b/src/platform.h index 07d79d5..a9656cc 100644 --- a/src/platform.h +++ b/src/platform.h @@ -1,7 +1,7 @@ /* * This file is part of the planetblupi source code * Copyright (C) 2018, Mathieu Schroeter - * http://epsitec.ch; http://www.blupi.org; http://github.com/blupi-games + * https://epsitec.ch; https://www.blupi.org; https://github.com/blupi-games * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/platform/platform_js.cxx b/src/platform/platform_js.cxx index 111423b..bef16d6 100644 --- a/src/platform/platform_js.cxx +++ b/src/platform/platform_js.cxx @@ -1,7 +1,7 @@ /* * This file is part of the planetblupi source code * Copyright (C) 2018, Mathieu Schroeter - * http://epsitec.ch; http://www.blupi.org; http://github.com/blupi-games + * https://epsitec.ch; https://www.blupi.org; https://github.com/blupi-games * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/platform/platform_sdl.cxx b/src/platform/platform_sdl.cxx index 63b5058..b71590f 100644 --- a/src/platform/platform_sdl.cxx +++ b/src/platform/platform_sdl.cxx @@ -1,7 +1,7 @@ /* * This file is part of the planetblupi source code * Copyright (C) 2018, Mathieu Schroeter - * http://epsitec.ch; http://www.blupi.org; http://github.com/blupi-games + * https://epsitec.ch; https://www.blupi.org; https://github.com/blupi-games * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/progress.cxx b/src/progress.cxx index 8a6b40d..2c3c9bd 100644 --- a/src/progress.cxx +++ b/src/progress.cxx @@ -2,7 +2,7 @@ * This file is part of the planetblupi source code * Copyright (C) 1997, Daniel Roux & EPSITEC SA * Copyright (C) 2017-2018, Mathieu Schroeter - * http://epsitec.ch; http://www.blupi.org; http://github.com/blupi-games + * https://epsitec.ch; https://www.blupi.org; https://github.com/blupi-games * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/progress.h b/src/progress.h index 120ccee..c6782d1 100644 --- a/src/progress.h +++ b/src/progress.h @@ -2,7 +2,7 @@ * This file is part of the planetblupi source code * Copyright (C) 1997, Daniel Roux & EPSITEC SA * Copyright (C) 2017, Mathieu Schroeter - * http://epsitec.ch; http://www.blupi.org; http://github.com/blupi-games + * https://epsitec.ch; https://www.blupi.org; https://github.com/blupi-games * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/sound.cxx b/src/sound.cxx index f6c9229..2b581aa 100644 --- a/src/sound.cxx +++ b/src/sound.cxx @@ -2,7 +2,7 @@ * This file is part of the planetblupi source code * Copyright (C) 1997, Daniel Roux & EPSITEC SA * Copyright (C) 2017-2018, Mathieu Schroeter - * http://epsitec.ch; http://www.blupi.org; http://github.com/blupi-games + * https://epsitec.ch; https://www.blupi.org; https://github.com/blupi-games * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/sound.h b/src/sound.h index e0c0b11..bc3ee8f 100644 --- a/src/sound.h +++ b/src/sound.h @@ -2,7 +2,7 @@ * This file is part of the planetblupi source code * Copyright (C) 1997, Daniel Roux & EPSITEC SA * Copyright (C) 2017-2019, Mathieu Schroeter - * http://epsitec.ch; http://www.blupi.org; http://github.com/blupi-games + * https://epsitec.ch; https://www.blupi.org; https://github.com/blupi-games * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/text.cxx b/src/text.cxx index 31c77e3..664aff9 100644 --- a/src/text.cxx +++ b/src/text.cxx @@ -2,7 +2,7 @@ * This file is part of the planetblupi source code * Copyright (C) 1997, Daniel Roux & EPSITEC SA * Copyright (C) 2017-2022, Mathieu Schroeter - * http://epsitec.ch; http://www.blupi.org; http://github.com/blupi-games + * https://epsitec.ch; https://www.blupi.org; https://github.com/blupi-games * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/text.h b/src/text.h index 30b7c10..ff13ce3 100644 --- a/src/text.h +++ b/src/text.h @@ -2,7 +2,7 @@ * This file is part of the planetblupi source code * Copyright (C) 1997, Daniel Roux & EPSITEC SA * Copyright (C) 2017, Mathieu Schroeter - * http://epsitec.ch; http://www.blupi.org; http://github.com/blupi-games + * https://epsitec.ch; https://www.blupi.org; https://github.com/blupi-games * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by