This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository python-x2go. from 132f8a2 Continue development new 988b5ac misc: pre-release copyright update. The 1 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: Makefile.docupload | 2 +- README | 2 +- TODO | 2 +- debian/changelog | 4 +++- debian/copyright | 10 +++++----- debian/rules | 2 +- examples/x2go_resume_session.py | 2 +- examples/x2go_start_session.py | 2 +- examples/x2go_start_session_with_progress_status.py | 2 +- setup.py | 2 +- x2go/__init__.py | 2 +- x2go/_paramiko.py | 2 +- x2go/backends/__init__.py | 2 +- x2go/backends/control/__init__.py | 2 +- x2go/backends/control/plain.py | 2 +- x2go/backends/info/__init__.py | 2 +- x2go/backends/info/plain.py | 2 +- x2go/backends/printing/__init__.py | 2 +- x2go/backends/printing/file.py | 2 +- x2go/backends/profiles/__init__.py | 2 +- x2go/backends/profiles/base.py | 2 +- x2go/backends/profiles/file.py | 2 +- x2go/backends/profiles/httpbroker.py | 2 +- x2go/backends/profiles/sshbroker.py | 2 +- x2go/backends/proxy/__init__.py | 2 +- x2go/backends/proxy/base.py | 2 +- x2go/backends/proxy/kdrive.py | 2 +- x2go/backends/proxy/nx3.py | 2 +- x2go/backends/settings/__init__.py | 2 +- x2go/backends/settings/file.py | 2 +- x2go/backends/terminal/__init__.py | 2 +- x2go/backends/terminal/plain.py | 2 +- x2go/cache.py | 2 +- x2go/checkhosts.py | 2 +- x2go/cleanup.py | 2 +- x2go/client.py | 2 +- x2go/defaults.py | 2 +- x2go/forward.py | 2 +- x2go/gevent_subprocess.py | 2 +- x2go/guardian.py | 2 +- x2go/inifiles.py | 2 +- x2go/log.py | 2 +- x2go/mimebox.py | 2 +- x2go/mimeboxactions.py | 2 +- x2go/printactions.py | 2 +- x2go/printqueue.py | 2 +- x2go/pulseaudio.py | 2 +- x2go/registry.py | 2 +- x2go/rforward.py | 2 +- x2go/session.py | 2 +- x2go/sftpserver.py | 2 +- x2go/sshproxy.py | 2 +- x2go/telekinesis.py | 2 +- x2go/utils.py | 2 +- x2go/x2go_exceptions.py | 2 +- x2go/xserver.py | 2 +- 56 files changed, 62 insertions(+), 60 deletions(-) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/python-x2go.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository python-x2go. commit 988b5ac6be3461dd33eb1502e884717637bdde9f Author: Mihai Moldovan <ionic@ionic.de> Date: Thu Nov 21 15:59:01 2019 +0100 misc: pre-release copyright update. --- Makefile.docupload | 2 +- README | 2 +- TODO | 2 +- debian/changelog | 4 +++- debian/copyright | 10 +++++----- debian/rules | 2 +- examples/x2go_resume_session.py | 2 +- examples/x2go_start_session.py | 2 +- examples/x2go_start_session_with_progress_status.py | 2 +- setup.py | 2 +- x2go/__init__.py | 2 +- x2go/_paramiko.py | 2 +- x2go/backends/__init__.py | 2 +- x2go/backends/control/__init__.py | 2 +- x2go/backends/control/plain.py | 2 +- x2go/backends/info/__init__.py | 2 +- x2go/backends/info/plain.py | 2 +- x2go/backends/printing/__init__.py | 2 +- x2go/backends/printing/file.py | 2 +- x2go/backends/profiles/__init__.py | 2 +- x2go/backends/profiles/base.py | 2 +- x2go/backends/profiles/file.py | 2 +- x2go/backends/profiles/httpbroker.py | 2 +- x2go/backends/profiles/sshbroker.py | 2 +- x2go/backends/proxy/__init__.py | 2 +- x2go/backends/proxy/base.py | 2 +- x2go/backends/proxy/kdrive.py | 2 +- x2go/backends/proxy/nx3.py | 2 +- x2go/backends/settings/__init__.py | 2 +- x2go/backends/settings/file.py | 2 +- x2go/backends/terminal/__init__.py | 2 +- x2go/backends/terminal/plain.py | 2 +- x2go/cache.py | 2 +- x2go/checkhosts.py | 2 +- x2go/cleanup.py | 2 +- x2go/client.py | 2 +- x2go/defaults.py | 2 +- x2go/forward.py | 2 +- x2go/gevent_subprocess.py | 2 +- x2go/guardian.py | 2 +- x2go/inifiles.py | 2 +- x2go/log.py | 2 +- x2go/mimebox.py | 2 +- x2go/mimeboxactions.py | 2 +- x2go/printactions.py | 2 +- x2go/printqueue.py | 2 +- x2go/pulseaudio.py | 2 +- x2go/registry.py | 2 +- x2go/rforward.py | 2 +- x2go/session.py | 2 +- x2go/sftpserver.py | 2 +- x2go/sshproxy.py | 2 +- x2go/telekinesis.py | 2 +- x2go/utils.py | 2 +- x2go/x2go_exceptions.py | 2 +- x2go/xserver.py | 2 +- 56 files changed, 62 insertions(+), 60 deletions(-) diff --git a/Makefile.docupload b/Makefile.docupload index eb57d9a..9ba799d 100644 --- a/Makefile.docupload +++ b/Makefile.docupload @@ -1,6 +1,6 @@ #!/usr/bin/make -f # Makefile.docupload file - for python-x2go -# 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/README b/README index 0567742..b199007 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -python-x2go - Copyright (C) 2010-2018 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +python-x2go - Copyright (C) 2010-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Published under the terms of the GNU Affero General Public License. See http://www.gnu.org/licenses/agpl.html for a recent copy. diff --git a/TODO b/TODO index 8125d8e..55172ff 100644 --- a/TODO +++ b/TODO @@ -1,4 +1,4 @@ -python-x2go - Copyright (C) 2010-2018 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +python-x2go - Copyright (C) 2010-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Published under the terms of the GNU Affero General Public License. See http://www.gnu.org/licenses/agpl.html for a recent copy. diff --git a/debian/changelog b/debian/changelog index 1c57e1b..89927df 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ python-x2go (0.6.1.1-0x2go1) UNRELEASED; urgency=medium - * Continue development + [ Mihai Moldovan ] + * New upstream version (0.6.1.1): + - misc: pre-release copyright update. -- X2Go Release Manager <git-admin@x2go.org> Wed, 20 Nov 2019 13:29:02 +0100 diff --git a/debian/copyright b/debian/copyright index 821a79b..6dee8de 100644 --- a/debian/copyright +++ b/debian/copyright @@ -4,12 +4,12 @@ Upstream-Contact: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Source: http://code.x2go.org/releases/source/python-x2go Files: * -Copyright: 2010-2018, Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +Copyright: 2010-2019, Mike Gabriel <mike.gabriel@das-netzwerkteam.de> License: AGPL-3+ Files: x2go/gevent_subprocess.py -Copyright: 2010-2018, Mark Visser <mjmvisser@gmail.com> - 2010-2018, Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +Copyright: 2010-2019, Mark Visser <mjmvisser@gmail.com> + 2010-2019, Mike Gabriel <mike.gabriel@das-netzwerkteam.de> License: AGPL-3+ Comment: The file was placed in the ,,public domain'' by Mark Visser and in context of the X2Go project it is published as GPL-3. The file was @@ -17,7 +17,7 @@ Comment: The file was placed in the ,,public domain'' by Mark Visser and http://groups.google.com/group/gevent/browse_thread/thread/dba1a5d29e0a60ff Files: Makefile.docupload -Copyright: 2010-2018, Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +Copyright: 2010-2019, Mike Gabriel <mike.gabriel@das-netzwerkteam.de> License: GPL-3+ 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 @@ -39,7 +39,7 @@ License: GPL-3+ `/usr/share/common-licenses/GPL-3'. Files: debian/* -Copyright: 2010-2018, Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +Copyright: 2010-2019, Mike Gabriel <mike.gabriel@das-netzwerkteam.de> License: AGPL-3+ License: AGPL-3+ diff --git a/debian/rules b/debian/rules index 688476c..78f73ee 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,7 @@ #!/usr/bin/make -f # debian/rules file - for python-x2go # Based on sample debian/rules file - for GNU Hello (1.3). -# Copyright 2010-2018 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright 2010-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> include /usr/share/cdbs/1/class/python-distutils.mk include /usr/share/cdbs/1/rules/debhelper.mk diff --git a/examples/x2go_resume_session.py b/examples/x2go_resume_session.py index fba0a6d..02d055a 100644 --- a/examples/x2go_resume_session.py +++ b/examples/x2go_resume_session.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- 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/examples/x2go_start_session.py b/examples/x2go_start_session.py index b4a93f2..8ce2b43 100644 --- a/examples/x2go_start_session.py +++ b/examples/x2go_start_session.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- 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/examples/x2go_start_session_with_progress_status.py b/examples/x2go_start_session_with_progress_status.py index 523057b..ad1cab6 100644 --- a/examples/x2go_start_session_with_progress_status.py +++ b/examples/x2go_start_session_with_progress_status.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- 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/setup.py b/setup.py index 4c6528d..8819d6d 100755 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # -*- 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/x2go/__init__.py b/x2go/__init__.py index 0ba2c37..cfa0c5b 100644 --- a/x2go/__init__.py +++ b/x2go/__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> # # 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/x2go/_paramiko.py b/x2go/_paramiko.py index 625c33b..c3f1d3b 100644 --- a/x2go/_paramiko.py +++ b/x2go/_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/x2go/backends/__init__.py b/x2go/backends/__init__.py index 13a1a41..53033b9 100644 --- a/x2go/backends/__init__.py +++ b/x2go/backends/__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> # # 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/x2go/backends/control/__init__.py b/x2go/backends/control/__init__.py index d4baf0a..7c2d09e 100644 --- a/x2go/backends/control/__init__.py +++ b/x2go/backends/control/__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> # # 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/x2go/backends/control/plain.py b/x2go/backends/control/plain.py index 24ccb0d..d22395a 100644 --- a/x2go/backends/control/plain.py +++ b/x2go/backends/control/plain.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/x2go/backends/info/__init__.py b/x2go/backends/info/__init__.py index dc36092..dbca1c9 100644 --- a/x2go/backends/info/__init__.py +++ b/x2go/backends/info/__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> # # 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/x2go/backends/info/plain.py b/x2go/backends/info/plain.py index c31c069..d236fec 100644 --- a/x2go/backends/info/plain.py +++ b/x2go/backends/info/plain.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/x2go/backends/printing/__init__.py b/x2go/backends/printing/__init__.py index b0e37a4..f308be4 100644 --- a/x2go/backends/printing/__init__.py +++ b/x2go/backends/printing/__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> # # 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/x2go/backends/printing/file.py b/x2go/backends/printing/file.py index f27bb51..9634296 100644 --- a/x2go/backends/printing/file.py +++ b/x2go/backends/printing/file.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/x2go/backends/profiles/__init__.py b/x2go/backends/profiles/__init__.py index e915761..6e83d54 100644 --- a/x2go/backends/profiles/__init__.py +++ b/x2go/backends/profiles/__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> # # 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/x2go/backends/profiles/base.py b/x2go/backends/profiles/base.py index 9b63c85..835135a 100644 --- a/x2go/backends/profiles/base.py +++ b/x2go/backends/profiles/base.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/x2go/backends/profiles/file.py b/x2go/backends/profiles/file.py index 650bf32..077f027 100644 --- a/x2go/backends/profiles/file.py +++ b/x2go/backends/profiles/file.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/x2go/backends/profiles/httpbroker.py b/x2go/backends/profiles/httpbroker.py index 98b8ce3..0016c67 100644 --- a/x2go/backends/profiles/httpbroker.py +++ b/x2go/backends/profiles/httpbroker.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/x2go/backends/profiles/sshbroker.py b/x2go/backends/profiles/sshbroker.py index 70aac3d..f7d2930 100644 --- a/x2go/backends/profiles/sshbroker.py +++ b/x2go/backends/profiles/sshbroker.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/x2go/backends/proxy/__init__.py b/x2go/backends/proxy/__init__.py index f955368..3e08605 100644 --- a/x2go/backends/proxy/__init__.py +++ b/x2go/backends/proxy/__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> # # 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/x2go/backends/proxy/base.py b/x2go/backends/proxy/base.py index f92449c..a02804e 100644 --- a/x2go/backends/proxy/base.py +++ b/x2go/backends/proxy/base.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/x2go/backends/proxy/kdrive.py b/x2go/backends/proxy/kdrive.py index 820c622..b89d778 100644 --- a/x2go/backends/proxy/kdrive.py +++ b/x2go/backends/proxy/kdrive.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/x2go/backends/proxy/nx3.py b/x2go/backends/proxy/nx3.py index 7dee2da..96494e6 100644 --- a/x2go/backends/proxy/nx3.py +++ b/x2go/backends/proxy/nx3.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/x2go/backends/settings/__init__.py b/x2go/backends/settings/__init__.py index e8a7b81..e61d000 100644 --- a/x2go/backends/settings/__init__.py +++ b/x2go/backends/settings/__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> # # 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/x2go/backends/settings/file.py b/x2go/backends/settings/file.py index c28525d..140e625 100644 --- a/x2go/backends/settings/file.py +++ b/x2go/backends/settings/file.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/x2go/backends/terminal/__init__.py b/x2go/backends/terminal/__init__.py index d7efadb..e4a4205 100644 --- a/x2go/backends/terminal/__init__.py +++ b/x2go/backends/terminal/__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> # # 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/x2go/backends/terminal/plain.py b/x2go/backends/terminal/plain.py index 5047287..f5b3156 100644 --- a/x2go/backends/terminal/plain.py +++ b/x2go/backends/terminal/plain.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/x2go/cache.py b/x2go/cache.py index e1a2129..40e62b1 100644 --- a/x2go/cache.py +++ b/x2go/cache.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/x2go/checkhosts.py b/x2go/checkhosts.py index df08cc2..e2aab33 100644 --- a/x2go/checkhosts.py +++ b/x2go/checkhosts.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/x2go/cleanup.py b/x2go/cleanup.py index adc1746..a6fb25a 100644 --- a/x2go/cleanup.py +++ b/x2go/cleanup.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/x2go/client.py b/x2go/client.py index 0e2b588..ec73310 100644 --- a/x2go/client.py +++ b/x2go/client.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 diff --git a/x2go/defaults.py b/x2go/defaults.py index 6d5aa17..f427256 100644 --- a/x2go/defaults.py +++ b/x2go/defaults.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/x2go/forward.py b/x2go/forward.py index 0e1c8ee..2c2a6d4 100644 --- a/x2go/forward.py +++ b/x2go/forward.py @@ -1,4 +1,4 @@ -# 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/x2go/gevent_subprocess.py b/x2go/gevent_subprocess.py index 1cf8301..34b4b25 100644 --- a/x2go/gevent_subprocess.py +++ b/x2go/gevent_subprocess.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/x2go/guardian.py b/x2go/guardian.py index 122ae97..3b50aa0 100644 --- a/x2go/guardian.py +++ b/x2go/guardian.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/x2go/inifiles.py b/x2go/inifiles.py index c7511a6..f19ed9d 100644 --- a/x2go/inifiles.py +++ b/x2go/inifiles.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/x2go/log.py b/x2go/log.py index 6de5d28..c35186c 100644 --- a/x2go/log.py +++ b/x2go/log.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/x2go/mimebox.py b/x2go/mimebox.py index 52a6d27..f76abac 100644 --- a/x2go/mimebox.py +++ b/x2go/mimebox.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/x2go/mimeboxactions.py b/x2go/mimeboxactions.py index ae83026..4ff912b 100644 --- a/x2go/mimeboxactions.py +++ b/x2go/mimeboxactions.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/x2go/printactions.py b/x2go/printactions.py index 8a1d9c2..702e62d 100644 --- a/x2go/printactions.py +++ b/x2go/printactions.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/x2go/printqueue.py b/x2go/printqueue.py index a281890..a20dfe7 100644 --- a/x2go/printqueue.py +++ b/x2go/printqueue.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/x2go/pulseaudio.py b/x2go/pulseaudio.py index eb13660..a167afd 100644 --- a/x2go/pulseaudio.py +++ b/x2go/pulseaudio.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/x2go/registry.py b/x2go/registry.py index b4f236a..50d5803 100644 --- a/x2go/registry.py +++ b/x2go/registry.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/x2go/rforward.py b/x2go/rforward.py index 763f6f2..d47b83b 100644 --- a/x2go/rforward.py +++ b/x2go/rforward.py @@ -1,4 +1,4 @@ -# 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/x2go/session.py b/x2go/session.py index ec983a5..33a8f62 100644 --- a/x2go/session.py +++ b/x2go/session.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/x2go/sftpserver.py b/x2go/sftpserver.py index 64b7291..1f5198c 100644 --- a/x2go/sftpserver.py +++ b/x2go/sftpserver.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> # The Python X2Go sFTPServer code was originally written by Richard Murri, # for further information see his website: http://www.richardmurri.com diff --git a/x2go/sshproxy.py b/x2go/sshproxy.py index cd929af..bba7627 100644 --- a/x2go/sshproxy.py +++ b/x2go/sshproxy.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/x2go/telekinesis.py b/x2go/telekinesis.py index 815c231..2e575e9 100644 --- a/x2go/telekinesis.py +++ b/x2go/telekinesis.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/x2go/utils.py b/x2go/utils.py index 76772e8..d9cd615 100644 --- a/x2go/utils.py +++ b/x2go/utils.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/x2go/x2go_exceptions.py b/x2go/x2go_exceptions.py index 655fef4..0c3ed90 100644 --- a/x2go/x2go_exceptions.py +++ b/x2go/x2go_exceptions.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/x2go/xserver.py b/x2go/xserver.py index cf37c66..8e1e95c 100644 --- a/x2go/xserver.py +++ b/x2go/xserver.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 -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/python-x2go.git