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

x2go pushed a commit to branch master
in repository python-x2go.

commit 444a8adaf909c7c004aee012373d8693b0354cae
Author: Mihai Moldovan <io...@ionic.de>
Date:   Sat Aug 19 04:28:28 2023 +0200

    misc: pre-release copyright update.
---
 Makefile.docupload                                  | 2 +-
 README                                              | 2 +-
 TODO                                                | 2 +-
 debian/changelog                                    | 4 ++++
 debian/copyright                                    | 8 ++++----
 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(+), 58 deletions(-)

diff --git a/Makefile.docupload b/Makefile.docupload
index 449832c..12a9eee 100644
--- a/Makefile.docupload
+++ b/Makefile.docupload
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 # Makefile.docupload file - for python-x2go
-# Copyright 2010-2020 by Mike Gabriel <mike.gabr...@das-netzwerkteam.de>, 
GPLv3+ applies to this file
+# Copyright 2010-2023 by Mike Gabriel <mike.gabr...@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 73b29f7..624ac3d 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-python-x2go - Copyright (C) 2010-2020 by Mike Gabriel 
<mike.gabr...@das-netzwerkteam.de>
+python-x2go - Copyright (C) 2010-2023 by Mike Gabriel 
<mike.gabr...@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 4ddf0c6..4f9fefb 100644
--- a/TODO
+++ b/TODO
@@ -1,4 +1,4 @@
-python-x2go - Copyright (C) 2010-2020 by Mike Gabriel 
<mike.gabr...@das-netzwerkteam.de>
+python-x2go - Copyright (C) 2010-2023 by Mike Gabriel 
<mike.gabr...@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 badd1ab..acc5fff 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -19,6 +19,10 @@ python-x2go (0.6.1.4-0x2go1) UNRELEASED; urgency=medium
   * debian/*:
     + Drop Python2 builds.
 
+  [ Mihai Moldovan ]
+  * New upstream version (0.6.1.4):
+    - misc: pre-release copyright update.
+
  -- X2Go Release Manager <git-ad...@x2go.org>  Wed, 01 Jan 2020 20:25:50 +0100
 
 python-x2go (0.6.1.3-0x2go1) unstable; urgency=medium
diff --git a/debian/copyright b/debian/copyright
index 8471706..554ff89 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -4,12 +4,12 @@ Upstream-Contact: Mike Gabriel 
<mike.gabr...@das-netzwerkteam.de>
 Source: http://code.x2go.org/releases/source/python-x2go
 
 Files: *
-Copyright: 2010-2020, Mike Gabriel <mike.gabr...@das-netzwerkteam.de>
+Copyright: 2010-2023, Mike Gabriel <mike.gabr...@das-netzwerkteam.de>
 License: AGPL-3+
 
 Files: x2go/gevent_subprocess.py
 Copyright:  2010-2020, Mark Visser <mjmvis...@gmail.com>
-            2010-2020, Mike Gabriel <mike.gabr...@das-netzwerkteam.de>
+            2010-2023, Mike Gabriel <mike.gabr...@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-2020, Mike Gabriel <mike.gabr...@das-netzwerkteam.de>
+Copyright: 2010-2023, Mike Gabriel <mike.gabr...@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-2020, Mike Gabriel <mike.gabr...@das-netzwerkteam.de>
+Copyright: 2010-2023, Mike Gabriel <mike.gabr...@das-netzwerkteam.de>
 License: AGPL-3+
 
 License: AGPL-3+
diff --git a/debian/rules b/debian/rules
index 486ef51..386bfc1 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-2020 by Mike Gabriel <mike.gabr...@das-netzwerkteam.de>
+# Copyright 2010-2023 by Mike Gabriel <mike.gabr...@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 eced715..4efcd73 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-2020 by Mike Gabriel <mike.gabr...@das-netzwerkteam.de>
+# Copyright (C) 2010-2023 by Mike Gabriel <mike.gabr...@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 6d5f9d8..152ec3e 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-2020 by Mike Gabriel <mike.gabr...@das-netzwerkteam.de>
+# Copyright (C) 2010-2023 by Mike Gabriel <mike.gabr...@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 97c827f..f09381f 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-2020 by Mike Gabriel <mike.gabr...@das-netzwerkteam.de>
+# Copyright (C) 2010-2023 by Mike Gabriel <mike.gabr...@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 432f848..7db586f 100755
--- a/setup.py
+++ b/setup.py
@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 # -*- coding: utf-8 -*-
 
-# Copyright (C) 2010-2020 by Mike Gabriel <mike.gabr...@das-netzwerkteam.de>
+# Copyright (C) 2010-2023 by Mike Gabriel <mike.gabr...@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 ac069dc..2050159 100644
--- a/x2go/__init__.py
+++ b/x2go/__init__.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (C) 2010-2020 by Mike Gabriel <mike.gabr...@das-netzwerkteam.de>
+# Copyright (C) 2010-2023 by Mike Gabriel <mike.gabr...@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 649d15a..abf51e6 100644
--- a/x2go/_paramiko.py
+++ b/x2go/_paramiko.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (C) 2010-2020 by Mike Gabriel <mike.gabr...@das-netzwerkteam.de>
+# Copyright (C) 2010-2023 by Mike Gabriel <mike.gabr...@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 c885e9e..dede663 100644
--- a/x2go/backends/__init__.py
+++ b/x2go/backends/__init__.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (C) 2010-2020 by Mike Gabriel <mike.gabr...@das-netzwerkteam.de>
+# Copyright (C) 2010-2023 by Mike Gabriel <mike.gabr...@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 6b22a7c..6d6cf02 100644
--- a/x2go/backends/control/__init__.py
+++ b/x2go/backends/control/__init__.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (C) 2010-2020 by Mike Gabriel <mike.gabr...@das-netzwerkteam.de>
+# Copyright (C) 2010-2023 by Mike Gabriel <mike.gabr...@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 108ede2..38aae5b 100644
--- a/x2go/backends/control/plain.py
+++ b/x2go/backends/control/plain.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (C) 2010-2020 by Mike Gabriel <mike.gabr...@das-netzwerkteam.de>
+# Copyright (C) 2010-2023 by Mike Gabriel <mike.gabr...@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 661c2b5..72f01fb 100644
--- a/x2go/backends/info/__init__.py
+++ b/x2go/backends/info/__init__.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (C) 2010-2020 by Mike Gabriel <mike.gabr...@das-netzwerkteam.de>
+# Copyright (C) 2010-2023 by Mike Gabriel <mike.gabr...@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 8f05bd3..628ee31 100644
--- a/x2go/backends/info/plain.py
+++ b/x2go/backends/info/plain.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (C) 2010-2020 by Mike Gabriel <mike.gabr...@das-netzwerkteam.de>
+# Copyright (C) 2010-2023 by Mike Gabriel <mike.gabr...@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 0599d44..6727b4a 100644
--- a/x2go/backends/printing/__init__.py
+++ b/x2go/backends/printing/__init__.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (C) 2010-2020 by Mike Gabriel <mike.gabr...@das-netzwerkteam.de>
+# Copyright (C) 2010-2023 by Mike Gabriel <mike.gabr...@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 1aa0f79..9c74369 100644
--- a/x2go/backends/printing/file.py
+++ b/x2go/backends/printing/file.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (C) 2010-2020 by Mike Gabriel <mike.gabr...@das-netzwerkteam.de>
+# Copyright (C) 2010-2023 by Mike Gabriel <mike.gabr...@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 fc4613d..bcf631c 100644
--- a/x2go/backends/profiles/__init__.py
+++ b/x2go/backends/profiles/__init__.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (C) 2010-2020 by Mike Gabriel <mike.gabr...@das-netzwerkteam.de>
+# Copyright (C) 2010-2023 by Mike Gabriel <mike.gabr...@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 84fd3b9..2e0dc51 100644
--- a/x2go/backends/profiles/base.py
+++ b/x2go/backends/profiles/base.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (C) 2010-2020 by Mike Gabriel <mike.gabr...@das-netzwerkteam.de>
+# Copyright (C) 2010-2023 by Mike Gabriel <mike.gabr...@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 eff6163..22e3a87 100644
--- a/x2go/backends/profiles/file.py
+++ b/x2go/backends/profiles/file.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (C) 2010-2020 by Mike Gabriel <mike.gabr...@das-netzwerkteam.de>
+# Copyright (C) 2010-2023 by Mike Gabriel <mike.gabr...@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 7bb6a48..f6892af 100644
--- a/x2go/backends/profiles/httpbroker.py
+++ b/x2go/backends/profiles/httpbroker.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (C) 2010-2020 by Mike Gabriel <mike.gabr...@das-netzwerkteam.de>
+# Copyright (C) 2010-2023 by Mike Gabriel <mike.gabr...@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 2fdbd8a..46f8694 100644
--- a/x2go/backends/profiles/sshbroker.py
+++ b/x2go/backends/profiles/sshbroker.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (C) 2010-2020 by Mike Gabriel <mike.gabr...@das-netzwerkteam.de>
+# Copyright (C) 2010-2023 by Mike Gabriel <mike.gabr...@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 6447e98..bcdda88 100644
--- a/x2go/backends/proxy/__init__.py
+++ b/x2go/backends/proxy/__init__.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (C) 2010-2020 by Mike Gabriel <mike.gabr...@das-netzwerkteam.de>
+# Copyright (C) 2010-2023 by Mike Gabriel <mike.gabr...@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 23473a4..e1b3f37 100644
--- a/x2go/backends/proxy/base.py
+++ b/x2go/backends/proxy/base.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (C) 2010-2020 by Mike Gabriel <mike.gabr...@das-netzwerkteam.de>
+# Copyright (C) 2010-2023 by Mike Gabriel <mike.gabr...@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 96662ce..d4b2d18 100644
--- a/x2go/backends/proxy/kdrive.py
+++ b/x2go/backends/proxy/kdrive.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (C) 2010-2020 by Mike Gabriel <mike.gabr...@das-netzwerkteam.de>
+# Copyright (C) 2010-2023 by Mike Gabriel <mike.gabr...@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 5777d0e..c951431 100644
--- a/x2go/backends/proxy/nx3.py
+++ b/x2go/backends/proxy/nx3.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (C) 2010-2020 by Mike Gabriel <mike.gabr...@das-netzwerkteam.de>
+# Copyright (C) 2010-2023 by Mike Gabriel <mike.gabr...@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 1e6379f..342d0c2 100644
--- a/x2go/backends/settings/__init__.py
+++ b/x2go/backends/settings/__init__.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (C) 2010-2020 by Mike Gabriel <mike.gabr...@das-netzwerkteam.de>
+# Copyright (C) 2010-2023 by Mike Gabriel <mike.gabr...@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 483b718..c6614d1 100644
--- a/x2go/backends/settings/file.py
+++ b/x2go/backends/settings/file.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (C) 2010-2020 by Mike Gabriel <mike.gabr...@das-netzwerkteam.de>
+# Copyright (C) 2010-2023 by Mike Gabriel <mike.gabr...@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 afc24d2..48625bc 100644
--- a/x2go/backends/terminal/__init__.py
+++ b/x2go/backends/terminal/__init__.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (C) 2010-2020 by Mike Gabriel <mike.gabr...@das-netzwerkteam.de>
+# Copyright (C) 2010-2023 by Mike Gabriel <mike.gabr...@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 76bca92..39b2d39 100644
--- a/x2go/backends/terminal/plain.py
+++ b/x2go/backends/terminal/plain.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (C) 2010-2020 by Mike Gabriel <mike.gabr...@das-netzwerkteam.de>
+# Copyright (C) 2010-2023 by Mike Gabriel <mike.gabr...@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 e84acb0..c076cb6 100644
--- a/x2go/cache.py
+++ b/x2go/cache.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (C) 2010-2020 by Mike Gabriel <mike.gabr...@das-netzwerkteam.de>
+# Copyright (C) 2010-2023 by Mike Gabriel <mike.gabr...@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 089536b..be0bbf8 100644
--- a/x2go/checkhosts.py
+++ b/x2go/checkhosts.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (C) 2010-2020 by Mike Gabriel <mike.gabr...@das-netzwerkteam.de>
+# Copyright (C) 2010-2023 by Mike Gabriel <mike.gabr...@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 80f469c..0976214 100644
--- a/x2go/cleanup.py
+++ b/x2go/cleanup.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (C) 2010-2020 by Mike Gabriel <mike.gabr...@das-netzwerkteam.de>
+# Copyright (C) 2010-2023 by Mike Gabriel <mike.gabr...@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 bd7458c..e0cb493 100644
--- a/x2go/client.py
+++ b/x2go/client.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (C) 2010-2020 by Mike Gabriel <mike.gabr...@das-netzwerkteam.de>
+# Copyright (C) 2010-2023 by Mike Gabriel <mike.gabr...@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 8b2b708..b0e0a7f 100644
--- a/x2go/defaults.py
+++ b/x2go/defaults.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (C) 2010-2020 by Mike Gabriel <mike.gabr...@das-netzwerkteam.de>
+# Copyright (C) 2010-2023 by Mike Gabriel <mike.gabr...@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 8baacdd..362f8fd 100644
--- a/x2go/forward.py
+++ b/x2go/forward.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2010-2020 by Mike Gabriel <mike.gabr...@das-netzwerkteam.de>
+# Copyright (C) 2010-2023 by Mike Gabriel <mike.gabr...@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 7a86b43..546d569 100644
--- a/x2go/gevent_subprocess.py
+++ b/x2go/gevent_subprocess.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (C) 2010-2020 by Mike Gabriel <mike.gabr...@das-netzwerkteam.de>
+# Copyright (C) 2010-2023 by Mike Gabriel <mike.gabr...@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 948babd..8fae28c 100644
--- a/x2go/guardian.py
+++ b/x2go/guardian.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (C) 2010-2020 by Mike Gabriel <mike.gabr...@das-netzwerkteam.de>
+# Copyright (C) 2010-2023 by Mike Gabriel <mike.gabr...@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 bd1218c..e094ba7 100644
--- a/x2go/inifiles.py
+++ b/x2go/inifiles.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (C) 2010-2020 by Mike Gabriel <mike.gabr...@das-netzwerkteam.de>
+# Copyright (C) 2010-2023 by Mike Gabriel <mike.gabr...@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 2cbf30c..a48cc03 100644
--- a/x2go/log.py
+++ b/x2go/log.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (C) 2010-2020 by Mike Gabriel <mike.gabr...@das-netzwerkteam.de>
+# Copyright (C) 2010-2023 by Mike Gabriel <mike.gabr...@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 7eab1e7..7f8294c 100644
--- a/x2go/mimebox.py
+++ b/x2go/mimebox.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (C) 2010-2020 by Mike Gabriel <mike.gabr...@das-netzwerkteam.de>
+# Copyright (C) 2010-2023 by Mike Gabriel <mike.gabr...@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 0486c07..5f7c683 100644
--- a/x2go/mimeboxactions.py
+++ b/x2go/mimeboxactions.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (C) 2010-2020 by Mike Gabriel <mike.gabr...@das-netzwerkteam.de>
+# Copyright (C) 2010-2023 by Mike Gabriel <mike.gabr...@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 8bba198..35e5b41 100644
--- a/x2go/printactions.py
+++ b/x2go/printactions.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (C) 2010-2020 by Mike Gabriel <mike.gabr...@das-netzwerkteam.de>
+# Copyright (C) 2010-2023 by Mike Gabriel <mike.gabr...@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 d2dee47..26c204d 100644
--- a/x2go/printqueue.py
+++ b/x2go/printqueue.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (C) 2010-2020 by Mike Gabriel <mike.gabr...@das-netzwerkteam.de>
+# Copyright (C) 2010-2023 by Mike Gabriel <mike.gabr...@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 8bf9218..423f4de 100644
--- a/x2go/pulseaudio.py
+++ b/x2go/pulseaudio.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (C) 2010-2020 by Mike Gabriel <mike.gabr...@das-netzwerkteam.de>
+# Copyright (C) 2010-2023 by Mike Gabriel <mike.gabr...@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 98b608e..943683b 100644
--- a/x2go/registry.py
+++ b/x2go/registry.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (C) 2010-2020 by Mike Gabriel <mike.gabr...@das-netzwerkteam.de>
+# Copyright (C) 2010-2023 by Mike Gabriel <mike.gabr...@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 c5eae5d..aafb459 100644
--- a/x2go/rforward.py
+++ b/x2go/rforward.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2010-2020 by Mike Gabriel <mike.gabr...@das-netzwerkteam.de>
+# Copyright (C) 2010-2023 by Mike Gabriel <mike.gabr...@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 de5d138..1aebc0c 100644
--- a/x2go/session.py
+++ b/x2go/session.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (C) 2010-2020 by Mike Gabriel <mike.gabr...@das-netzwerkteam.de>
+# Copyright (C) 2010-2023 by Mike Gabriel <mike.gabr...@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 d9d2f2b..eafa6d7 100644
--- a/x2go/sftpserver.py
+++ b/x2go/sftpserver.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (C) 2010-2020 by Mike Gabriel <mike.gabr...@das-netzwerkteam.de>
+# Copyright (C) 2010-2023 by Mike Gabriel <mike.gabr...@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 0b6b30e..04fdccc 100644
--- a/x2go/sshproxy.py
+++ b/x2go/sshproxy.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (C) 2010-2020 by Mike Gabriel <mike.gabr...@das-netzwerkteam.de>
+# Copyright (C) 2010-2023 by Mike Gabriel <mike.gabr...@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 4857e59..58dd998 100644
--- a/x2go/telekinesis.py
+++ b/x2go/telekinesis.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (C) 2010-2020 by Mike Gabriel <mike.gabr...@das-netzwerkteam.de>
+# Copyright (C) 2010-2023 by Mike Gabriel <mike.gabr...@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 2c2e4a6..088901b 100644
--- a/x2go/utils.py
+++ b/x2go/utils.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (C) 2010-2020 by Mike Gabriel <mike.gabr...@das-netzwerkteam.de>
+# Copyright (C) 2010-2023 by Mike Gabriel <mike.gabr...@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 0c92c24..312a3b9 100644
--- a/x2go/x2go_exceptions.py
+++ b/x2go/x2go_exceptions.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (C) 2010-2020 by Mike Gabriel <mike.gabr...@das-netzwerkteam.de>
+# Copyright (C) 2010-2023 by Mike Gabriel <mike.gabr...@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 c28b9c7..ac54a8c 100644
--- a/x2go/xserver.py
+++ b/x2go/xserver.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (C) 2010-2020 by Mike Gabriel <mike.gabr...@das-netzwerkteam.de>
+# Copyright (C) 2010-2023 by Mike Gabriel <mike.gabr...@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
_______________________________________________
x2go-commits mailing list
x2go-commits@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-commits

Reply via email to