[X2Go-Commits] [x2goclient] 30/38: misc: change http:// to https:// links where appropriate.
git-admin at x2go.org
git-admin at x2go.org
Fri Dec 15 21:15:28 CET 2023
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch master
in repository x2goclient.
commit dc22e75ec1b6d0f721dc81870367452b15a43a69
Author: Mihai Moldovan <ionic at ionic.de>
Date: Tue Aug 22 02:42:03 2023 +0200
misc: change http:// to https:// links where appropriate.
---
COPYING | 6 +++---
README | 2 +-
TODO | 2 +-
debian/changelog | 1 +
man/man1/pyhoca-cli.1 | 2 +-
pyhoca/cli/__init__.py | 2 +-
pyhoca/cli/frontend.py | 2 +-
setup.py | 2 +-
8 files changed, 10 insertions(+), 9 deletions(-)
diff --git a/COPYING b/COPYING
index dba13ed2..be3f7b28 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/README b/README
index 879d51bc..ff6cd6e3 100644
--- a/README
+++ b/README
@@ -5,7 +5,7 @@ Contributors:
2010-2016, Dick Kniep <dick.kniep at lindix.nl>
Published under the terms of the GNU Affero General Public License.
-See http://www.gnu.org/licenses/agpl.html for a recent copy.
+See https://www.gnu.org/licenses/agpl.html for a recent copy.
=== What is pyhoca-cli? ===
diff --git a/TODO b/TODO
index 8a354bf1..76d13694 100644
--- a/TODO
+++ b/TODO
@@ -5,7 +5,7 @@ Contributors:
2010-2016, Dick Kniep <dick.kniep at lindix.nl>
Published under the terms of the GNU Affero General Public License.
-See http://www.gnu.org/licenses/gpl.html for a recent copy.
+See https://www.gnu.org/licenses/gpl.html for a recent copy.
=== pyhoca-cli TODOs ===
diff --git a/debian/changelog b/debian/changelog
index 86e957ad..a6261fa6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -34,6 +34,7 @@ pyhoca-cli (0.6.1.3-0x2go1) UNRELEASED; urgency=medium
* New upstream version (0.6.1.3):
- misc: pre-release copyright update.
- man/man1/pyhoca-cli.1: pre-release date update.
+ - misc: change http:// to https:// links where appropriate.
-- X2Go Release Manager <git-admin at x2go.org> Thu, 26 Dec 2019 17:03:42 +0100
diff --git a/man/man1/pyhoca-cli.1 b/man/man1/pyhoca-cli.1
index 9c3bab0b..0daaa8ad 100644
--- a/man/man1/pyhoca-cli.1
+++ b/man/man1/pyhoca-cli.1
@@ -303,6 +303,6 @@ rfb-hextile, rfb-tight, rfb-tight-compressed
.SH "SEE ALSO"
\fB/usr/share/doc/python-x2go\fR
.SH AUTHOR
-This manual has been written by for the X2Go project (http://www.x2go.org) by
+This manual has been written by for the X2Go project (https://www.x2go.org) by
Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
diff --git a/pyhoca/cli/__init__.py b/pyhoca/cli/__init__.py
index 481dd5a5..019854cd 100644
--- a/pyhoca/cli/__init__.py
+++ b/pyhoca/cli/__init__.py
@@ -22,7 +22,7 @@ PyHoca-CLI is a simple command-line tool that allows the launching of
X2Go sessions.
For further information on X2Go, please visit the X2Go wiki:
-http://wiki.x2go.org
+https://wiki.x2go.org
"""
__VERSION__ = "0.6.1.3"
diff --git a/pyhoca/cli/frontend.py b/pyhoca/cli/frontend.py
index d3532334..6c738371 100644
--- a/pyhoca/cli/frontend.py
+++ b/pyhoca/cli/frontend.py
@@ -530,7 +530,7 @@ class PyHocaCLI(x2go.X2GoClient):
password = getpass.getpass()
- # workaround for Python bug: http://bugs.python.org/issue11236
+ # workaround for Python bug: https://bugs.python.org/issue11236
try:
if password is not None and '\x03' in password:
raise KeyboardInterrupt()
diff --git a/setup.py b/setup.py
index 57c15fa4..d9b7b938 100755
--- a/setup.py
+++ b/setup.py
@@ -41,7 +41,7 @@ setup(
description = "PyHoca-CLI is a cross-platform (Windows, MacOS X, Linux) X2Go client for the command line.",
license = 'AGPLv3+',
author = 'Mike Gabriel',
- url = 'http://www.x2go.org',
+ url = 'https://www.x2go.org',
namespace_packages = [ 'pyhoca', ],
packages = [ 'pyhoca.cli', ],
package_dir = {'': '.'},
--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git
More information about the x2go-commits
mailing list