From abc9b77bd6925c0de15c692a398c0987d59290ea Mon Sep 17 00:00:00 2001 From: John Zaitseff Date: Fri, 30 Mar 2018 12:46:37 +1100 Subject: [PATCH] Change all relevant http references to https (secure HTTP) --- INSTALL | 14 +++++++------- Makefile.am | 2 +- NEWS | 2 +- README | 4 ++-- configure.ac | 4 ++-- data/Makefile.am | 2 +- data/trader.svg | 2 +- doc/Makefile.am | 2 +- doc/trader.6 | 10 +++++----- lib/README | 2 +- m4/Makefile.am | 2 +- m4/README | 4 ++-- po/LINGUAS | 2 +- po/Makevars | 2 +- po/POTFILES.in | 2 +- po/ru.po | 4 ++-- src/Makefile.am | 2 +- src/exch.c | 2 +- src/exch.h | 2 +- src/fileio.c | 2 +- src/fileio.h | 2 +- src/game.c | 2 +- src/game.h | 2 +- src/globals.c | 2 +- src/globals.h | 2 +- src/help.c | 2 +- src/help.h | 2 +- src/intf.c | 2 +- src/intf.h | 2 +- src/move.c | 2 +- src/move.h | 2 +- src/system.h | 2 +- src/trader.c | 2 +- src/trader.h | 2 +- src/utils.c | 2 +- src/utils.h | 2 +- 36 files changed, 50 insertions(+), 50 deletions(-) diff --git a/INSTALL b/INSTALL index f2c0035..af5a806 100644 --- a/INSTALL +++ b/INSTALL @@ -64,7 +64,7 @@ of the Star Traders source tree. The configure script understands all of the usual Autoconf options; these are explained in detail in the Autoconf manual: - http://www.gnu.org/software/autoconf/manual/autoconf.html#Running-configure-Scripts + https://www.gnu.org/software/autoconf/manual/autoconf.html#Running-configure-Scripts This version of the configure script understands the following additional command line options: @@ -111,7 +111,7 @@ something like: Once again, the Autoconf manual describes these options (and many others): - http://www.gnu.org/software/autoconf/manual/autoconf.html#Running-configure-Scripts + https://www.gnu.org/software/autoconf/manual/autoconf.html#Running-configure-Scripts Once the package has been configured, you can type "make" to compile it, then "make install" to install it. You can specify the following command @@ -168,9 +168,9 @@ installation. If you are cloning the source code from the Git repository, however, you will need to update these files yourself. You will need the following additional tools installed on your system to do so: -1. Autoconf v2.69 or later (http://www.gnu.org/software/autoconf/) -2. Automake v1.15 or later (http://www.gnu.org/software/automake/) -3. GNU Portability Library (http://www.gnu.org/software/gnulib/) +1. Autoconf v2.69 or later (https://www.gnu.org/software/autoconf/) +2. Automake v1.15 or later (https://www.gnu.org/software/automake/) +3. GNU Portability Library (https://www.gnu.org/software/gnulib/) The GNU Portability Library may be installed by retrieving the latest Gnulib source code from the Git repository: @@ -232,11 +232,11 @@ repeat as needed. Once you have finished your translation, please submit the PO file to the Translation Project. The relevant web page for Star Traders is: - http://translationproject.org/domain/trader.html + https://translationproject.org/domain/trader.html More information for translators is available at: - http://translationproject.org/html/translators.html + https://translationproject.org/html/translators.html To clean up your install directory, simply run: diff --git a/Makefile.am b/Makefile.am index 3170caf..4280a72 100644 --- a/Makefile.am +++ b/Makefile.am @@ -24,7 +24,7 @@ # 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/. # Subdirectories to recurse into diff --git a/NEWS b/NEWS index ee9b651..2feb7cf 100644 --- a/NEWS +++ b/NEWS @@ -12,7 +12,7 @@ order to become the wealthiest player (the winner). The following history is presented in reverse chronological order. If you would like to see a list of detailed changes to this project, you should browse the Git repository on The ZAP Group web server at the following -location: http://www.zap.org.au/gitweb/trader.git +location: https://www.zap.org.au/gitweb/trader.git Version 7.13 (not yet released) diff --git a/README b/README index e4d234c..d5c3b49 100644 --- a/README +++ b/README @@ -60,9 +60,9 @@ welcomed! Please send these to: Australia E-mail: J.Zaitseff@zap.org.au - Web: http://www.zap.org.au/software/trader/ + Web: https://www.zap.org.au/software/trader/ FTP: ftp://ftp.zap.org.au/pub/trader/ - http://ftp.zap.org.au/pub/trader/ + https://ftp.zap.org.au/pub/trader/ Copyright diff --git a/configure.ac b/configure.ac index 0a362a3..80570db 100644 --- a/configure.ac +++ b/configure.ac @@ -23,11 +23,11 @@ dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU dnl General Public License for more details. dnl dnl You should have received a copy of the GNU General Public License -dnl along with this program. If not, see http://www.gnu.org/licenses/. +dnl along with this program. If not, see https://www.gnu.org/licenses/. AC_INIT([Star Traders], [7.13], [J.Zaitseff@zap.org.au], [trader], - [http://www.zap.org.au/software/trader/]) + [https://www.zap.org.au/software/trader/]) AC_DEFINE([PACKAGE_AUTHOR], ["John Zaitseff"], [Package author]) AC_PREREQ([2.69]) diff --git a/data/Makefile.am b/data/Makefile.am index 5a578ac..0a69612 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -24,7 +24,7 @@ # 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/. dist_desktop_DATA = trader.desktop diff --git a/data/trader.svg b/data/trader.svg index 78b3ac9..d1ea39a 100644 --- a/data/trader.svg +++ b/data/trader.svg @@ -32,7 +32,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along -with this program. If not, see http://www.gnu.org/licenses/. +with this program. If not, see https://www.gnu.org/licenses/. --> Star Traders icon diff --git a/doc/Makefile.am b/doc/Makefile.am index 22297b4..447c74c 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -24,7 +24,7 @@ # 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/. dist_man6_MANS = trader.6 EXTRA_DIST = README diff --git a/doc/trader.6 b/doc/trader.6 index 2fe7eea..0c93376 100644 --- a/doc/trader.6 +++ b/doc/trader.6 @@ -19,7 +19,7 @@ .\" 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/. .\" .\" .\" ********************************************************************* @@ -203,11 +203,11 @@ Australia .MTO J.Zaitseff@zap.org.au .PD 0 .IP Web: 10n -.URL http://www.zap.org.au/software/trader/ +.URL https://www.zap.org.au/software/trader/ .IP FTP: 10n .FTP ftp://ftp.zap.org.au/pub/trader/ .br -.URL http://ftp.zap.org.au/pub/trader/ +.URL https://ftp.zap.org.au/pub/trader/ .PD .PP .\" ********************************************************************* @@ -226,7 +226,7 @@ Public License for more details. .PP You should have received a copy of the GNU General Public License along with this program. If not, see the -.URL http://www.gnu.org/licenses/ "GNU licenses web page" . +.URL https://www.gnu.org/licenses/ "GNU licenses web page" . .PP Even though the GNU General Public License does \fInot\fR require you to send your modifications back to the author, it is considered \*(lqgood @@ -278,6 +278,6 @@ correct bugs. Now you, too, can run this small piece of computing history! .\" ********************************************************************* .SH "SEE ALSO" -.URL http://www.zap.org.au/software/trader/ "Star Traders home page" +.URL https://www.zap.org.au/software/trader/ "Star Traders home page" .\" ********************************************************************* .\" End of file diff --git a/lib/README b/lib/README index e5e9426..392fce3 100644 --- a/lib/README +++ b/lib/README @@ -7,4 +7,4 @@ This directory, lib, contains source code as generated by the Gnulib GNU Portability Library "gnulib-tool" script. See the project web site at -http://www.gnu.org/software/gnulib/ for more information. +https://www.gnu.org/software/gnulib/ for more information. diff --git a/m4/Makefile.am b/m4/Makefile.am index 8e9991c..bfdecca 100644 --- a/m4/Makefile.am +++ b/m4/Makefile.am @@ -24,7 +24,7 @@ # 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/. EXTRA_DIST = \ diff --git a/m4/README b/m4/README index 9c617ac..08db573 100644 --- a/m4/README +++ b/m4/README @@ -8,7 +8,7 @@ This directory, m4, contains M4 macros used by Autoconf. The following macros are from the Autoconf Archive project, as detailed on -that project's web site, http://www.gnu.org/software/autoconf-archive/: +that project's web site, https://www.gnu.org/software/autoconf-archive/: ax_append_flag.m4 ax_cflags_warn_all.m4 @@ -18,6 +18,6 @@ that project's web site, http://www.gnu.org/software/autoconf-archive/: The following macro was generated by running the GNU Portability Library "gnulib-tool" with appropriate command line options, as detailed on that -project's web site, http://www.gnu.org/software/gnulib/: +project's web site, https://www.gnu.org/software/gnulib/: gnulib-cache.m4 diff --git a/po/LINGUAS b/po/LINGUAS index 6d399d4..f76c4e4 100644 --- a/po/LINGUAS +++ b/po/LINGUAS @@ -23,7 +23,7 @@ # 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/. en@quot diff --git a/po/Makevars b/po/Makevars index 18f93f4..ec88ce7 100644 --- a/po/Makevars +++ b/po/Makevars @@ -23,7 +23,7 @@ # 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/. # The message domain is the same as the package name. diff --git a/po/POTFILES.in b/po/POTFILES.in index 0bf3eca..9de5a90 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -23,7 +23,7 @@ # 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/. # Data files from Star Traders diff --git a/po/ru.po b/po/ru.po index a5dbd4f..60c442d 100644 --- a/po/ru.po +++ b/po/ru.po @@ -18,7 +18,7 @@ msgstr "" "Project-Id-Version: trader 7.13\n" "Report-Msgid-Bugs-To: J.Zaitseff@zap.org.au\n" "POT-Creation-Date: 2017-08-24 15:17+1000\n" -"PO-Revision-Date: 2018-03-30 11:43+1100\n" +"PO-Revision-Date: 2018-03-30 11:53+1100\n" "Last-Translator: Pavel Maryanov \n" "Language-Team: Russian \n" "Language: ru\n" @@ -103,7 +103,7 @@ msgstr "" "General Public License версии 3 или новее. Вы можете модифицировать и/или\n" "распространять его на этих условиях. На программу не предоставляется НИКАКИХ\n" "ГАРАНТИЙ до степени, разрешённой законом. Для получения более подробной\n" -"информации, обратитесь к веб-странице .\n" +"информации, обратитесь к веб-странице .\n" #: src/trader.c:308 #, c-format diff --git a/src/Makefile.am b/src/Makefile.am index c0bca9a..101bee8 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -24,7 +24,7 @@ # 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/. bin_PROGRAMS = trader diff --git a/src/exch.c b/src/exch.c index 1583160..2de2183 100644 --- a/src/exch.c +++ b/src/exch.c @@ -25,7 +25,7 @@ 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/. */ diff --git a/src/exch.h b/src/exch.h index 14927e4..777cd95 100644 --- a/src/exch.h +++ b/src/exch.h @@ -24,7 +24,7 @@ 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/. */ diff --git a/src/fileio.c b/src/fileio.c index 793f278..7032c39 100644 --- a/src/fileio.c +++ b/src/fileio.c @@ -24,7 +24,7 @@ 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/. */ diff --git a/src/fileio.h b/src/fileio.h index 97eaf9e..55b6c81 100644 --- a/src/fileio.h +++ b/src/fileio.h @@ -24,7 +24,7 @@ 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/. */ diff --git a/src/game.c b/src/game.c index 33a4094..ad9052a 100644 --- a/src/game.c +++ b/src/game.c @@ -25,7 +25,7 @@ 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/. */ diff --git a/src/game.h b/src/game.h index 87f4803..01b7cd7 100644 --- a/src/game.h +++ b/src/game.h @@ -25,7 +25,7 @@ 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/. */ diff --git a/src/globals.c b/src/globals.c index 8d3824c..0a0712e 100644 --- a/src/globals.c +++ b/src/globals.c @@ -24,7 +24,7 @@ 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/. */ diff --git a/src/globals.h b/src/globals.h index 5d2d03d..0b3eb32 100644 --- a/src/globals.h +++ b/src/globals.h @@ -24,7 +24,7 @@ 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/. */ diff --git a/src/help.c b/src/help.c index 9c8d147..b4066ea 100644 --- a/src/help.c +++ b/src/help.c @@ -24,7 +24,7 @@ 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/. */ diff --git a/src/help.h b/src/help.h index 09302e2..df7124c 100644 --- a/src/help.h +++ b/src/help.h @@ -24,7 +24,7 @@ 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/. */ diff --git a/src/intf.c b/src/intf.c index 0733474..6d10f67 100644 --- a/src/intf.c +++ b/src/intf.c @@ -24,7 +24,7 @@ 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/. */ diff --git a/src/intf.h b/src/intf.h index 884defe..518cc3d 100644 --- a/src/intf.h +++ b/src/intf.h @@ -25,7 +25,7 @@ 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/. */ diff --git a/src/move.c b/src/move.c index 0e2e54c..cc3c705 100644 --- a/src/move.c +++ b/src/move.c @@ -24,7 +24,7 @@ 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/. */ diff --git a/src/move.h b/src/move.h index d755fab..b73581e 100644 --- a/src/move.h +++ b/src/move.h @@ -24,7 +24,7 @@ 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/. */ diff --git a/src/system.h b/src/system.h index 784cf13..ffa2bba 100644 --- a/src/system.h +++ b/src/system.h @@ -24,7 +24,7 @@ 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/. */ diff --git a/src/trader.c b/src/trader.c index 3f8cb09..72e5d08 100644 --- a/src/trader.c +++ b/src/trader.c @@ -28,7 +28,7 @@ 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/. */ diff --git a/src/trader.h b/src/trader.h index 8ee0de5..50fd895 100644 --- a/src/trader.h +++ b/src/trader.h @@ -24,7 +24,7 @@ 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/. */ diff --git a/src/utils.c b/src/utils.c index d3295db..496be5e 100644 --- a/src/utils.c +++ b/src/utils.c @@ -24,7 +24,7 @@ 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/. */ diff --git a/src/utils.h b/src/utils.h index 17f6fe7..93923b9 100644 --- a/src/utils.h +++ b/src/utils.h @@ -24,7 +24,7 @@ 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/. */