[X2Go-Commits] [x2gobroker] 02/05: misc: switch to HTTPS-based URLs where appropriate.

git-admin at x2go.org git-admin at x2go.org
Sat Feb 2 20:46:23 CET 2019


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository x2gobroker.

commit 00a218878adba55e5cb9749a76ef289085f27d8a
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Sat Feb 2 08:30:55 2019 +0100

    misc: switch to HTTPS-based URLs where appropriate.
---
 COPYING                                       | 6 +++---
 Makefile                                      | 2 +-
 bin/x2gobroker                                | 2 +-
 bin/x2gobroker-testauth                       | 2 +-
 debian/changelog                              | 1 +
 debian/copyright                              | 6 +++---
 debian/python3-x2gobroker.postinst            | 2 +-
 debian/python3-x2gobroker.preinst             | 2 +-
 debian/x2gobroker-agent.postinst              | 2 +-
 debian/x2gobroker-authservice.postinst        | 2 +-
 debian/x2gobroker-daemon.postinst             | 2 +-
 debian/x2gobroker-loadchecker.postinst        | 2 +-
 debian/x2gobroker-ssh.postinst                | 2 +-
 debian/x2gobroker-ssh.prerm                   | 2 +-
 debian/x2gobroker-wsgi.postinst               | 2 +-
 etc/broker/x2gobroker-authservice-logger.conf | 2 +-
 etc/broker/x2gobroker-loadchecker-logger.conf | 2 +-
 etc/broker/x2gobroker-loggers.conf            | 2 +-
 etc/x2gobroker.conf                           | 2 +-
 lib/x2gobroker-agent.pl                       | 2 +-
 sbin/x2gobroker-authservice                   | 2 +-
 sbin/x2gobroker-daemon-debug                  | 2 +-
 sbin/x2gobroker-keygen                        | 2 +-
 sbin/x2gobroker-loadchecker                   | 2 +-
 sbin/x2gobroker-pubkeyauthorizer              | 2 +-
 sbin/x2gobroker-testagent                     | 2 +-
 setup.py                                      | 2 +-
 src/x2gobroker-agent.c                        | 2 +-
 src/x2gobroker-ssh.c                          | 2 +-
 x2gobroker/authservice.py                     | 2 +-
 x2gobroker/basicauth.py                       | 2 +-
 x2gobroker/client/plain.py                    | 2 +-
 x2gobroker/loadchecker.py                     | 2 +-
 x2gobroker/web/extras.py                      | 2 +-
 x2gobroker/web/json.py                        | 4 ++--
 x2gobroker/web/plain.py                       | 4 ++--
 x2gobroker/web/uccs.py                        | 2 +-
 37 files changed, 43 insertions(+), 42 deletions(-)

diff --git a/COPYING b/COPYING
index dba13ed..be3f7b2 100644
--- a/COPYING
+++ b/COPYING
@@ -1,7 +1,7 @@
                     GNU AFFERO GENERAL PUBLIC LICENSE
                        Version 3, 19 November 2007
 
- Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
+ Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
  Everyone is permitted to copy and distribute verbatim copies
  of this license document, but changing it is not allowed.
 
@@ -643,7 +643,7 @@ the "copyright" line and a pointer to where the full notice is found.
     GNU Affero General Public License for more details.
 
     You should have received a copy of the GNU Affero 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/>.
 
 Also add information on how to contact you by electronic and paper mail.
 
@@ -658,4 +658,4 @@ specific requirements.
   You should also get your employer (if you work as a programmer) or school,
 if any, to sign a "copyright disclaimer" for the program, if necessary.
 For more information on this, and how to apply and follow the GNU AGPL, see
-<http://www.gnu.org/licenses/>.
+<https://www.gnu.org/licenses/>.
diff --git a/Makefile b/Makefile
index 07186f3..ca1c85f 100755
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-# This file is part of the  X2Go Project - http://www.x2go.org
+# This file is part of the  X2Go Project - https://www.x2go.org
 # Copyright (C) 2012-2019 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
 #
 # X2Go Session Broker is free software; you can redistribute it and/or modify
diff --git a/bin/x2gobroker b/bin/x2gobroker
index 317fcf5..9574ed4 100755
--- a/bin/x2gobroker
+++ b/bin/x2gobroker
@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 # -*- coding: utf-8 -*-
 
