This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2gobroker. from f8ec7bc Fix regression flaw in x2gobroker/web/json.py, introduced by commit 9fa371e9. new 2d5bd76 misc: copyright update. new 00a2188 misc: switch to HTTPS-based URLs where appropriate. new d31ded1 man/*: update date and version stamps pre-release. new 63e603e misc: add missing coding modelines. new 79ac8d0 misc: add vim file encoding modelines. The 5 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: COPYING | 6 +++--- Makefile | 4 ++-- Makefile.docupload | 2 +- bin/x2gobroker | 5 +++-- bin/x2gobroker-testauth | 6 ++++-- debian/changelog | 4 ++++ debian/copyright | 14 +++++++------- debian/python3-x2gobroker.postinst | 2 +- debian/python3-x2gobroker.preinst | 2 +- debian/rules | 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 +- docs/source/conf.py | 1 + etc/broker/x2gobroker-authservice-logger.conf | 4 ++-- etc/broker/x2gobroker-loadchecker-logger.conf | 4 ++-- etc/broker/x2gobroker-loggers.conf | 4 ++-- etc/x2gobroker.conf | 4 ++-- init/x2gobroker-authservice.init | 2 +- init/x2gobroker-daemon.init | 2 +- init/x2gobroker-loadchecker.init | 2 +- lib/x2gobroker-agent.pl | 4 ++-- man/man1/x2gobroker-testauth.1 | 3 ++- man/man1/x2gobroker.1 | 3 ++- man/man8/x2gobroker-authservice.8 | 3 ++- man/man8/x2gobroker-daemon-debug.8 | 3 ++- man/man8/x2gobroker-keygen.8 | 3 ++- man/man8/x2gobroker-loadchecker.8 | 3 ++- man/man8/x2gobroker-pubkeyauthorizer.8 | 3 ++- man/man8/x2gobroker-testagent.8 | 3 ++- sbin/x2gobroker-authservice | 5 +++-- sbin/x2gobroker-daemon-debug | 5 +++-- sbin/x2gobroker-keygen | 5 +++-- sbin/x2gobroker-loadchecker | 5 +++-- sbin/x2gobroker-pubkeyauthorizer | 5 +++-- sbin/x2gobroker-testagent | 6 ++++-- setup.py | 5 +++-- src/x2gobroker-agent.c | 4 ++-- src/x2gobroker-ssh.c | 4 ++-- test.py | 3 ++- x2gobroker/__init__.py | 3 ++- x2gobroker/_paramiko.py | 3 ++- x2gobroker/agent.py | 3 ++- x2gobroker/authmechs/__init__.py | 3 ++- x2gobroker/authmechs/base_authmech.py | 3 ++- x2gobroker/authmechs/https_get_authmech.py | 5 +++-- x2gobroker/authmechs/none_authmech.py | 3 ++- x2gobroker/authmechs/pam_authmech.py | 3 ++- x2gobroker/authmechs/testsuite_authmech.py | 3 ++- x2gobroker/authservice.py | 5 +++-- x2gobroker/basicauth.py | 7 +++++-- x2gobroker/brokers/__init__.py | 3 ++- x2gobroker/brokers/base_broker.py | 5 +++-- x2gobroker/brokers/inifile_broker.py | 3 ++- x2gobroker/brokers/zeroconf_broker.py | 3 ++- x2gobroker/client/__init__.py | 3 ++- x2gobroker/client/plain.py | 5 +++-- x2gobroker/config.py | 3 ++- x2gobroker/defaults.py | 3 ++- x2gobroker/loadchecker.py | 5 +++-- x2gobroker/loggers.py | 3 ++- x2gobroker/nameservices/__init__.py | 3 ++- x2gobroker/nameservices/base_nameservice.py | 3 ++- x2gobroker/nameservices/libnss_nameservice.py | 3 ++- x2gobroker/nameservices/testsuite_nameservice.py | 3 ++- x2gobroker/optional_scripts/__init__.py | 3 ++- x2gobroker/optional_scripts/base_script.py | 3 ++- x2gobroker/tests/__init__.py | 3 ++- x2gobroker/tests/runalltests.py | 3 ++- x2gobroker/tests/test_broker_agent.py | 3 ++- x2gobroker/tests/test_broker_base.py | 4 +++- x2gobroker/tests/test_broker_inifile.py | 3 ++- x2gobroker/tests/test_broker_zeroconf.py | 3 ++- x2gobroker/tests/test_client_plain_base.py | 3 ++- x2gobroker/tests/test_uccsjson.py | 2 ++ x2gobroker/tests/test_utils.py | 3 ++- x2gobroker/tests/test_web_plain_base.py | 3 ++- x2gobroker/tests/test_web_plain_inifile.py | 3 ++- x2gobroker/tests/test_web_plain_zeroconf.py | 3 ++- x2gobroker/tests/test_web_uccs_zeroconf.py | 3 ++- x2gobroker/uccsjson.py | 3 ++- x2gobroker/utils.py | 3 ++- x2gobroker/web/__init__.py | 3 ++- x2gobroker/web/extras.py | 7 +++++-- x2gobroker/web/json.py | 9 ++++++--- x2gobroker/web/plain.py | 9 ++++++--- x2gobroker/web/uccs.py | 7 +++++-- x2gobroker/x2gobroker_exceptions.py | 3 ++- 92 files changed, 211 insertions(+), 126 deletions(-) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gobroker.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gobroker. commit 2d5bd763c25219c0768ec60c0b2a64a3ab2d9695 Author: Mihai Moldovan <ionic@ionic.de> Date: Sat Feb 2 07:21:40 2019 +0100 misc: copyright update. --- Makefile | 2 +- Makefile.docupload | 2 +- bin/x2gobroker | 2 +- bin/x2gobroker-testauth | 2 +- debian/changelog | 1 + debian/copyright | 8 ++++---- debian/rules | 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 +- init/x2gobroker-authservice.init | 2 +- init/x2gobroker-daemon.init | 2 +- init/x2gobroker-loadchecker.init | 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 +- test.py | 2 +- x2gobroker/__init__.py | 2 +- x2gobroker/_paramiko.py | 2 +- x2gobroker/agent.py | 2 +- x2gobroker/authmechs/__init__.py | 2 +- x2gobroker/authmechs/base_authmech.py | 2 +- x2gobroker/authmechs/https_get_authmech.py | 4 ++-- x2gobroker/authmechs/none_authmech.py | 2 +- x2gobroker/authmechs/pam_authmech.py | 2 +- x2gobroker/authmechs/testsuite_authmech.py | 2 +- x2gobroker/authservice.py | 2 +- x2gobroker/basicauth.py | 2 +- x2gobroker/brokers/__init__.py | 2 +- x2gobroker/brokers/base_broker.py | 4 ++-- x2gobroker/brokers/inifile_broker.py | 2 +- x2gobroker/brokers/zeroconf_broker.py | 2 +- x2gobroker/client/__init__.py | 2 +- x2gobroker/client/plain.py | 2 +- x2gobroker/config.py | 2 +- x2gobroker/defaults.py | 2 +- x2gobroker/loadchecker.py | 2 +- x2gobroker/loggers.py | 2 +- x2gobroker/nameservices/__init__.py | 2 +- x2gobroker/nameservices/base_nameservice.py | 2 +- x2gobroker/nameservices/libnss_nameservice.py | 2 +- x2gobroker/nameservices/testsuite_nameservice.py | 2 +- x2gobroker/optional_scripts/__init__.py | 2 +- x2gobroker/optional_scripts/base_script.py | 2 +- x2gobroker/tests/__init__.py | 2 +- x2gobroker/tests/runalltests.py | 2 +- x2gobroker/tests/test_broker_agent.py | 2 +- x2gobroker/tests/test_broker_base.py | 2 +- x2gobroker/tests/test_broker_inifile.py | 2 +- x2gobroker/tests/test_broker_zeroconf.py | 2 +- x2gobroker/tests/test_client_plain_base.py | 2 +- x2gobroker/tests/test_utils.py | 2 +- x2gobroker/tests/test_web_plain_base.py | 2 +- x2gobroker/tests/test_web_plain_inifile.py | 2 +- x2gobroker/tests/test_web_plain_zeroconf.py | 2 +- x2gobroker/tests/test_web_uccs_zeroconf.py | 2 +- x2gobroker/uccsjson.py | 2 +- x2gobroker/utils.py | 2 +- x2gobroker/web/__init__.py | 2 +- x2gobroker/web/extras.py | 2 +- x2gobroker/web/json.py | 2 +- x2gobroker/web/plain.py | 2 +- x2gobroker/web/uccs.py | 2 +- x2gobroker/x2gobroker_exceptions.py | 2 +- 72 files changed, 77 insertions(+), 76 deletions(-) diff --git a/Makefile b/Makefile index 23e50b8..07186f3 100755 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ #!/usr/bin/make -f # This file is part of the X2Go Project - http://www.x2go.org -# Copyright (C) 2012-2018 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2012-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # # X2Go Session Broker is free software; you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/Makefile.docupload b/Makefile.docupload index 96ea17b..976ca16 100644 --- a/Makefile.docupload +++ b/Makefile.docupload @@ -1,6 +1,6 @@ #!/usr/bin/make -f # Makefile.docupload file - for python-x2gobroker -# Copyright 2010-2018 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de>, GPLv3+ applies to this file +# Copyright 2010-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de>, GPLv3+ applies to this file VERSION=`head -n1 debian/changelog | sed 's,.*(\(.*\)).*,\1,' | cut -d"-" -f1` DOC_HOST=code.x2go.org diff --git a/bin/x2gobroker b/bin/x2gobroker index 9a9191f..317fcf5 100755 --- a/bin/x2gobroker +++ b/bin/x2gobroker @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # This file is part of the X2Go Project - http://www.x2go.org -# Copyright (C) 2012-2018 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2012-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # # X2Go Session Broker is free software; you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/bin/x2gobroker-testauth b/bin/x2gobroker-testauth index 84a4750..3d33f81 100755 --- a/bin/x2gobroker-testauth +++ b/bin/x2gobroker-testauth @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # This file is part of the X2Go Project - http://www.x2go.org -# Copyright (C) 2012-2018 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2012-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # # X2Go Session Broker is free software; you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/debian/changelog b/debian/changelog index 41a29ab..477b82c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -145,6 +145,7 @@ x2gobroker (0.0.4.0-0x2go1) UNRELEASED; urgency=medium LDFLAGS values, even if passed in through the make command line. - src/x2gobroker-{agent,ssh}.c: fix compile warnings/errors. - src/x2gobroker-{agent,ssh}.c: fix more compile errors. + - misc: copyright update. * 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 64f682d..94bb1b4 100644 --- a/debian/copyright +++ b/debian/copyright @@ -6,24 +6,24 @@ Source: http://code.x2go.org/releases/source/x2gobroker Files: * Copyright: - 2012-2018, Mike Gabriel <mike.gabriel@das-netzwerkteam.de> + 2012-2019, Mike Gabriel <mike.gabriel@das-netzwerkteam.de> License: AGPL-3+ Files: x2gobroker/authmechs/https_get_authmech.py x2gobroker/brokers/base_broker.py x2gobroker/optional_scripts/__init__.py x2gobroker/optional_scripts/base_script.py -Copyright: 2012-2018, Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +Copyright: 2012-2019, Mike Gabriel <mike.gabriel@das-netzwerkteam.de> 2014, Josh Lukens <jlukens@botch.com> License: AGPL-3+ Files: lib/x2gobroker-agent.pl -Copyright: 2012-2018, Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +Copyright: 2012-2019, Mike Gabriel <mike.gabriel@das-netzwerkteam.de> 2012, Oleksandr Shneyder <oleksandr.schneyder@obviously-nice.de> License: AGPL-3+ Files: debian/* -Copyright: 2012-2018, Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +Copyright: 2012-2019, Mike Gabriel <mike.gabriel@das-netzwerkteam.de> License: AGPL-3+ License: AGPL-3+ diff --git a/debian/rules b/debian/rules index a780b64..e49a7e8 100755 --- a/debian/rules +++ b/debian/rules @@ -1,6 +1,6 @@ #!/usr/bin/make -f -# Copyright (C) 2012-2018 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2012-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/etc/broker/x2gobroker-authservice-logger.conf b/etc/broker/x2gobroker-authservice-logger.conf index 844fe46..91f769a 100644 --- a/etc/broker/x2gobroker-authservice-logger.conf +++ b/etc/broker/x2gobroker-authservice-logger.conf @@ -1,5 +1,5 @@ # This file is part of the X2Go Project - http://www.x2go.org -# Copyright (C) 2012-2018 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2012-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # # X2Go Session Broker is free software; you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/etc/broker/x2gobroker-loadchecker-logger.conf b/etc/broker/x2gobroker-loadchecker-logger.conf index d3fa75b..5f2f7a6 100644 --- a/etc/broker/x2gobroker-loadchecker-logger.conf +++ b/etc/broker/x2gobroker-loadchecker-logger.conf @@ -1,5 +1,5 @@ # This file is part of the X2Go Project - http://www.x2go.org -# Copyright (C) 2012-2018 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2012-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # # X2Go Session Broker is free software; you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/etc/broker/x2gobroker-loggers.conf b/etc/broker/x2gobroker-loggers.conf index 7e6814c..bdcd811 100644 --- a/etc/broker/x2gobroker-loggers.conf +++ b/etc/broker/x2gobroker-loggers.conf @@ -1,5 +1,5 @@ # This file is part of the X2Go Project - http://www.x2go.org -# Copyright (C) 2012-2018 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2012-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # # X2Go Session Broker is free software; you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/etc/x2gobroker.conf b/etc/x2gobroker.conf index 6501458..e6cd534 100644 --- a/etc/x2gobroker.conf +++ b/etc/x2gobroker.conf @@ -1,5 +1,5 @@ # This file is part of the X2Go Project - http://www.x2go.org -# Copyright (C) 2012-2018 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2012-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # # X2Go Session Broker is free software; you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/init/x2gobroker-authservice.init b/init/x2gobroker-authservice.init index 98f75b4..53d474a 100755 --- a/init/x2gobroker-authservice.init +++ b/init/x2gobroker-authservice.init @@ -2,7 +2,7 @@ # # Start the X2Go Session Broker PAM Authentication Service # -# Copyright © 2014-2018 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright © 2014-2019 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # Distributable under the terms of the GNU AGPL version 3+. # ### BEGIN INIT INFO diff --git a/init/x2gobroker-daemon.init b/init/x2gobroker-daemon.init index 14b2215..079b878 100755 --- a/init/x2gobroker-daemon.init +++ b/init/x2gobroker-daemon.init @@ -2,7 +2,7 @@ # # Start the X2Go Session Broker standalone daemon # -# Copyright © 2012-2018 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright © 2012-2019 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # Distributable under the terms of the GNU AGPL version 3+. # ### BEGIN INIT INFO diff --git a/init/x2gobroker-loadchecker.init b/init/x2gobroker-loadchecker.init index 31e3301..ab84120 100755 --- a/init/x2gobroker-loadchecker.init +++ b/init/x2gobroker-loadchecker.init @@ -2,7 +2,7 @@ # # Start the X2Go Session Broker Load Checker Service # -# Copyright © 2014-2018 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright © 2014-2019 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # Distributable under the terms of the GNU AGPL version 3+. # ### BEGIN INIT INFO diff --git a/lib/x2gobroker-agent.pl b/lib/x2gobroker-agent.pl index 3b2889d..f0624eb 100755 --- a/lib/x2gobroker-agent.pl +++ b/lib/x2gobroker-agent.pl @@ -2,7 +2,7 @@ # This file is part of the X2Go Project - http://www.x2go.org # Copyright (C) 2011-2015 by Oleksandr Shneyder <oleksandr.shneyder@obviously-nice.de> -# Copyright (C) 2012-2018 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2012-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # # X2Go Session Broker is free software; you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sbin/x2gobroker-authservice b/sbin/x2gobroker-authservice index c80a86f..433d662 100755 --- a/sbin/x2gobroker-authservice +++ b/sbin/x2gobroker-authservice @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # This file is part of the X2Go Project - http://www.x2go.org -# Copyright (C) 2012-2018 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2012-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # # X2Go Session Broker is free software; you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sbin/x2gobroker-daemon-debug b/sbin/x2gobroker-daemon-debug index 0df520a..ac733db 100755 --- a/sbin/x2gobroker-daemon-debug +++ b/sbin/x2gobroker-daemon-debug @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # This file is part of the X2Go Project - http://www.x2go.org -# Copyright (C) 2012-2018 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2012-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # # X2Go Session Broker is free software; you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sbin/x2gobroker-keygen b/sbin/x2gobroker-keygen index 5fe716b..e4a322a 100755 --- a/sbin/x2gobroker-keygen +++ b/sbin/x2gobroker-keygen @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # This file is part of the X2Go Project - http://www.x2go.org -# Copyright (C) 2012-2018 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2012-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # # X2Go Session Broker is free software; you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sbin/x2gobroker-loadchecker b/sbin/x2gobroker-loadchecker index 98245f9..6f3aa24 100755 --- a/sbin/x2gobroker-loadchecker +++ b/sbin/x2gobroker-loadchecker @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # This file is part of the X2Go Project - http://www.x2go.org -# Copyright (C) 2012-2018 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2012-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # # X2Go Session Broker is free software; you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sbin/x2gobroker-pubkeyauthorizer b/sbin/x2gobroker-pubkeyauthorizer index 6624427..d5284d4 100755 --- a/sbin/x2gobroker-pubkeyauthorizer +++ b/sbin/x2gobroker-pubkeyauthorizer @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # This file is part of the X2Go Project - http://www.x2go.org -# Copyright (C) 2012-2018 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2012-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # # X2Go Session Broker is free software; you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/sbin/x2gobroker-testagent b/sbin/x2gobroker-testagent index dfddca6..912de75 100755 --- a/sbin/x2gobroker-testagent +++ b/sbin/x2gobroker-testagent @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # This file is part of the X2Go Project - http://www.x2go.org -# Copyright (C) 2012-2018 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2012-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # # X2Go Session Broker is free software; you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/setup.py b/setup.py index 245ebf1..70a837d 100755 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright (C) 2012-2018 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2012-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # # X2Go Session Broker is free software; you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/x2gobroker-agent.c b/src/x2gobroker-agent.c index 39d7eda..32dc68e 100644 --- a/src/x2gobroker-agent.c +++ b/src/x2gobroker-agent.c @@ -1,6 +1,6 @@ /* * This file is part of the X2Go Project - http://www.x2go.org - * Copyright (C) 2012-2018 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> + * Copyright (C) 2012-2019 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/x2gobroker-ssh.c b/src/x2gobroker-ssh.c index e091980..e9a50d9 100644 --- a/src/x2gobroker-ssh.c +++ b/src/x2gobroker-ssh.c @@ -1,6 +1,6 @@ /* * This file is part of the X2Go Project - http://www.x2go.org - * Copyright (C) 2012-2018 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> + * Copyright (C) 2012-2019 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/test.py b/test.py index f463672..a1fa2e9 100755 --- a/test.py +++ b/test.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright (C) 2014-2018 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2014-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # # X2Go Session Broker is free software; you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/x2gobroker/__init__.py b/x2gobroker/__init__.py index 59e5e81..cfdbd29 100644 --- a/x2gobroker/__init__.py +++ b/x2gobroker/__init__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2012-2018 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2012-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # # X2Go Session Broker is free software; you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/x2gobroker/_paramiko.py b/x2gobroker/_paramiko.py index 2f45db8..c45c4ab 100644 --- a/x2gobroker/_paramiko.py +++ b/x2gobroker/_paramiko.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2018 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # # Python X2Go is free software; you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/x2gobroker/agent.py b/x2gobroker/agent.py index 3647b8b..55864a1 100644 --- a/x2gobroker/agent.py +++ b/x2gobroker/agent.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2012-2018 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2012-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # # X2Go Session Broker is free software; you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/x2gobroker/authmechs/__init__.py b/x2gobroker/authmechs/__init__.py index 0d89658..a78bf12 100644 --- a/x2gobroker/authmechs/__init__.py +++ b/x2gobroker/authmechs/__init__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2012-2018 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2012-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # # X2Go Session Broker is free software; you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/x2gobroker/authmechs/base_authmech.py b/x2gobroker/authmechs/base_authmech.py index 47d006d..ff344b9 100644 --- a/x2gobroker/authmechs/base_authmech.py +++ b/x2gobroker/authmechs/base_authmech.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2012-2018 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2012-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # # X2Go Session Broker is free software; you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/x2gobroker/authmechs/https_get_authmech.py b/x2gobroker/authmechs/https_get_authmech.py index 6e01ddf..e2db510 100644 --- a/x2gobroker/authmechs/https_get_authmech.py +++ b/x2gobroker/authmechs/https_get_authmech.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2012-2018 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> -# Copyright (C) 2012-2018 by Josh Lukens <jlukens@botch.com> +# Copyright (C) 2012-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2012-2019 by Josh Lukens <jlukens@botch.com> # # X2Go Session Broker is free software; you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/x2gobroker/authmechs/none_authmech.py b/x2gobroker/authmechs/none_authmech.py index 147cef6..68607ab 100644 --- a/x2gobroker/authmechs/none_authmech.py +++ b/x2gobroker/authmechs/none_authmech.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2012-2018 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2012-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # # X2Go Session Broker is free software; you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/x2gobroker/authmechs/pam_authmech.py b/x2gobroker/authmechs/pam_authmech.py index d059aac..4b5ddcd 100644 --- a/x2gobroker/authmechs/pam_authmech.py +++ b/x2gobroker/authmechs/pam_authmech.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2012-2018 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2012-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # # X2Go Session Broker is free software; you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/x2gobroker/authmechs/testsuite_authmech.py b/x2gobroker/authmechs/testsuite_authmech.py index d3b2a7a..2e060ea 100644 --- a/x2gobroker/authmechs/testsuite_authmech.py +++ b/x2gobroker/authmechs/testsuite_authmech.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2012-2018 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2012-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # # X2Go Session Broker is free software; you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/x2gobroker/authservice.py b/x2gobroker/authservice.py index 01cbf95..64da9c6 100644 --- a/x2gobroker/authservice.py +++ b/x2gobroker/authservice.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # This file is part of the X2Go Project - http://www.x2go.org -# Copyright (C) 2012-2018 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2012-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # # X2Go Session Broker is free software; you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/x2gobroker/basicauth.py b/x2gobroker/basicauth.py index f4da6aa..d519549 100644 --- a/x2gobroker/basicauth.py +++ b/x2gobroker/basicauth.py @@ -1,5 +1,5 @@ # This file is part of the X2Go Project - http://www.x2go.org -# Copyright (C) 2012-2018 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2012-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # # X2Go Session Broker is free software; you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/x2gobroker/brokers/__init__.py b/x2gobroker/brokers/__init__.py index 6c377e8..26a2a87 100644 --- a/x2gobroker/brokers/__init__.py +++ b/x2gobroker/brokers/__init__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2012-2018 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2012-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # # X2Go Session Broker is free software; you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/x2gobroker/brokers/base_broker.py b/x2gobroker/brokers/base_broker.py index f70c558..a82ccf7 100644 --- a/x2gobroker/brokers/base_broker.py +++ b/x2gobroker/brokers/base_broker.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2012-2018 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> -# Copyright (C) 2012-2018 by Josh Lukens <jlukens@botch.com> +# Copyright (C) 2012-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2012-2019 by Josh Lukens <jlukens@botch.com> # # X2Go Session Broker is free software; you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/x2gobroker/brokers/inifile_broker.py b/x2gobroker/brokers/inifile_broker.py index 918d0d7..e4128c5 100644 --- a/x2gobroker/brokers/inifile_broker.py +++ b/x2gobroker/brokers/inifile_broker.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2012-2018 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2012-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # # X2Go Session Broker is free software; you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/x2gobroker/brokers/zeroconf_broker.py b/x2gobroker/brokers/zeroconf_broker.py index 697a800..881a8e4 100644 --- a/x2gobroker/brokers/zeroconf_broker.py +++ b/x2gobroker/brokers/zeroconf_broker.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2012-2018 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2012-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # # X2Go Session Broker is free software; you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/x2gobroker/client/__init__.py b/x2gobroker/client/__init__.py index 6c377e8..26a2a87 100644 --- a/x2gobroker/client/__init__.py +++ b/x2gobroker/client/__init__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2012-2018 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2012-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # # X2Go Session Broker is free software; you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/x2gobroker/client/plain.py b/x2gobroker/client/plain.py index ec4e8d5..2534286 100644 --- a/x2gobroker/client/plain.py +++ b/x2gobroker/client/plain.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # This file is part of the X2Go Project - http://www.x2go.org -# Copyright (C) 2012-2018 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2012-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # # X2Go Session Broker is free software; you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/x2gobroker/config.py b/x2gobroker/config.py index f518d24..018eec3 100644 --- a/x2gobroker/config.py +++ b/x2gobroker/config.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2018 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # # X2Go Session Broker is free software; you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/x2gobroker/defaults.py b/x2gobroker/defaults.py index 1615354..2d1cd30 100644 --- a/x2gobroker/defaults.py +++ b/x2gobroker/defaults.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2012-2018 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2012-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # # X2Go Session Broker is free software; you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/x2gobroker/loadchecker.py b/x2gobroker/loadchecker.py index b672e80..1ccc891 100644 --- a/x2gobroker/loadchecker.py +++ b/x2gobroker/loadchecker.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # This file is part of the X2Go Project - http://www.x2go.org -# Copyright (C) 2012-2018 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2012-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # # X2Go Session Broker is free software; you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/x2gobroker/loggers.py b/x2gobroker/loggers.py index fa06bf0..6061091 100644 --- a/x2gobroker/loggers.py +++ b/x2gobroker/loggers.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2012-2018 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2012-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # # X2Go Session Broker is free software; you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/x2gobroker/nameservices/__init__.py b/x2gobroker/nameservices/__init__.py index 6c377e8..26a2a87 100644 --- a/x2gobroker/nameservices/__init__.py +++ b/x2gobroker/nameservices/__init__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2012-2018 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2012-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # # X2Go Session Broker is free software; you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/x2gobroker/nameservices/base_nameservice.py b/x2gobroker/nameservices/base_nameservice.py index 2f7920b..5a63922 100644 --- a/x2gobroker/nameservices/base_nameservice.py +++ b/x2gobroker/nameservices/base_nameservice.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2012-2018 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2012-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # # X2Go Session Broker is free software; you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/x2gobroker/nameservices/libnss_nameservice.py b/x2gobroker/nameservices/libnss_nameservice.py index 3c7622a..6832aae 100644 --- a/x2gobroker/nameservices/libnss_nameservice.py +++ b/x2gobroker/nameservices/libnss_nameservice.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2012-2018 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2012-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # # X2Go Session Broker is free software; you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/x2gobroker/nameservices/testsuite_nameservice.py b/x2gobroker/nameservices/testsuite_nameservice.py index 70e5d96..fa7ca2a 100644 --- a/x2gobroker/nameservices/testsuite_nameservice.py +++ b/x2gobroker/nameservices/testsuite_nameservice.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2012-2018 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2012-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # # X2Go Session Broker is free software; you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/x2gobroker/optional_scripts/__init__.py b/x2gobroker/optional_scripts/__init__.py index d6862c2..a5c4c68 100755 --- a/x2gobroker/optional_scripts/__init__.py +++ b/x2gobroker/optional_scripts/__init__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2012-2018 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2012-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # Copyright (C) 2014 by Josh Lukens <jlukens@botch.com> # # X2Go Session Broker is free software; you can redistribute it and/or modify diff --git a/x2gobroker/optional_scripts/base_script.py b/x2gobroker/optional_scripts/base_script.py index 92b31e5..9dcde93 100755 --- a/x2gobroker/optional_scripts/base_script.py +++ b/x2gobroker/optional_scripts/base_script.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2012-2018 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2012-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # Copyright (C) 2014 by Josh Lukens <jlukens@botch.com> # # X2Go Session Broker is free software; you can redistribute it and/or modify diff --git a/x2gobroker/tests/__init__.py b/x2gobroker/tests/__init__.py index 7d2121e..dba87da 100644 --- a/x2gobroker/tests/__init__.py +++ b/x2gobroker/tests/__init__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2018 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # # X2Go Session Broker is free software; you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/x2gobroker/tests/runalltests.py b/x2gobroker/tests/runalltests.py index af324a7..edbaaa2 100644 --- a/x2gobroker/tests/runalltests.py +++ b/x2gobroker/tests/runalltests.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2018 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # # X2Go Session Broker is free software; you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/x2gobroker/tests/test_broker_agent.py b/x2gobroker/tests/test_broker_agent.py index c3c4552..45b6826 100644 --- a/x2gobroker/tests/test_broker_agent.py +++ b/x2gobroker/tests/test_broker_agent.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2012-2018 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2012-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # # X2Go Session Broker is free software; you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/x2gobroker/tests/test_broker_base.py b/x2gobroker/tests/test_broker_base.py index 769e37c..2038495 100644 --- a/x2gobroker/tests/test_broker_base.py +++ b/x2gobroker/tests/test_broker_base.py @@ -1,5 +1,5 @@ -# Copyright (C) 2012-2018 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2012-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # # X2Go Session Broker is free software; you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/x2gobroker/tests/test_broker_inifile.py b/x2gobroker/tests/test_broker_inifile.py index 41462f4..3aadb15 100644 --- a/x2gobroker/tests/test_broker_inifile.py +++ b/x2gobroker/tests/test_broker_inifile.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2012-2018 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2012-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # # X2Go Session Broker is free software; you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/x2gobroker/tests/test_broker_zeroconf.py b/x2gobroker/tests/test_broker_zeroconf.py index 4d95325..3fd8c62 100644 --- a/x2gobroker/tests/test_broker_zeroconf.py +++ b/x2gobroker/tests/test_broker_zeroconf.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2012-2018 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2012-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # # X2Go Session Broker is free software; you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/x2gobroker/tests/test_client_plain_base.py b/x2gobroker/tests/test_client_plain_base.py index c6c3c9f..3d95f54 100644 --- a/x2gobroker/tests/test_client_plain_base.py +++ b/x2gobroker/tests/test_client_plain_base.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2012-2018 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2012-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # # X2Go Session Broker is free software; you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/x2gobroker/tests/test_utils.py b/x2gobroker/tests/test_utils.py index 7d347bd..5095524 100644 --- a/x2gobroker/tests/test_utils.py +++ b/x2gobroker/tests/test_utils.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2012-2018 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2012-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # # X2Go Session Broker is free software; you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/x2gobroker/tests/test_web_plain_base.py b/x2gobroker/tests/test_web_plain_base.py index 35b2718..2c947c1 100644 --- a/x2gobroker/tests/test_web_plain_base.py +++ b/x2gobroker/tests/test_web_plain_base.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2012-2018 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2012-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # # X2Go Session Broker is free software; you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/x2gobroker/tests/test_web_plain_inifile.py b/x2gobroker/tests/test_web_plain_inifile.py index 7bdd15d..3a55885 100644 --- a/x2gobroker/tests/test_web_plain_inifile.py +++ b/x2gobroker/tests/test_web_plain_inifile.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2012-2018 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2012-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # # X2Go Session Broker is free software; you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/x2gobroker/tests/test_web_plain_zeroconf.py b/x2gobroker/tests/test_web_plain_zeroconf.py index eabdc44..a22814c 100644 --- a/x2gobroker/tests/test_web_plain_zeroconf.py +++ b/x2gobroker/tests/test_web_plain_zeroconf.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2012-2018 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2012-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # # X2Go Session Broker is free software; you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/x2gobroker/tests/test_web_uccs_zeroconf.py b/x2gobroker/tests/test_web_uccs_zeroconf.py index 1e47bb6..3934bb4 100644 --- a/x2gobroker/tests/test_web_uccs_zeroconf.py +++ b/x2gobroker/tests/test_web_uccs_zeroconf.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2012-2018 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2012-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # # X2Go Session Broker is free software; you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/x2gobroker/uccsjson.py b/x2gobroker/uccsjson.py index fe09e54..111311f 100644 --- a/x2gobroker/uccsjson.py +++ b/x2gobroker/uccsjson.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2012-2018 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2012-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # # X2Go Session Broker is free software; you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/x2gobroker/utils.py b/x2gobroker/utils.py index 3e16985..822e88c 100644 --- a/x2gobroker/utils.py +++ b/x2gobroker/utils.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2012-2018 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2012-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # # X2Go Session Broker is free software; you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/x2gobroker/web/__init__.py b/x2gobroker/web/__init__.py index 6c377e8..26a2a87 100644 --- a/x2gobroker/web/__init__.py +++ b/x2gobroker/web/__init__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2012-2018 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2012-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # # X2Go Session Broker is free software; you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/x2gobroker/web/extras.py b/x2gobroker/web/extras.py index 627ff78..46d16be 100644 --- a/x2gobroker/web/extras.py +++ b/x2gobroker/web/extras.py @@ -1,5 +1,5 @@ # This file is part of the X2Go Project - http://www.x2go.org -# Copyright (C) 2012-2018 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2012-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # # X2Go Session Broker is free software; you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/x2gobroker/web/json.py b/x2gobroker/web/json.py index 28b7fd4..8be0506 100644 --- a/x2gobroker/web/json.py +++ b/x2gobroker/web/json.py @@ -1,5 +1,5 @@ # This file is part of the X2Go Project - http://www.x2go.org -# Copyright (C) 2012-2018 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2012-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # # X2Go Session Broker is free software; you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/x2gobroker/web/plain.py b/x2gobroker/web/plain.py index 6183672..17dd843 100644 --- a/x2gobroker/web/plain.py +++ b/x2gobroker/web/plain.py @@ -1,5 +1,5 @@ # This file is part of the X2Go Project - http://www.x2go.org -# Copyright (C) 2012-2018 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2012-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # # X2Go Session Broker is free software; you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/x2gobroker/web/uccs.py b/x2gobroker/web/uccs.py index c1189f5..b528135 100644 --- a/x2gobroker/web/uccs.py +++ b/x2gobroker/web/uccs.py @@ -1,5 +1,5 @@ # This file is part of the X2Go Project - http://www.x2go.org -# Copyright (C) 2012-2018 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2012-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # # X2Go Session Broker is free software; you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/x2gobroker/x2gobroker_exceptions.py b/x2gobroker/x2gobroker_exceptions.py index b6e866e..08864e7 100644 --- a/x2gobroker/x2gobroker_exceptions.py +++ b/x2gobroker/x2gobroker_exceptions.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2012-2018 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2012-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # # X2Go Session Broker is free software; you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gobroker.git
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@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@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@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@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@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@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@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@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@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@obviously-nice.de> # Copyright (C) 2012-2019 by Mike Gabriel <mike.gabriel@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@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@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@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@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@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@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@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@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@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@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@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@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@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@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@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@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
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gobroker. commit d31ded15dc3b08007adf21ceadce8d871476014a Author: Mihai Moldovan <ionic@ionic.de> Date: Sat Feb 2 08:37:13 2019 +0100 man/*: update date and version stamps pre-release. --- debian/changelog | 1 + man/man1/x2gobroker-testauth.1 | 2 +- man/man1/x2gobroker.1 | 2 +- man/man8/x2gobroker-authservice.8 | 2 +- man/man8/x2gobroker-daemon-debug.8 | 2 +- man/man8/x2gobroker-keygen.8 | 2 +- man/man8/x2gobroker-loadchecker.8 | 2 +- man/man8/x2gobroker-pubkeyauthorizer.8 | 2 +- man/man8/x2gobroker-testagent.8 | 2 +- 9 files changed, 9 insertions(+), 8 deletions(-) diff --git a/debian/changelog b/debian/changelog index eb71ae8..36fd256 100644 --- a/debian/changelog +++ b/debian/changelog @@ -147,6 +147,7 @@ x2gobroker (0.0.4.0-0x2go1) UNRELEASED; urgency=medium - src/x2gobroker-{agent,ssh}.c: fix more compile errors. - misc: copyright update. - misc: switch to HTTPS-based URLs where appropriate. + - man/*: update date and version stamps pre-release. * 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/man/man1/x2gobroker-testauth.1 b/man/man1/x2gobroker-testauth.1 index 6e7dda4..a3f2d6a 100644 --- a/man/man1/x2gobroker-testauth.1 +++ b/man/man1/x2gobroker-testauth.1 @@ -5,7 +5,7 @@ \\$2 \(la\\$1\(ra\\$3 .. .if \n(.g .mso www.tmac -.TH x2gobroker-testauth 1 "Feb 2017" "Version 0.0.3.x" "X2Go Session Broker" +.TH x2gobroker-testauth 1 "Feb 2019" "Version 0.0.4.x" "X2Go Session Broker" .SH NAME x2gobroker-testauth \- Session Broker for X2Go (Authentication Test Utility) .SH SYNOPSIS diff --git a/man/man1/x2gobroker.1 b/man/man1/x2gobroker.1 index 823e3cf..f15ecda 100644 --- a/man/man1/x2gobroker.1 +++ b/man/man1/x2gobroker.1 @@ -5,7 +5,7 @@ \\$2 \(la\\$1\(ra\\$3 .. .if \n(.g .mso www.tmac -.TH x2gobroker 1 "Feb 2017" "Version 0.0.3.x" "X2Go Session Broker" +.TH x2gobroker 1 "Feb 2019" "Version 0.0.4.x" "X2Go Session Broker" .SH NAME x2gobroker{,-daemon,-ssh} \- Session Broker for X2Go .SH SYNOPSIS diff --git a/man/man8/x2gobroker-authservice.8 b/man/man8/x2gobroker-authservice.8 index d9cf937..171c3c9 100644 --- a/man/man8/x2gobroker-authservice.8 +++ b/man/man8/x2gobroker-authservice.8 @@ -5,7 +5,7 @@ \\$2 \(la\\$1\(ra\\$3 .. .if \n(.g .mso www.tmac -.TH x2gobroker-authservice 8 "Feb 2017" "Version 0.0.3.x" "X2Go Session Broker" +.TH x2gobroker-authservice 8 "Feb 2019" "Version 0.0.4.x" "X2Go Session Broker" .SH NAME x2gobroker-authservice \- PAM authentication service for X2Go Session Broker .SH SYNOPSIS diff --git a/man/man8/x2gobroker-daemon-debug.8 b/man/man8/x2gobroker-daemon-debug.8 index d6c2955..6a69dd8 100644 --- a/man/man8/x2gobroker-daemon-debug.8 +++ b/man/man8/x2gobroker-daemon-debug.8 @@ -5,7 +5,7 @@ \\$2 \(la\\$1\(ra\\$3 .. .if \n(.g .mso www.tmac -.TH x2gobroker-daemon-debug 8 "Feb 2017" "Version 0.0.3.x" "X2Go Session Broker" +.TH x2gobroker-daemon-debug 8 "Feb 2019" "Version 0.0.4.x" "X2Go Session Broker" .SH NAME x2gobroker-daemon-debug \- Debug X2Go Session Broker's Standalone Daemon .SH SYNOPSIS diff --git a/man/man8/x2gobroker-keygen.8 b/man/man8/x2gobroker-keygen.8 index ad69d3a..18dc78c 100644 --- a/man/man8/x2gobroker-keygen.8 +++ b/man/man8/x2gobroker-keygen.8 @@ -5,7 +5,7 @@ \\$2 \(la\\$1\(ra\\$3 .. .if \n(.g .mso www.tmac -.TH x2gobroker-keygen 8 "Feb 2017" "Version 0.0.3.x" "X2Go Session Broker" +.TH x2gobroker-keygen 8 "Feb 2019" "Version 0.0.4.x" "X2Go Session Broker" .SH NAME x2gobroker-keygen \- Generate SSH keys for X2Go Session Broker .SH SYNOPSIS diff --git a/man/man8/x2gobroker-loadchecker.8 b/man/man8/x2gobroker-loadchecker.8 index 3db5c27..de8ef81 100644 --- a/man/man8/x2gobroker-loadchecker.8 +++ b/man/man8/x2gobroker-loadchecker.8 @@ -5,7 +5,7 @@ \\$2 \(la\\$1\(ra\\$3 .. .if \n(.g .mso www.tmac -.TH x2gobroker-loadchecker 8 "Feb 2017" "Version 0.0.3.x" "X2Go Session Broker" +.TH x2gobroker-loadchecker 8 "Feb 2019" "Version 0.0.4.x" "X2Go Session Broker" .SH NAME x2gobroker-loadchecker \- Load checker service for X2Go Session Broker .SH SYNOPSIS diff --git a/man/man8/x2gobroker-pubkeyauthorizer.8 b/man/man8/x2gobroker-pubkeyauthorizer.8 index d161356..f7d1e9a 100644 --- a/man/man8/x2gobroker-pubkeyauthorizer.8 +++ b/man/man8/x2gobroker-pubkeyauthorizer.8 @@ -5,7 +5,7 @@ \\$2 \(la\\$1\(ra\\$3 .. .if \n(.g .mso www.tmac -.TH x2gobroker-pubkeyauthorizer 8 "Feb 2017" "Version 0.0.3.x" "X2Go Session Broker" +.TH x2gobroker-pubkeyauthorizer 8 "Feb 2019" "Version 0.0.4.x" "X2Go Session Broker" .SH NAME x2gobroker-pubkeyauthorizer \- Retrieve public SSH keys from an X2Go Session Broker .SH SYNOPSIS diff --git a/man/man8/x2gobroker-testagent.8 b/man/man8/x2gobroker-testagent.8 index f21e6ac..5ffaf8f 100644 --- a/man/man8/x2gobroker-testagent.8 +++ b/man/man8/x2gobroker-testagent.8 @@ -5,7 +5,7 @@ \\$2 \(la\\$1\(ra\\$3 .. .if \n(.g .mso www.tmac -.TH x2gobroker-testagent 8 "Feb 2017" "Version 0.0.3.x" "X2Go Session Broker" +.TH x2gobroker-testagent 8 "Feb 2019" "Version 0.0.4.x" "X2Go Session Broker" .SH NAME x2gobroker-testagent \- Session Broker for X2Go (Agent Test Utility) .SH SYNOPSIS -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gobroker.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gobroker. commit 63e603e99955e71fe4b0d3508599c21f46ec14a6 Author: Mihai Moldovan <ionic@ionic.de> Date: Sat Feb 2 08:44:11 2019 +0100 misc: add missing coding modelines. --- bin/x2gobroker-testauth | 1 + debian/changelog | 1 + sbin/x2gobroker-testagent | 1 + x2gobroker/basicauth.py | 2 ++ x2gobroker/tests/test_broker_base.py | 1 + x2gobroker/tests/test_uccsjson.py | 1 + x2gobroker/web/extras.py | 2 ++ x2gobroker/web/json.py | 2 ++ x2gobroker/web/plain.py | 2 ++ x2gobroker/web/uccs.py | 2 ++ 10 files changed, 15 insertions(+) diff --git a/bin/x2gobroker-testauth b/bin/x2gobroker-testauth index 198a586..5f52b9d 100755 --- a/bin/x2gobroker-testauth +++ b/bin/x2gobroker-testauth @@ -1,4 +1,5 @@ #!/usr/bin/env python3 +# -*- coding: utf-8 -*- # This file is part of the X2Go Project - https://www.x2go.org # Copyright (C) 2012-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> diff --git a/debian/changelog b/debian/changelog index 36fd256..07db9a2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -148,6 +148,7 @@ x2gobroker (0.0.4.0-0x2go1) UNRELEASED; urgency=medium - misc: copyright update. - misc: switch to HTTPS-based URLs where appropriate. - man/*: update date and version stamps pre-release. + - misc: add missing coding modelines. * 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/sbin/x2gobroker-testagent b/sbin/x2gobroker-testagent index 7297436..a436e94 100755 --- a/sbin/x2gobroker-testagent +++ b/sbin/x2gobroker-testagent @@ -1,4 +1,5 @@ #!/usr/bin/env python3 +# -*- coding: utf-8 -*- # This file is part of the X2Go Project - https://www.x2go.org # Copyright (C) 2012-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> diff --git a/x2gobroker/basicauth.py b/x2gobroker/basicauth.py index c8a390d..e8272e4 100644 --- a/x2gobroker/basicauth.py +++ b/x2gobroker/basicauth.py @@ -1,3 +1,5 @@ +# -*- coding: utf-8 -*- + # This file is part of the X2Go Project - https://www.x2go.org # Copyright (C) 2012-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # diff --git a/x2gobroker/tests/test_broker_base.py b/x2gobroker/tests/test_broker_base.py index 2038495..ed2f136 100644 --- a/x2gobroker/tests/test_broker_base.py +++ b/x2gobroker/tests/test_broker_base.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (C) 2012-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # diff --git a/x2gobroker/tests/test_uccsjson.py b/x2gobroker/tests/test_uccsjson.py index e69de29..40a96af 100644 --- a/x2gobroker/tests/test_uccsjson.py +++ b/x2gobroker/tests/test_uccsjson.py @@ -0,0 +1 @@ +# -*- coding: utf-8 -*- diff --git a/x2gobroker/web/extras.py b/x2gobroker/web/extras.py index 526ce2f..7ead981 100644 --- a/x2gobroker/web/extras.py +++ b/x2gobroker/web/extras.py @@ -1,3 +1,5 @@ +# -*- coding: utf-8 -*- + # This file is part of the X2Go Project - https://www.x2go.org # Copyright (C) 2012-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # diff --git a/x2gobroker/web/json.py b/x2gobroker/web/json.py index 0edb99c..cf138a2 100644 --- a/x2gobroker/web/json.py +++ b/x2gobroker/web/json.py @@ -1,3 +1,5 @@ +# -*- coding: utf-8 -*- + # This file is part of the X2Go Project - https://www.x2go.org # Copyright (C) 2012-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # diff --git a/x2gobroker/web/plain.py b/x2gobroker/web/plain.py index 2757653..5eca650 100644 --- a/x2gobroker/web/plain.py +++ b/x2gobroker/web/plain.py @@ -1,3 +1,5 @@ +# -*- coding: utf-8 -*- + # This file is part of the X2Go Project - https://www.x2go.org # Copyright (C) 2012-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # diff --git a/x2gobroker/web/uccs.py b/x2gobroker/web/uccs.py index 7a89fd7..cbaaf0f 100644 --- a/x2gobroker/web/uccs.py +++ b/x2gobroker/web/uccs.py @@ -1,3 +1,5 @@ +# -*- coding: utf-8 -*- + # This file is part of the X2Go Project - https://www.x2go.org # Copyright (C) 2012-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gobroker.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gobroker. commit 79ac8d0a6ad0847304f4108a5da71d250a3ec279 Author: Mihai Moldovan <ionic@ionic.de> Date: Sat Feb 2 09:29:06 2019 +0100 misc: add vim file encoding modelines. --- bin/x2gobroker | 1 + bin/x2gobroker-testauth | 1 + docs/source/conf.py | 1 + man/man1/x2gobroker-testauth.1 | 1 + man/man1/x2gobroker.1 | 1 + man/man8/x2gobroker-authservice.8 | 1 + man/man8/x2gobroker-daemon-debug.8 | 1 + man/man8/x2gobroker-keygen.8 | 1 + man/man8/x2gobroker-loadchecker.8 | 1 + man/man8/x2gobroker-pubkeyauthorizer.8 | 1 + man/man8/x2gobroker-testagent.8 | 1 + sbin/x2gobroker-authservice | 1 + sbin/x2gobroker-daemon-debug | 1 + sbin/x2gobroker-keygen | 1 + sbin/x2gobroker-loadchecker | 1 + sbin/x2gobroker-pubkeyauthorizer | 1 + sbin/x2gobroker-testagent | 1 + setup.py | 1 + test.py | 1 + x2gobroker/__init__.py | 1 + x2gobroker/_paramiko.py | 1 + x2gobroker/agent.py | 1 + x2gobroker/authmechs/__init__.py | 1 + x2gobroker/authmechs/base_authmech.py | 1 + x2gobroker/authmechs/https_get_authmech.py | 1 + x2gobroker/authmechs/none_authmech.py | 1 + x2gobroker/authmechs/pam_authmech.py | 1 + x2gobroker/authmechs/testsuite_authmech.py | 1 + x2gobroker/authservice.py | 1 + x2gobroker/basicauth.py | 1 + x2gobroker/brokers/__init__.py | 1 + x2gobroker/brokers/base_broker.py | 1 + x2gobroker/brokers/inifile_broker.py | 1 + x2gobroker/brokers/zeroconf_broker.py | 1 + x2gobroker/client/__init__.py | 1 + x2gobroker/client/plain.py | 1 + x2gobroker/config.py | 1 + x2gobroker/defaults.py | 1 + x2gobroker/loadchecker.py | 1 + x2gobroker/loggers.py | 1 + x2gobroker/nameservices/__init__.py | 1 + x2gobroker/nameservices/base_nameservice.py | 1 + x2gobroker/nameservices/libnss_nameservice.py | 1 + x2gobroker/nameservices/testsuite_nameservice.py | 1 + x2gobroker/optional_scripts/__init__.py | 1 + x2gobroker/optional_scripts/base_script.py | 1 + x2gobroker/tests/__init__.py | 1 + x2gobroker/tests/runalltests.py | 1 + x2gobroker/tests/test_broker_agent.py | 1 + x2gobroker/tests/test_broker_base.py | 1 + x2gobroker/tests/test_broker_inifile.py | 1 + x2gobroker/tests/test_broker_zeroconf.py | 1 + x2gobroker/tests/test_client_plain_base.py | 1 + x2gobroker/tests/test_uccsjson.py | 1 + x2gobroker/tests/test_utils.py | 1 + x2gobroker/tests/test_web_plain_base.py | 1 + x2gobroker/tests/test_web_plain_inifile.py | 1 + x2gobroker/tests/test_web_plain_zeroconf.py | 1 + x2gobroker/tests/test_web_uccs_zeroconf.py | 1 + x2gobroker/uccsjson.py | 1 + x2gobroker/utils.py | 1 + x2gobroker/web/__init__.py | 1 + x2gobroker/web/extras.py | 1 + x2gobroker/web/json.py | 1 + x2gobroker/web/plain.py | 1 + x2gobroker/web/uccs.py | 1 + x2gobroker/x2gobroker_exceptions.py | 1 + 67 files changed, 67 insertions(+) diff --git a/bin/x2gobroker b/bin/x2gobroker index 9574ed4..d5e8bdb 100755 --- a/bin/x2gobroker +++ b/bin/x2gobroker @@ -1,5 +1,6 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- +# vim:fenc=utf-8 # This file is part of the X2Go Project - https://www.x2go.org # Copyright (C) 2012-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> diff --git a/bin/x2gobroker-testauth b/bin/x2gobroker-testauth index 5f52b9d..107ff70 100755 --- a/bin/x2gobroker-testauth +++ b/bin/x2gobroker-testauth @@ -1,5 +1,6 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- +# vim:fenc=utf-8 # This file is part of the X2Go Project - https://www.x2go.org # Copyright (C) 2012-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> diff --git a/docs/source/conf.py b/docs/source/conf.py index b896e24..bdf0f97 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -1,5 +1,6 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- +# vim:fenc=utf-8 # # X2Go Session Broker documentation build configuration file, created by # sphinx-quickstart on Fri Sep 7 08:45:37 2018. diff --git a/man/man1/x2gobroker-testauth.1 b/man/man1/x2gobroker-testauth.1 index a3f2d6a..83c7055 100644 --- a/man/man1/x2gobroker-testauth.1 +++ b/man/man1/x2gobroker-testauth.1 @@ -1,4 +1,5 @@ '\" -*- coding: utf-8 -*- +'\" vim:fenc=utf-8 .if \n(.g .ds T< \\FC .if \n(.g .ds T> \\F[\n[.fam]] .de URL diff --git a/man/man1/x2gobroker.1 b/man/man1/x2gobroker.1 index f15ecda..6933728 100644 --- a/man/man1/x2gobroker.1 +++ b/man/man1/x2gobroker.1 @@ -1,4 +1,5 @@ '\" -*- coding: utf-8 -*- +'\" vim:fenc=utf-8 .if \n(.g .ds T< \\FC .if \n(.g .ds T> \\F[\n[.fam]] .de URL diff --git a/man/man8/x2gobroker-authservice.8 b/man/man8/x2gobroker-authservice.8 index 171c3c9..fb4eb4e 100644 --- a/man/man8/x2gobroker-authservice.8 +++ b/man/man8/x2gobroker-authservice.8 @@ -1,4 +1,5 @@ '\" -*- coding: utf-8 -*- +'\" vim:fenc=utf-8 .if \n(.g .ds T< \\FC .if \n(.g .ds T> \\F[\n[.fam]] .de URL diff --git a/man/man8/x2gobroker-daemon-debug.8 b/man/man8/x2gobroker-daemon-debug.8 index 6a69dd8..3371824 100644 --- a/man/man8/x2gobroker-daemon-debug.8 +++ b/man/man8/x2gobroker-daemon-debug.8 @@ -1,4 +1,5 @@ '\" -*- coding: utf-8 -*- +'\" vim:fenc=utf-8 .if \n(.g .ds T< \\FC .if \n(.g .ds T> \\F[\n[.fam]] .de URL diff --git a/man/man8/x2gobroker-keygen.8 b/man/man8/x2gobroker-keygen.8 index 18dc78c..0be1284 100644 --- a/man/man8/x2gobroker-keygen.8 +++ b/man/man8/x2gobroker-keygen.8 @@ -1,4 +1,5 @@ '\" -*- coding: utf-8 -*- +'\" vim:fenc=utf-8 .if \n(.g .ds T< \\FC .if \n(.g .ds T> \\F[\n[.fam]] .de URL diff --git a/man/man8/x2gobroker-loadchecker.8 b/man/man8/x2gobroker-loadchecker.8 index de8ef81..8f73d74 100644 --- a/man/man8/x2gobroker-loadchecker.8 +++ b/man/man8/x2gobroker-loadchecker.8 @@ -1,4 +1,5 @@ '\" -*- coding: utf-8 -*- +'\" vim:fenc=utf-8 .if \n(.g .ds T< \\FC .if \n(.g .ds T> \\F[\n[.fam]] .de URL diff --git a/man/man8/x2gobroker-pubkeyauthorizer.8 b/man/man8/x2gobroker-pubkeyauthorizer.8 index f7d1e9a..98e4e47 100644 --- a/man/man8/x2gobroker-pubkeyauthorizer.8 +++ b/man/man8/x2gobroker-pubkeyauthorizer.8 @@ -1,4 +1,5 @@ '\" -*- coding: utf-8 -*- +'\" vim:fenc=utf-8 .if \n(.g .ds T< \\FC .if \n(.g .ds T> \\F[\n[.fam]] .de URL diff --git a/man/man8/x2gobroker-testagent.8 b/man/man8/x2gobroker-testagent.8 index 5ffaf8f..999e094 100644 --- a/man/man8/x2gobroker-testagent.8 +++ b/man/man8/x2gobroker-testagent.8 @@ -1,4 +1,5 @@ '\" -*- coding: utf-8 -*- +'\" vim:fenc=utf-8 .if \n(.g .ds T< \\FC .if \n(.g .ds T> \\F[\n[.fam]] .de URL diff --git a/sbin/x2gobroker-authservice b/sbin/x2gobroker-authservice index f311dae..6703b32 100755 --- a/sbin/x2gobroker-authservice +++ b/sbin/x2gobroker-authservice @@ -1,5 +1,6 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- +# vim:fenc=utf-8 # This file is part of the X2Go Project - https://www.x2go.org # Copyright (C) 2012-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> diff --git a/sbin/x2gobroker-daemon-debug b/sbin/x2gobroker-daemon-debug index 61163ac..6de68cd 100755 --- a/sbin/x2gobroker-daemon-debug +++ b/sbin/x2gobroker-daemon-debug @@ -1,5 +1,6 @@ #!/bin/bash # -*- coding: utf-8 -*- +# vim:fenc=utf-8 # This file is part of the X2Go Project - https://www.x2go.org # Copyright (C) 2012-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> diff --git a/sbin/x2gobroker-keygen b/sbin/x2gobroker-keygen index 07086c6..b259e4c 100755 --- a/sbin/x2gobroker-keygen +++ b/sbin/x2gobroker-keygen @@ -1,5 +1,6 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- +# vim:fenc=utf-8 # This file is part of the X2Go Project - https://www.x2go.org # Copyright (C) 2012-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> diff --git a/sbin/x2gobroker-loadchecker b/sbin/x2gobroker-loadchecker index 9335681..b209aea 100755 --- a/sbin/x2gobroker-loadchecker +++ b/sbin/x2gobroker-loadchecker @@ -1,5 +1,6 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- +# vim:fenc=utf-8 # This file is part of the X2Go Project - https://www.x2go.org # Copyright (C) 2012-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> diff --git a/sbin/x2gobroker-pubkeyauthorizer b/sbin/x2gobroker-pubkeyauthorizer index 8da5b71..ff5c8c8 100755 --- a/sbin/x2gobroker-pubkeyauthorizer +++ b/sbin/x2gobroker-pubkeyauthorizer @@ -1,5 +1,6 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- +# vim:fenc=utf-8 # This file is part of the X2Go Project - https://www.x2go.org # Copyright (C) 2012-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> diff --git a/sbin/x2gobroker-testagent b/sbin/x2gobroker-testagent index a436e94..333cc5c 100755 --- a/sbin/x2gobroker-testagent +++ b/sbin/x2gobroker-testagent @@ -1,5 +1,6 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- +# vim:fenc=utf-8 # This file is part of the X2Go Project - https://www.x2go.org # Copyright (C) 2012-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> diff --git a/setup.py b/setup.py index 338dba2..f6d6054 100755 --- a/setup.py +++ b/setup.py @@ -1,5 +1,6 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- +# vim:fenc=utf-8 # Copyright (C) 2012-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # diff --git a/test.py b/test.py index a1fa2e9..9f4b9d7 100755 --- a/test.py +++ b/test.py @@ -1,5 +1,6 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- +# vim:fenc=utf-8 # Copyright (C) 2014-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # diff --git a/x2gobroker/__init__.py b/x2gobroker/__init__.py index cfdbd29..7d4cbc5 100644 --- a/x2gobroker/__init__.py +++ b/x2gobroker/__init__.py @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- +# vim:fenc=utf-8 # Copyright (C) 2012-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # diff --git a/x2gobroker/_paramiko.py b/x2gobroker/_paramiko.py index c45c4ab..4eece92 100644 --- a/x2gobroker/_paramiko.py +++ b/x2gobroker/_paramiko.py @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- +# vim:fenc=utf-8 # Copyright (C) 2010-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # diff --git a/x2gobroker/agent.py b/x2gobroker/agent.py index 55864a1..b267277 100644 --- a/x2gobroker/agent.py +++ b/x2gobroker/agent.py @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- +# vim:fenc=utf-8 # Copyright (C) 2012-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # diff --git a/x2gobroker/authmechs/__init__.py b/x2gobroker/authmechs/__init__.py index a78bf12..14002d4 100644 --- a/x2gobroker/authmechs/__init__.py +++ b/x2gobroker/authmechs/__init__.py @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- +# vim:fenc=utf-8 # Copyright (C) 2012-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # diff --git a/x2gobroker/authmechs/base_authmech.py b/x2gobroker/authmechs/base_authmech.py index ff344b9..4912106 100644 --- a/x2gobroker/authmechs/base_authmech.py +++ b/x2gobroker/authmechs/base_authmech.py @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- +# vim:fenc=utf-8 # Copyright (C) 2012-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # diff --git a/x2gobroker/authmechs/https_get_authmech.py b/x2gobroker/authmechs/https_get_authmech.py index e2db510..fda9041 100644 --- a/x2gobroker/authmechs/https_get_authmech.py +++ b/x2gobroker/authmechs/https_get_authmech.py @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- +# vim:fenc=utf-8 # Copyright (C) 2012-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # Copyright (C) 2012-2019 by Josh Lukens <jlukens@botch.com> diff --git a/x2gobroker/authmechs/none_authmech.py b/x2gobroker/authmechs/none_authmech.py index 68607ab..2a17666 100644 --- a/x2gobroker/authmechs/none_authmech.py +++ b/x2gobroker/authmechs/none_authmech.py @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- +# vim:fenc=utf-8 # Copyright (C) 2012-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # diff --git a/x2gobroker/authmechs/pam_authmech.py b/x2gobroker/authmechs/pam_authmech.py index 4b5ddcd..62309d9 100644 --- a/x2gobroker/authmechs/pam_authmech.py +++ b/x2gobroker/authmechs/pam_authmech.py @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- +# vim:fenc=utf-8 # Copyright (C) 2012-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # diff --git a/x2gobroker/authmechs/testsuite_authmech.py b/x2gobroker/authmechs/testsuite_authmech.py index 2e060ea..fc1d749 100644 --- a/x2gobroker/authmechs/testsuite_authmech.py +++ b/x2gobroker/authmechs/testsuite_authmech.py @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- +# vim:fenc=utf-8 # Copyright (C) 2012-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # diff --git a/x2gobroker/authservice.py b/x2gobroker/authservice.py index fe12ce6..28e6b83 100644 --- a/x2gobroker/authservice.py +++ b/x2gobroker/authservice.py @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- +# vim:fenc=utf-8 # This file is part of the X2Go Project - https://www.x2go.org # Copyright (C) 2012-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> diff --git a/x2gobroker/basicauth.py b/x2gobroker/basicauth.py index e8272e4..8a8c496 100644 --- a/x2gobroker/basicauth.py +++ b/x2gobroker/basicauth.py @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- +# vim:fenc=utf-8 # This file is part of the X2Go Project - https://www.x2go.org # Copyright (C) 2012-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> diff --git a/x2gobroker/brokers/__init__.py b/x2gobroker/brokers/__init__.py index 26a2a87..a3697d2 100644 --- a/x2gobroker/brokers/__init__.py +++ b/x2gobroker/brokers/__init__.py @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- +# vim:fenc=utf-8 # Copyright (C) 2012-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # diff --git a/x2gobroker/brokers/base_broker.py b/x2gobroker/brokers/base_broker.py index a82ccf7..bccc91e 100644 --- a/x2gobroker/brokers/base_broker.py +++ b/x2gobroker/brokers/base_broker.py @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- +# vim:fenc=utf-8 # Copyright (C) 2012-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # Copyright (C) 2012-2019 by Josh Lukens <jlukens@botch.com> diff --git a/x2gobroker/brokers/inifile_broker.py b/x2gobroker/brokers/inifile_broker.py index e4128c5..e677ee7 100644 --- a/x2gobroker/brokers/inifile_broker.py +++ b/x2gobroker/brokers/inifile_broker.py @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- +# vim:fenc=utf-8 # Copyright (C) 2012-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # diff --git a/x2gobroker/brokers/zeroconf_broker.py b/x2gobroker/brokers/zeroconf_broker.py index 881a8e4..da1b880 100644 --- a/x2gobroker/brokers/zeroconf_broker.py +++ b/x2gobroker/brokers/zeroconf_broker.py @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- +# vim:fenc=utf-8 # Copyright (C) 2012-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # diff --git a/x2gobroker/client/__init__.py b/x2gobroker/client/__init__.py index 26a2a87..a3697d2 100644 --- a/x2gobroker/client/__init__.py +++ b/x2gobroker/client/__init__.py @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- +# vim:fenc=utf-8 # Copyright (C) 2012-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # diff --git a/x2gobroker/client/plain.py b/x2gobroker/client/plain.py index 469300a..56f6c39 100644 --- a/x2gobroker/client/plain.py +++ b/x2gobroker/client/plain.py @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- +# vim:fenc=utf-8 # This file is part of the X2Go Project - https://www.x2go.org # Copyright (C) 2012-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> diff --git a/x2gobroker/config.py b/x2gobroker/config.py index 018eec3..1263fa9 100644 --- a/x2gobroker/config.py +++ b/x2gobroker/config.py @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- +# vim:fenc=utf-8 # Copyright (C) 2010-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # diff --git a/x2gobroker/defaults.py b/x2gobroker/defaults.py index 2d1cd30..55d8538 100644 --- a/x2gobroker/defaults.py +++ b/x2gobroker/defaults.py @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- +# vim:fenc=utf-8 # Copyright (C) 2012-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # diff --git a/x2gobroker/loadchecker.py b/x2gobroker/loadchecker.py index fc583b9..da5f108 100644 --- a/x2gobroker/loadchecker.py +++ b/x2gobroker/loadchecker.py @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- +# vim:fenc=utf-8 # This file is part of the X2Go Project - https://www.x2go.org # Copyright (C) 2012-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> diff --git a/x2gobroker/loggers.py b/x2gobroker/loggers.py index 6061091..5a1e971 100644 --- a/x2gobroker/loggers.py +++ b/x2gobroker/loggers.py @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- +# vim:fenc=utf-8 # Copyright (C) 2012-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # diff --git a/x2gobroker/nameservices/__init__.py b/x2gobroker/nameservices/__init__.py index 26a2a87..a3697d2 100644 --- a/x2gobroker/nameservices/__init__.py +++ b/x2gobroker/nameservices/__init__.py @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- +# vim:fenc=utf-8 # Copyright (C) 2012-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # diff --git a/x2gobroker/nameservices/base_nameservice.py b/x2gobroker/nameservices/base_nameservice.py index 5a63922..45b06d9 100644 --- a/x2gobroker/nameservices/base_nameservice.py +++ b/x2gobroker/nameservices/base_nameservice.py @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- +# vim:fenc=utf-8 # Copyright (C) 2012-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # diff --git a/x2gobroker/nameservices/libnss_nameservice.py b/x2gobroker/nameservices/libnss_nameservice.py index 6832aae..14175a2 100644 --- a/x2gobroker/nameservices/libnss_nameservice.py +++ b/x2gobroker/nameservices/libnss_nameservice.py @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- +# vim:fenc=utf-8 # Copyright (C) 2012-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # diff --git a/x2gobroker/nameservices/testsuite_nameservice.py b/x2gobroker/nameservices/testsuite_nameservice.py index fa7ca2a..d4f48bb 100644 --- a/x2gobroker/nameservices/testsuite_nameservice.py +++ b/x2gobroker/nameservices/testsuite_nameservice.py @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- +# vim:fenc=utf-8 # Copyright (C) 2012-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # diff --git a/x2gobroker/optional_scripts/__init__.py b/x2gobroker/optional_scripts/__init__.py index a5c4c68..6c43beb 100755 --- a/x2gobroker/optional_scripts/__init__.py +++ b/x2gobroker/optional_scripts/__init__.py @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- +# vim:fenc=utf-8 # Copyright (C) 2012-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # Copyright (C) 2014 by Josh Lukens <jlukens@botch.com> diff --git a/x2gobroker/optional_scripts/base_script.py b/x2gobroker/optional_scripts/base_script.py index 9dcde93..861a537 100755 --- a/x2gobroker/optional_scripts/base_script.py +++ b/x2gobroker/optional_scripts/base_script.py @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- +# vim:fenc=utf-8 # Copyright (C) 2012-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # Copyright (C) 2014 by Josh Lukens <jlukens@botch.com> diff --git a/x2gobroker/tests/__init__.py b/x2gobroker/tests/__init__.py index dba87da..e778a8c 100644 --- a/x2gobroker/tests/__init__.py +++ b/x2gobroker/tests/__init__.py @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- +# vim:fenc=utf-8 # Copyright (C) 2010-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # diff --git a/x2gobroker/tests/runalltests.py b/x2gobroker/tests/runalltests.py index edbaaa2..210eff1 100644 --- a/x2gobroker/tests/runalltests.py +++ b/x2gobroker/tests/runalltests.py @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- +# vim:fenc=utf-8 # Copyright (C) 2010-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # diff --git a/x2gobroker/tests/test_broker_agent.py b/x2gobroker/tests/test_broker_agent.py index 45b6826..8d9e489 100644 --- a/x2gobroker/tests/test_broker_agent.py +++ b/x2gobroker/tests/test_broker_agent.py @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- +# vim:fenc=utf-8 # Copyright (C) 2012-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # diff --git a/x2gobroker/tests/test_broker_base.py b/x2gobroker/tests/test_broker_base.py index ed2f136..72f65de 100644 --- a/x2gobroker/tests/test_broker_base.py +++ b/x2gobroker/tests/test_broker_base.py @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- +# vim:fenc=utf-8 # Copyright (C) 2012-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # diff --git a/x2gobroker/tests/test_broker_inifile.py b/x2gobroker/tests/test_broker_inifile.py index 3aadb15..dbc7138 100644 --- a/x2gobroker/tests/test_broker_inifile.py +++ b/x2gobroker/tests/test_broker_inifile.py @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- +# vim:fenc=utf-8 # Copyright (C) 2012-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # diff --git a/x2gobroker/tests/test_broker_zeroconf.py b/x2gobroker/tests/test_broker_zeroconf.py index 3fd8c62..1d02e58 100644 --- a/x2gobroker/tests/test_broker_zeroconf.py +++ b/x2gobroker/tests/test_broker_zeroconf.py @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- +# vim:fenc=utf-8 # Copyright (C) 2012-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # diff --git a/x2gobroker/tests/test_client_plain_base.py b/x2gobroker/tests/test_client_plain_base.py index 3d95f54..64e9d1a 100644 --- a/x2gobroker/tests/test_client_plain_base.py +++ b/x2gobroker/tests/test_client_plain_base.py @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- +# vim:fenc=utf-8 # Copyright (C) 2012-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # diff --git a/x2gobroker/tests/test_uccsjson.py b/x2gobroker/tests/test_uccsjson.py index 40a96af..d339c4b 100644 --- a/x2gobroker/tests/test_uccsjson.py +++ b/x2gobroker/tests/test_uccsjson.py @@ -1 +1,2 @@ # -*- coding: utf-8 -*- +# vim:fenc=utf-8 diff --git a/x2gobroker/tests/test_utils.py b/x2gobroker/tests/test_utils.py index 5095524..f30c098 100644 --- a/x2gobroker/tests/test_utils.py +++ b/x2gobroker/tests/test_utils.py @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- +# vim:fenc=utf-8 # Copyright (C) 2012-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # diff --git a/x2gobroker/tests/test_web_plain_base.py b/x2gobroker/tests/test_web_plain_base.py index 2c947c1..d475e24 100644 --- a/x2gobroker/tests/test_web_plain_base.py +++ b/x2gobroker/tests/test_web_plain_base.py @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- +# vim:fenc=utf-8 # Copyright (C) 2012-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # diff --git a/x2gobroker/tests/test_web_plain_inifile.py b/x2gobroker/tests/test_web_plain_inifile.py index 3a55885..d7b2fe4 100644 --- a/x2gobroker/tests/test_web_plain_inifile.py +++ b/x2gobroker/tests/test_web_plain_inifile.py @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- +# vim:fenc=utf-8 # Copyright (C) 2012-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # diff --git a/x2gobroker/tests/test_web_plain_zeroconf.py b/x2gobroker/tests/test_web_plain_zeroconf.py index a22814c..265aaf1 100644 --- a/x2gobroker/tests/test_web_plain_zeroconf.py +++ b/x2gobroker/tests/test_web_plain_zeroconf.py @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- +# vim:fenc=utf-8 # Copyright (C) 2012-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # diff --git a/x2gobroker/tests/test_web_uccs_zeroconf.py b/x2gobroker/tests/test_web_uccs_zeroconf.py index 3934bb4..61653d9 100644 --- a/x2gobroker/tests/test_web_uccs_zeroconf.py +++ b/x2gobroker/tests/test_web_uccs_zeroconf.py @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- +# vim:fenc=utf-8 # Copyright (C) 2012-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # diff --git a/x2gobroker/uccsjson.py b/x2gobroker/uccsjson.py index 111311f..291049b 100644 --- a/x2gobroker/uccsjson.py +++ b/x2gobroker/uccsjson.py @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- +# vim:fenc=utf-8 # Copyright (C) 2012-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # diff --git a/x2gobroker/utils.py b/x2gobroker/utils.py index 822e88c..e3c80db 100644 --- a/x2gobroker/utils.py +++ b/x2gobroker/utils.py @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- +# vim:fenc=utf-8 # Copyright (C) 2012-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # diff --git a/x2gobroker/web/__init__.py b/x2gobroker/web/__init__.py index 26a2a87..a3697d2 100644 --- a/x2gobroker/web/__init__.py +++ b/x2gobroker/web/__init__.py @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- +# vim:fenc=utf-8 # Copyright (C) 2012-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # diff --git a/x2gobroker/web/extras.py b/x2gobroker/web/extras.py index 7ead981..bb62c5f 100644 --- a/x2gobroker/web/extras.py +++ b/x2gobroker/web/extras.py @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- +# vim:fenc=utf-8 # This file is part of the X2Go Project - https://www.x2go.org # Copyright (C) 2012-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> diff --git a/x2gobroker/web/json.py b/x2gobroker/web/json.py index cf138a2..18a6e1d 100644 --- a/x2gobroker/web/json.py +++ b/x2gobroker/web/json.py @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- +# vim:fenc=utf-8 # This file is part of the X2Go Project - https://www.x2go.org # Copyright (C) 2012-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> diff --git a/x2gobroker/web/plain.py b/x2gobroker/web/plain.py index 5eca650..9408d93 100644 --- a/x2gobroker/web/plain.py +++ b/x2gobroker/web/plain.py @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- +# vim:fenc=utf-8 # This file is part of the X2Go Project - https://www.x2go.org # Copyright (C) 2012-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> diff --git a/x2gobroker/web/uccs.py b/x2gobroker/web/uccs.py index cbaaf0f..2a3999d 100644 --- a/x2gobroker/web/uccs.py +++ b/x2gobroker/web/uccs.py @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- +# vim:fenc=utf-8 # This file is part of the X2Go Project - https://www.x2go.org # Copyright (C) 2012-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> diff --git a/x2gobroker/x2gobroker_exceptions.py b/x2gobroker/x2gobroker_exceptions.py index 08864e7..3dbf388 100644 --- a/x2gobroker/x2gobroker_exceptions.py +++ b/x2gobroker/x2gobroker_exceptions.py @@ -1,4 +1,5 @@ # -*- coding: utf-8 -*- +# vim:fenc=utf-8 # Copyright (C) 2012-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gobroker.git