]> git.tuebingen.mpg.de Git - lopsub.git/commitdiff
Switch to https.
authorAndre Noll <maan@tuebingen.mpg.de>
Mon, 29 Apr 2024 00:31:01 +0000 (02:31 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Wed, 1 May 2024 14:55:26 +0000 (16:55 +0200)
All URLs of the source code work as well with the https transport,
which is generally perferred. The links in the files below debian/
will be adjusted in a separate commit.

README
config_file.l
lopsub-internal.h
lopsub.7.m4
lopsub.c
lopsub.h.m4
lopsubgen.l
lopsubgen.suite
lsg.c
lsg.h
web/header.html

diff --git a/README b/README
index 9f77d9eab7fe1ab267faddf00d9c342020cea8f3..2f0bc5112032cecfbe7a4d93cb16cf8204178aeb 100644 (file)
--- 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
 
index 66c1b769192186ba77b474bc4bdf65190962768c..1fae6dba4af300a4bb2ad6202d987806ee1e6b4d 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Copyright (C) 2016 Andre Noll <maan@tuebingen.mpg.de>
  *
- * 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. */
index bbc2963d46680f6cc46d73e9a3923a328e10359c..0d35500c4097664f2bb371d8d3124d356178e84c 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Copyright (C) 2016 Andre Noll <maan@tuebingen.mpg.de>
  *
- * 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 <inttypes.h>
index 0813fe1f404eb6a836937b7c299aa4d7c01b9c38..b6ef4b0de98199aad7cf78a16c6ab5a7f8902cc2 100644 (file)
@@ -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
index b5017c32db1e45b87d3d765c19862503558421f9..63da983bf3c8b0207fd53d9efbddb30463f9f11b 100644 (file)
--- a/lopsub.c
+++ b/lopsub.c
@@ -1,7 +1,7 @@
 /*
  * Copyright (C) 2016 Andre Noll <maan@tuebingen.mpg.de>
  *
- * 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 <stdio.h>
 #include <stdlib.h>
index 36faa08d3b888a2f5837aa153c4333bdf9e148b4..587f334f5e02abf06432a9aafcea47651e28bc4f 100644 (file)
@@ -2,7 +2,7 @@ VERBATIM_C(«
 /*
  * Copyright (C) 2016 Andre Noll <maan@tuebingen.mpg.de>
  *
- * 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 <string.h>
index a5b0c4f81de371bc4de07cea02ca359fc1d53119..b82ad3f731ea6b7701f0efacb6556acd3ae1e25b 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Copyright (C) 2016 Andre Noll <maan@tuebingen.mpg.de>
  *
- * 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
index f65bb996c39e3619bfbe870e2d5a3aaa1f0b422a..f99ddf295af6a4c9fc3c1fa0c27ffcda9ae4d15c 100644 (file)
@@ -1,6 +1,6 @@
 # Copyright (C) 2016 Andre Noll <maan@tuebingen.mpg.de>
 #
-# 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.
        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 83a72da5b3b26b949a09f83d251086fed5a9e02d..e5c9851893423a313ce30dfce0d8b8c454e347d3 100644 (file)
--- a/lsg.c
+++ b/lsg.c
@@ -1,7 +1,7 @@
 /*
  * Copyright (C) 2016 Andre Noll <maan@tuebingen.mpg.de>
  *
- * 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 <stdlib.h>
diff --git a/lsg.h b/lsg.h
index 277648b023c575dc18ddad3c9051bfa0b96c80c9..58afaa1643ccfba250564e65ec3f58c63670734d 100644 (file)
--- a/lsg.h
+++ b/lsg.h
@@ -1,7 +1,7 @@
 /*
  * Copyright (C) 2016 Andre Noll <maan@tuebingen.mpg.de>
  *
- * 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 {
index 3cf72cc6ed728a30eaf51274f9d4bbab2f2c9b87..c9101d272150684f434d69d26bcac2ed986552aa 100644 (file)
@@ -1,5 +1,5 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
-   "http://www.w3.org/TR/html4/loose.dtd">
+   "https://www.w3.org/TR/html4/loose.dtd">
 <html>
 <head>
        <meta http-equiv='Content-Type' content='text/html; charset=utf-8'>