-# This file is part of the  X2Go Project - http://www.x2go.org
+# This file is part of the  X2Go Project - https://www.x2go.org
 # Copyright (C) 2012-2019 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
 #
 # X2Go Session Broker is free software; you can redistribute it and/or modify
diff --git a/bin/x2gobroker-testauth b/bin/x2gobroker-testauth
index 3d33f81..198a586 100755
--- a/bin/x2gobroker-testauth
+++ b/bin/x2gobroker-testauth
@@ -1,6 +1,6 @@
 #!/usr/bin/env python3
 
-# This file is part of the  X2Go Project - http://www.x2go.org
+# This file is part of the  X2Go Project - https://www.x2go.org
 # Copyright (C) 2012-2019 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
 #
 # X2Go Session Broker is free software; you can redistribute it and/or modify
diff --git a/debian/changelog b/debian/changelog
index 477b82c..eb71ae8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -146,6 +146,7 @@ x2gobroker (0.0.4.0-0x2go1) UNRELEASED; urgency=medium
     - src/x2gobroker-{agent,ssh}.c: fix compile warnings/errors.
     - src/x2gobroker-{agent,ssh}.c: fix more compile errors.
     - misc: copyright update.
+    - misc: switch to HTTPS-based URLs where appropriate.
   * x2gobroker.spec:
     - Add %debug_package macro when debugging is to be enabled, hoping that it
       will actually generate proper debuginfo (and -source) sub packages
diff --git a/debian/copyright b/debian/copyright
index 94bb1b4..eb41114 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,8 +1,8 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: X2Go Session Broker
 Upstream-Contact:
  Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
-Source: http://code.x2go.org/releases/source/x2gobroker
+Source: https://code.x2go.org/releases/source/x2gobroker
 
 Files: *
 Copyright:
@@ -47,7 +47,7 @@ License: AGPL-3+
  GNU AFFERO GENERAL PUBLIC LICENSE
  Version 3, 19 November 2007
  .
- Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
+ Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
  Everyone is permitted to copy and distribute verbatim copies
  of this license document, but changing it is not allowed.
  .
diff --git a/debian/python3-x2gobroker.postinst b/debian/python3-x2gobroker.postinst
index 5829481..ec67f8a 100755
--- a/debian/python3-x2gobroker.postinst
+++ b/debian/python3-x2gobroker.postinst
@@ -14,7 +14,7 @@ set -e
 #        * <deconfigured's-postinst> `abort-deconfigure' `in-favour'
 #          <failed-install-package> <version> `removing'
 #          <conflicting-package> <version>
-# for details, see http://www.debian.org/doc/debian-policy/ or
+# for details, see https://www.debian.org/doc/debian-policy/ or
 # the debian-policy package
 
 if dpkg-maintscript-helper supports rm_conffile 2>/dev/null; then
diff --git a/debian/python3-x2gobroker.preinst b/debian/python3-x2gobroker.preinst
index fff62ca..14efef2 100755
--- a/debian/python3-x2gobroker.preinst
+++ b/debian/python3-x2gobroker.preinst
@@ -11,7 +11,7 @@ set -e
 #        * <new-preinst> `upgrade' <old-version>
 #        * <old-preinst> `abort-upgrade' <new-version>
 #
-# for details, see http://www.debian.org/doc/debian-policy/ or
+# for details, see https://www.debian.org/doc/debian-policy/ or
 # the debian-policy package
 
 if dpkg-maintscript-helper supports rm_conffile 2>/dev/null; then
diff --git a/debian/x2gobroker-agent.postinst b/debian/x2gobroker-agent.postinst
index 35c7097..9b910b1 100755
--- a/debian/x2gobroker-agent.postinst
+++ b/debian/x2gobroker-agent.postinst
@@ -17,7 +17,7 @@ set -e
 #        * <deconfigured's-postinst> `abort-deconfigure' `in-favour'
 #          <failed-install-package> <version> `removing'
 #          <conflicting-package> <version>
-# for details, see http://www.debian.org/doc/debian-policy/ or
+# for details, see https://www.debian.org/doc/debian-policy/ or
 # the debian-policy package
 
 
