From c0e5cacb45e3a9754dd67960a81797253d463f3a Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Mon, 29 Apr 2024 02:31:01 +0200 Subject: [PATCH] Switch to https. All URLs of the source code work as well with the https transport, which is generally preferred. The links in the files below debian/ will be adjusted in a separate commit. --- README | 2 +- config_file.l | 2 +- lopsub-internal.h | 2 +- lopsub.7.m4 | 6 +++--- lopsub.c | 2 +- lopsub.h.m4 | 2 +- lopsubgen.l | 2 +- lopsubgen.suite | 6 +++--- lsg.c | 2 +- lsg.h | 2 +- web/header.html | 2 +- 11 files changed, 15 insertions(+), 15 deletions(-) diff --git a/README b/README index 9f77d9e..2f0bc51 100644 --- a/README +++ b/README @@ -3,7 +3,7 @@ Lopsub, the long option parser for subcommands Documentation is available at - http://people.tuebingen.mpg.de/maan/lopsub + https://people.tuebingen.mpg.de/maan/lopsub Alternatively, run diff --git a/config_file.l b/config_file.l index 66c1b76..1fae6db 100644 --- a/config_file.l +++ b/config_file.l @@ -1,7 +1,7 @@ /* * Copyright (C) 2016 Andre Noll * - * Licensed under the LGPL v3, see http://www.gnu.org/licenses/lgpl-3.0.html + * Licensed under the LGPL v3, see https://www.gnu.org/licenses/lgpl-3.0.html */ /* We don't want symbols to clash with those of other flex users. */ diff --git a/lopsub-internal.h b/lopsub-internal.h index bbc2963..0d35500 100644 --- a/lopsub-internal.h +++ b/lopsub-internal.h @@ -1,7 +1,7 @@ /* * Copyright (C) 2016 Andre Noll * - * Licensed under the LGPL v3, see http://www.gnu.org/licenses/lgpl-3.0.html + * Licensed under the LGPL v3, see https://www.gnu.org/licenses/lgpl-3.0.html */ #include diff --git a/lopsub.7.m4 b/lopsub.7.m4 index 0813fe1..b6ef4b0 100644 --- a/lopsub.7.m4 +++ b/lopsub.7.m4 @@ -136,17 +136,17 @@ or \(bu git clone URL: -.UR git://git.tuebingen.mpg.de/lopsub.git +.UR https://git.tuebingen.mpg.de/lopsub.git .UE \(bu gitweb: -.UR http://git.tuebingen.mpg.de/lopsub.git +.UR https://git.tuebingen.mpg.de/lopsub.git .UE \(bu The author's homepage: -.UR http://people.tuebingen.mpg.de/maan/ +.UR https://people.tuebingen.mpg.de/maan/ .UE \(bu diff --git a/lopsub.c b/lopsub.c index b5017c3..63da983 100644 --- a/lopsub.c +++ b/lopsub.c @@ -1,7 +1,7 @@ /* * Copyright (C) 2016 Andre Noll * - * Licensed under the LGPL v3, see http://www.gnu.org/licenses/lgpl-3.0.html + * Licensed under the LGPL v3, see https://www.gnu.org/licenses/lgpl-3.0.html */ #include #include diff --git a/lopsub.h.m4 b/lopsub.h.m4 index 36faa08..587f334 100644 --- a/lopsub.h.m4 +++ b/lopsub.h.m4 @@ -2,7 +2,7 @@ VERBATIM_C(« /* * Copyright (C) 2016 Andre Noll * - * Licensed under the LGPL v3, see http://www.gnu.org/licenses/lgpl-3.0.html + * Licensed under the LGPL v3, see https://www.gnu.org/licenses/lgpl-3.0.html */ #include diff --git a/lopsubgen.l b/lopsubgen.l index a5b0c4f..b82ad3f 100644 --- a/lopsubgen.l +++ b/lopsubgen.l @@ -1,7 +1,7 @@ /* * Copyright (C) 2016 Andre Noll * - * Licensed under the GPL v3, see http://www.gnu.org/licenses/gpl-3.0.html + * Licensed under the GPL v3, see https://www.gnu.org/licenses/gpl-3.0.html */ %option stack diff --git a/lopsubgen.suite b/lopsubgen.suite index f65bb99..f99ddf2 100644 --- a/lopsubgen.suite +++ b/lopsubgen.suite @@ -1,6 +1,6 @@ # Copyright (C) 2016 Andre Noll # -# Licensed under the GPL v3, see http://www.gnu.org/licenses/gpl-3.0.html +# Licensed under the GPL v3, see https://www.gnu.org/licenses/gpl-3.0.html [suite lopsubgen] [supercommand lopsubgen] @@ -96,7 +96,7 @@ Copyright (C) 2016 Andre Noll .br License: GNU GPL version 3, - .UR http://www.gnu.org/licenses/gpl-3.0.html + .UR https://www.gnu.org/licenses/gpl-3.0.html .UE .br This is free software: you are free to change and redistribute it. @@ -113,6 +113,6 @@ lopsub-suite(5), lopsub(7) Homepage: - .UR http://people.tuebingen.mpg.de/maan/lopsub + .UR https://people.tuebingen.mpg.de/maan/lopsub .UE [/section] diff --git a/lsg.c b/lsg.c index 83a72da..e5c9851 100644 --- a/lsg.c +++ b/lsg.c @@ -1,7 +1,7 @@ /* * Copyright (C) 2016 Andre Noll * - * Licensed under the GPL v3, see http://www.gnu.org/licenses/gpl-3.0.html + * Licensed under the GPL v3, see https://www.gnu.org/licenses/gpl-3.0.html */ #include diff --git a/lsg.h b/lsg.h index 277648b..58afaa1 100644 --- a/lsg.h +++ b/lsg.h @@ -1,7 +1,7 @@ /* * Copyright (C) 2016 Andre Noll * - * Licensed under the GPL v3, see http://www.gnu.org/licenses/gpl-3.0.html + * Licensed under the GPL v3, see https://www.gnu.org/licenses/gpl-3.0.html */ struct lsg_name { diff --git a/web/header.html b/web/header.html index 3cf72cc..c9101d2 100644 --- a/web/header.html +++ b/web/header.html @@ -1,5 +1,5 @@ + "https://www.w3.org/TR/html4/loose.dtd"> -- 2.39.2