diff --git a/debian/x2gobroker-authservice.postinst b/debian/x2gobroker-authservice.postinst
index dc881b4..6632a82 100755
--- a/debian/x2gobroker-authservice.postinst
+++ b/debian/x2gobroker-authservice.postinst
@@ -14,7 +14,7 @@ set -e
 #        * <deconfigured's-postinst> `abort-deconfigure' `in-favour'
 #          <failed-install-package> <version> `removing'
 #          <conflicting-package> <version>
-# for details, see http://www.debian.org/doc/debian-policy/ or
+# for details, see https://www.debian.org/doc/debian-policy/ or
 # the debian-policy package
 
 
diff --git a/debian/x2gobroker-daemon.postinst b/debian/x2gobroker-daemon.postinst
index 6d55330..35251e8 100755
--- a/debian/x2gobroker-daemon.postinst
+++ b/debian/x2gobroker-daemon.postinst
@@ -14,7 +14,7 @@ set -e
 #        * <deconfigured's-postinst> `abort-deconfigure' `in-favour'
 #          <failed-install-package> <version> `removing'
 #          <conflicting-package> <version>
-# for details, see http://www.debian.org/doc/debian-policy/ or
+# for details, see https://www.debian.org/doc/debian-policy/ or
 # the debian-policy package
 
 
diff --git a/debian/x2gobroker-loadchecker.postinst b/debian/x2gobroker-loadchecker.postinst
index b3f2bb4..e3c07b2 100755
--- a/debian/x2gobroker-loadchecker.postinst
+++ b/debian/x2gobroker-loadchecker.postinst
@@ -14,7 +14,7 @@ set -e
 #        * <deconfigured's-postinst> `abort-deconfigure' `in-favour'
 #          <failed-install-package> <version> `removing'
 #          <conflicting-package> <version>
-# for details, see http://www.debian.org/doc/debian-policy/ or
+# for details, see https://www.debian.org/doc/debian-policy/ or
 # the debian-policy package
 
 
diff --git a/debian/x2gobroker-ssh.postinst b/debian/x2gobroker-ssh.postinst
index 0eed814..3467bc3 100755
--- a/debian/x2gobroker-ssh.postinst
+++ b/debian/x2gobroker-ssh.postinst
@@ -14,7 +14,7 @@ set -e
 #        * <deconfigured's-postinst> `abort-deconfigure' `in-favour'
 #          <failed-install-package> <version> `removing'
 #          <conflicting-package> <version>
-# for details, see http://www.debian.org/doc/debian-policy/ or
+# for details, see https://www.debian.org/doc/debian-policy/ or
 # the debian-policy package
 
 . /usr/share/debconf/confmodule
diff --git a/debian/x2gobroker-ssh.prerm b/debian/x2gobroker-ssh.prerm
index 4b096c4..927b117 100755
--- a/debian/x2gobroker-ssh.prerm
+++ b/debian/x2gobroker-ssh.prerm
@@ -9,7 +9,7 @@
 #        * <deconfigured's-prerm> `deconfigure' `in-favour'
 #          <package-being-installed> <version> `removing'
 #          <conflicting-package> <version>
-# for details, see http://www.debian.org/doc/debian-policy/ or
+# for details, see https://www.debian.org/doc/debian-policy/ or
 # the debian-policy package
 
 set -e
diff --git a/debian/x2gobroker-wsgi.postinst b/debian/x2gobroker-wsgi.postinst
index e7f49f3..6e13e87 100755
--- a/debian/x2gobroker-wsgi.postinst
+++ b/debian/x2gobroker-wsgi.postinst
@@ -17,7 +17,7 @@ set -e
 #        * <deconfigured's-postinst> `abort-deconfigure' `in-favour'
 #          <failed-install-package> <version> `removing'
 #          <conflicting-package> <version>
-# for details, see http://www.debian.org/doc/debian-policy/ or
+# for details, see https://www.debian.org/doc/debian-policy/ or
 # the debian-policy package
 
 apacheconf_configure() {
diff --git a/etc/broker/x2gobroker-authservice-logger.conf b/etc/broker/x2gobroker-authservice-logger.conf
index 91f769a..18e0161 100644
--- a/etc/broker/x2gobroker-authservice-logger.conf
+++ b/etc/broker/x2gobroker-authservice-logger.conf
@@ -1,4 +1,4 @@
-# This file is part of the  X2Go Project - http://www.x2go.org
+# This file is part of the  X2Go Project - https://www.x2go.org
 # Copyright (C) 2012-2019 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
 #
 # X2Go Session Broker is free software; you can redistribute it and/or modify
diff --git a/etc/broker/x2gobroker-loadchecker-logger.conf b/etc/broker/x2gobroker-loadchecker-logger.conf
index 5f2f7a6..ee35c31 100644
--- a/etc/broker/x2gobroker-loadchecker-logger.conf
+++ b/etc/broker/x2gobroker-loadchecker-logger.conf
@@ -1,4 +1,4 @@
-# This file is part of the  X2Go Project - http://www.x2go.org
+# This file is part of the  X2Go Project - https://www.x2go.org
 # Copyright (C) 2012-2019 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
 #
 # X2Go Session Broker is free software; you can redistribute it and/or modify
diff --git a/etc/broker/x2gobroker-loggers.conf b/etc/broker/x2gobroker-loggers.conf
index bdcd811..29795f3 100644
--- a/etc/broker/x2gobroker-loggers.conf
+++ b/etc/broker/x2gobroker-loggers.conf
@@ -1,4 +1,4 @@
-# This file is part of the  X2Go Project - http://www.x2go.org
+# This file is part of the  X2Go Project - https://www.x2go.org
 # Copyright (C) 2012-2019 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
 #
 # X2Go Session Broker is free software; you can redistribute it and/or modify
diff --git a/etc/x2gobroker.conf b/etc/x2gobroker.conf
index e6cd534..44e86a4 100644
--- a/etc/x2gobroker.conf
+++ b/etc/x2gobroker.conf
@@ -1,4 +1,4 @@
-# This file is part of the  X2Go Project - http://www.x2go.org
+# This file is part of the  X2Go Project - https://www.x2go.org
 # Copyright (C) 2012-2019 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
 #
 # X2Go Session Broker is free software; you can redistribute it and/or modify
diff --git a/lib/x2gobroker-agent.pl b/lib/x2gobroker-agent.pl
index f0624eb..82d075c 100755
--- a/lib/x2gobroker-agent.pl
+++ b/lib/x2gobroker-agent.pl
@@ -1,6 +1,6 @@
 #!/usr/bin/perl -XU
 
-# This file is part of the  X2Go Project - http://www.x2go.org
+# This file is part of the  X2Go Project - https://www.x2go.org
 # Copyright (C) 2011-2015 by Oleksandr Shneyder <oleksandr.shneyder at obviously-nice.de>
 # Copyright (C) 2012-2019 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
 #
diff --git a/sbin/x2gobroker-authservice b/sbin/x2gobroker-authservice
index 433d662..f311dae 100755
--- a/sbin/x2gobroker-authservice
+++ b/sbin/x2gobroker-authservice
@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 # -*- coding: utf-8 -*-
 
-# This file is part of the  X2Go Project - http://www.x2go.org
+# This file is part of the  X2Go Project - https://www.x2go.org
 # Copyright (C) 2012-2019 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
 #
 # X2Go Session Broker is free software; you can redistribute it and/or modify
diff --git a/sbin/x2gobroker-daemon-debug b/sbin/x2gobroker-daemon-debug
index ac733db..61163ac 100755
--- a/sbin/x2gobroker-daemon-debug
+++ b/sbin/x2gobroker-daemon-debug
@@ -1,7 +1,7 @@
 #!/bin/bash
 # -*- coding: utf-8 -*-
 
-# This file is part of the  X2Go Project - http://www.x2go.org
+# This file is part of the  X2Go Project - https://www.x2go.org
 # Copyright (C) 2012-2019 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
 #
 # X2Go Session Broker is free software; you can redistribute it and/or modify
diff --git a/sbin/x2gobroker-keygen b/sbin/x2gobroker-keygen
index e4a322a..07086c6 100755
--- a/sbin/x2gobroker-keygen
+++ b/sbin/x2gobroker-keygen
@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 # -*- coding: utf-8 -*-
 
-# This file is part of the  X2Go Project - http://www.x2go.org
+# This file is part of the  X2Go Project - https://www.x2go.org
 # Copyright (C) 2012-2019 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
 #
 # X2Go Session Broker is free software; you can redistribute it and/or modify
diff --git a/sbin/x2gobroker-loadchecker b/sbin/x2gobroker-loadchecker
index 6f3aa24..9335681 100755
--- a/sbin/x2gobroker-loadchecker
+++ b/sbin/x2gobroker-loadchecker
@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 # -*- coding: utf-8 -*-
 
-# This file is part of the  X2Go Project - http://www.x2go.org
+# This file is part of the  X2Go Project - https://www.x2go.org
 # Copyright (C) 2012-2019 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
 #
 # X2Go Session Broker is free software; you can redistribute it and/or modify
diff --git a/sbin/x2gobroker-pubkeyauthorizer b/sbin/x2gobroker-pubkeyauthorizer
index d5284d4..8da5b71 100755
--- a/sbin/x2gobroker-pubkeyauthorizer
+++ b/sbin/x2gobroker-pubkeyauthorizer
@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 # -*- coding: utf-8 -*-
 
-# This file is part of the  X2Go Project - http://www.x2go.org
+# This file is part of the  X2Go Project - https://www.x2go.org
 # Copyright (C) 2012-2019 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
 #
 # X2Go Session Broker is free software; you can redistribute it and/or modify
diff --git a/sbin/x2gobroker-testagent b/sbin/x2gobroker-testagent
index 912de75..7297436 100755
--- a/sbin/x2gobroker-testagent
+++ b/sbin/x2gobroker-testagent
@@ -1,6 +1,6 @@
 #!/usr/bin/env python3
 
-# This file is part of the  X2Go Project - http://www.x2go.org
+# This file is part of the  X2Go Project - https://www.x2go.org
 # Copyright (C) 2012-2019 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
 #
 # X2Go Session Broker is free software; you can redistribute it and/or modify
diff --git a/setup.py b/setup.py
index 70a837d..338dba2 100755
--- a/setup.py
+++ b/setup.py
@@ -38,7 +38,7 @@ setup(
     description = "X2Go Session Broker",
     license = 'AGPLv3+',
     author = MODULE_AUTHOR,
-    url = 'http://www.x2go.org',
+    url = 'https://www.x2go.org',
     packages = find_packages('.'),
     package_dir = {'': '.'},
     test_suite = "x2gobroker.tests.runalltests",
diff --git a/src/x2gobroker-agent.c b/src/x2gobroker-agent.c
index 32dc68e..0cb2246 100644
--- a/src/x2gobroker-agent.c
+++ b/src/x2gobroker-agent.c
@@ -1,5 +1,5 @@
 /*
- * This file is part of the  X2Go Project - http://www.x2go.org
+ * This file is part of the  X2Go Project - https://www.x2go.org
  * Copyright (C) 2012-2019 Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/src/x2gobroker-ssh.c b/src/x2gobroker-ssh.c
index e9a50d9..f6b6460 100644
--- a/src/x2gobroker-ssh.c
+++ b/src/x2gobroker-ssh.c
@@ -1,5 +1,5 @@
 /*
- * This file is part of the  X2Go Project - http://www.x2go.org
+ * This file is part of the  X2Go Project - https://www.x2go.org
  * Copyright (C) 2012-2019 Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
  *
  * This program is free software; you can redistribute it and/or modify
diff --git a/x2gobroker/authservice.py b/x2gobroker/authservice.py
index 64da9c6..fe12ce6 100644
--- a/x2gobroker/authservice.py
+++ b/x2gobroker/authservice.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-# This file is part of the  X2Go Project - http://www.x2go.org
+# This file is part of the  X2Go Project - https://www.x2go.org
 # Copyright (C) 2012-2019 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
 #
 # X2Go Session Broker is free software; you can redistribute it and/or modify
diff --git a/x2gobroker/basicauth.py b/x2gobroker/basicauth.py
index d519549..c8a390d 100644
--- a/x2gobroker/basicauth.py
+++ b/x2gobroker/basicauth.py
@@ -1,4 +1,4 @@
-# This file is part of the  X2Go Project - http://www.x2go.org
+# This file is part of the  X2Go Project - https://www.x2go.org
 # Copyright (C) 2012-2019 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
 #
 # X2Go Session Broker is free software; you can redistribute it and/or modify
diff --git a/x2gobroker/client/plain.py b/x2gobroker/client/plain.py
index 2534286..469300a 100644
--- a/x2gobroker/client/plain.py
+++ b/x2gobroker/client/plain.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-# This file is part of the  X2Go Project - http://www.x2go.org
+# This file is part of the  X2Go Project - https://www.x2go.org
 # Copyright (C) 2012-2019 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
 #
 # X2Go Session Broker is free software; you can redistribute it and/or modify
diff --git a/x2gobroker/loadchecker.py b/x2gobroker/loadchecker.py
index 1ccc891..fc583b9 100644
--- a/x2gobroker/loadchecker.py
+++ b/x2gobroker/loadchecker.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-# This file is part of the  X2Go Project - http://www.x2go.org
+# This file is part of the  X2Go Project - https://www.x2go.org
 # Copyright (C) 2012-2019 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
 #
 # X2Go Session Broker is free software; you can redistribute it and/or modify
diff --git a/x2gobroker/web/extras.py b/x2gobroker/web/extras.py
index 46d16be..526ce2f 100644
--- a/x2gobroker/web/extras.py
+++ b/x2gobroker/web/extras.py
@@ -1,4 +1,4 @@
-# This file is part of the  X2Go Project - http://www.x2go.org
+# This file is part of the  X2Go Project - https://www.x2go.org
 # Copyright (C) 2012-2019 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
 #
 # X2Go Session Broker is free software; you can redistribute it and/or modify
diff --git a/x2gobroker/web/json.py b/x2gobroker/web/json.py
index 8be0506..0edb99c 100644
--- a/x2gobroker/web/json.py
+++ b/x2gobroker/web/json.py
@@ -1,4 +1,4 @@
-# This file is part of the  X2Go Project - http://www.x2go.org
+# This file is part of the  X2Go Project - https://www.x2go.org
 # Copyright (C) 2012-2019 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
 #
 # X2Go Session Broker is free software; you can redistribute it and/or modify
@@ -116,7 +116,7 @@ class X2GoBrokerWeb(_RequestHandler):
             logger_error.error('The broker backend \'{backend}\' is not enabled'.format(backend=broker_backend.get_name()))
             raise tornado.web.HTTPError(404)
 
-        # FIXME: this is to work around a bug in X2Go Client (http://bugs.x2go.org/138)
+        # FIXME: this is to work around a bug in X2Go Client (https://bugs.x2go.org/138)
         content_type = self.request.headers.get("Content-Type", "")
         if not content_type.startswith("application/x-www-form-urlencoded"):
             for name, values in parse_qs_bytes(native_str(self.request.body)).items():
diff --git a/x2gobroker/web/plain.py b/x2gobroker/web/plain.py
index 17dd843..2757653 100644
--- a/x2gobroker/web/plain.py
+++ b/x2gobroker/web/plain.py
@@ -1,4 +1,4 @@
-# This file is part of the  X2Go Project - http://www.x2go.org
+# This file is part of the  X2Go Project - https://www.x2go.org
 # Copyright (C) 2012-2019 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
 #
 # X2Go Session Broker is free software; you can redistribute it and/or modify
@@ -111,7 +111,7 @@ class X2GoBrokerWeb(_RequestHandler):
             logger_error.error('The broker backend \'{backend}\' is not enabled'.format(backend=broker_backend.get_name()))
             raise tornado.web.HTTPError(404)
 
-        # FIXME: this is to work around a bug in X2Go Client (http://bugs.x2go.org/138)
+        # FIXME: this is to work around a bug in X2Go Client (https://bugs.x2go.org/138)
         content_type = self.request.headers.get("Content-Type", "")
         if not content_type.startswith("application/x-www-form-urlencoded"):
             for name, values in parse_qs_bytes(native_str(self.request.body)).items():
diff --git a/x2gobroker/web/uccs.py b/x2gobroker/web/uccs.py
index b528135..7a89fd7 100644
--- a/x2gobroker/web/uccs.py
+++ b/x2gobroker/web/uccs.py
@@ -1,4 +1,4 @@
-# This file is part of the  X2Go Project - http://www.x2go.org
+# This file is part of the  X2Go Project - https://www.x2go.org
 # Copyright (C) 2012-2019 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
 #
 # X2Go Session Broker is free software; you can redistribute it and/or modify

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gobroker.git


More information about the x2go-commits mailing list