[X2Go-Commits] [python-x2go] 01/01: misc: pre-release copyright update.

git-admin at x2go.org git-admin at x2go.org
Wed Jan 1 13:05:14 CET 2020


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

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

commit 3a7aae70d9d40b220d03361d8a88ce934837c06e
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Wed Jan 1 13:03:24 2020 +0100

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

diff --git a/Makefile.docupload b/Makefile.docupload
index 9ac7961..449832c 100644
--- a/Makefile.docupload
+++ b/Makefile.docupload
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 # Makefile.docupload file - for python-x2go
-# Copyright 2010-2019 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>, GPLv3+ applies to this file
+# Copyright 2010-2020 by Mike Gabriel <mike.gabriel at 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 b199007..73b29f7 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-python-x2go - Copyright (C) 2010-2019 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+python-x2go - Copyright (C) 2010-2020 by Mike Gabriel <mike.gabriel at 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 55172ff..4ddf0c6 100644
--- a/TODO
+++ b/TODO
@@ -1,4 +1,4 @@
-python-x2go - Copyright (C) 2010-2019 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+python-x2go - Copyright (C) 2010-2020 by Mike Gabriel <mike.gabriel at 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 a95dfcd..877d49d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -18,6 +18,7 @@ python-x2go (0.6.1.3-0x2go1) UNRELEASED; urgency=medium
       the private key fix for Python 3. We don't care for
       Python-3-compatibility there and they implement serialization on their
       own anyway.
+    - misc: pre-release copyright update.
   * python-x2go.spec:
     + Call a more specialized version of sphinx-apidoc depending on the Python
       version we're building against. When building for Python 3, use the
diff --git a/debian/copyright b/debian/copyright
index 6dee8de..8471706 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -4,12 +4,12 @@ Upstream-Contact: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
 Source: http://code.x2go.org/releases/source/python-x2go
 
 Files: *
-Copyright: 2010-2019, Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+Copyright: 2010-2020, Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
 License: AGPL-3+
 
 Files: x2go/gevent_subprocess.py
-Copyright:  2010-2019, Mark Visser <mjmvisser at gmail.com>
-            2010-2019, Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+Copyright:  2010-2020, Mark Visser <mjmvisser at gmail.com>
+            2010-2020, Mike Gabriel <mike.gabriel at 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-2019, Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+Copyright: 2010-2020, Mike Gabriel <mike.gabriel at 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-2019, Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+Copyright: 2010-2020, Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
 License: AGPL-3+
 
 License: AGPL-3+
diff --git a/debian/rules b/debian/rules
index 78f73ee..486ef51 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-2019 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+# Copyright 2010-2020 by Mike Gabriel <mike.gabriel at 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 02d055a..eced715 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-2019 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+# Copyright (C) 2010-2020 by Mike Gabriel <mike.gabriel at 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 8ce2b43..6d5f9d8 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-2019 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+# Copyright (C) 2010-2020 by Mike Gabriel <mike.gabriel at 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 ad1cab6..97c827f 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-2019 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+# Copyright (C) 2010-2020 by Mike Gabriel <mike.gabriel at 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 8819d6d..432f848 100755
--- a/setup.py
+++ b/setup.py
@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 # -*- coding: utf-8 -*-
 
-# Copyright (C) 2010-2019 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+# Copyright (C) 2010-2020 by Mike Gabriel <mike.gabriel at 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 2e5e755..973f520 100644
--- a/x2go/__init__.py
+++ b/x2go/__init__.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (C) 2010-2019 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+# Copyright (C) 2010-2020 by Mike Gabriel <mike.gabriel at 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 2e6c9c2..649d15a 100644
--- a/x2go/_paramiko.py
+++ b/x2go/_paramiko.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (C) 2010-2019 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+# Copyright (C) 2010-2020 by Mike Gabriel <mike.gabriel at 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 53033b9..c885e9e 100644
--- a/x2go/backends/__init__.py
+++ b/x2go/backends/__init__.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (C) 2010-2019 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+# Copyright (C) 2010-2020 by Mike Gabriel <mike.gabriel at 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 7c2d09e..6b22a7c 100644
--- a/x2go/backends/control/__init__.py
+++ b/x2go/backends/control/__init__.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (C) 2010-2019 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+# Copyright (C) 2010-2020 by Mike Gabriel <mike.gabriel at 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 d22395a..108ede2 100644
--- a/x2go/backends/control/plain.py
+++ b/x2go/backends/control/plain.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (C) 2010-2019 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+# Copyright (C) 2010-2020 by Mike Gabriel <mike.gabriel at 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 dbca1c9..661c2b5 100644
--- a/x2go/backends/info/__init__.py
+++ b/x2go/backends/info/__init__.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (C) 2010-2019 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+# Copyright (C) 2010-2020 by Mike Gabriel <mike.gabriel at 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 d236fec..8f05bd3 100644
--- a/x2go/backends/info/plain.py
+++ b/x2go/backends/info/plain.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (C) 2010-2019 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+# Copyright (C) 2010-2020 by Mike Gabriel <mike.gabriel at 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 f308be4..0599d44 100644
--- a/x2go/backends/printing/__init__.py
+++ b/x2go/backends/printing/__init__.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (C) 2010-2019 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+# Copyright (C) 2010-2020 by Mike Gabriel <mike.gabriel at 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 9634296..1aa0f79 100644
--- a/x2go/backends/printing/file.py
+++ b/x2go/backends/printing/file.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (C) 2010-2019 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+# Copyright (C) 2010-2020 by Mike Gabriel <mike.gabriel at 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 6e83d54..fc4613d 100644
--- a/x2go/backends/profiles/__init__.py
+++ b/x2go/backends/profiles/__init__.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (C) 2010-2019 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+# Copyright (C) 2010-2020 by Mike Gabriel <mike.gabriel at 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 835135a..84fd3b9 100644
--- a/x2go/backends/profiles/base.py
+++ b/x2go/backends/profiles/base.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (C) 2010-2019 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+# Copyright (C) 2010-2020 by Mike Gabriel <mike.gabriel at 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 077f027..eff6163 100644
--- a/x2go/backends/profiles/file.py
+++ b/x2go/backends/profiles/file.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (C) 2010-2019 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+# Copyright (C) 2010-2020 by Mike Gabriel <mike.gabriel at 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 0016c67..7bb6a48 100644
--- a/x2go/backends/profiles/httpbroker.py
+++ b/x2go/backends/profiles/httpbroker.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (C) 2010-2019 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+# Copyright (C) 2010-2020 by Mike Gabriel <mike.gabriel at 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 f7d2930..2fdbd8a 100644
--- a/x2go/backends/profiles/sshbroker.py
+++ b/x2go/backends/profiles/sshbroker.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (C) 2010-2019 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+# Copyright (C) 2010-2020 by Mike Gabriel <mike.gabriel at 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 3e08605..6447e98 100644
--- a/x2go/backends/proxy/__init__.py
+++ b/x2go/backends/proxy/__init__.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (C) 2010-2019 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+# Copyright (C) 2010-2020 by Mike Gabriel <mike.gabriel at 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 a02804e..23473a4 100644
--- a/x2go/backends/proxy/base.py
+++ b/x2go/backends/proxy/base.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (C) 2010-2019 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+# Copyright (C) 2010-2020 by Mike Gabriel <mike.gabriel at 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 b89d778..96662ce 100644
--- a/x2go/backends/proxy/kdrive.py
+++ b/x2go/backends/proxy/kdrive.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (C) 2010-2019 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+# Copyright (C) 2010-2020 by Mike Gabriel <mike.gabriel at 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 96494e6..03cb66b 100644
--- a/x2go/backends/proxy/nx3.py
+++ b/x2go/backends/proxy/nx3.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (C) 2010-2019 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+# Copyright (C) 2010-2020 by Mike Gabriel <mike.gabriel at 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 e61d000..1e6379f 100644
--- a/x2go/backends/settings/__init__.py
+++ b/x2go/backends/settings/__init__.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (C) 2010-2019 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+# Copyright (C) 2010-2020 by Mike Gabriel <mike.gabriel at 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 140e625..483b718 100644
--- a/x2go/backends/settings/file.py
+++ b/x2go/backends/settings/file.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (C) 2010-2019 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+# Copyright (C) 2010-2020 by Mike Gabriel <mike.gabriel at 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 e4a4205..afc24d2 100644
--- a/x2go/backends/terminal/__init__.py
+++ b/x2go/backends/terminal/__init__.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (C) 2010-2019 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+# Copyright (C) 2010-2020 by Mike Gabriel <mike.gabriel at 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 fc4ece6..fa82de9 100644
--- a/x2go/backends/terminal/plain.py
+++ b/x2go/backends/terminal/plain.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (C) 2010-2019 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+# Copyright (C) 2010-2020 by Mike Gabriel <mike.gabriel at 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 40e62b1..e84acb0 100644
--- a/x2go/cache.py
+++ b/x2go/cache.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (C) 2010-2019 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+# Copyright (C) 2010-2020 by Mike Gabriel <mike.gabriel at 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 e2aab33..089536b 100644
--- a/x2go/checkhosts.py
+++ b/x2go/checkhosts.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (C) 2010-2019 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+# Copyright (C) 2010-2020 by Mike Gabriel <mike.gabriel at 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 a6fb25a..80f469c 100644
--- a/x2go/cleanup.py
+++ b/x2go/cleanup.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (C) 2010-2019 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+# Copyright (C) 2010-2020 by Mike Gabriel <mike.gabriel at 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 ec73310..100852c 100644
--- a/x2go/client.py
+++ b/x2go/client.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (C) 2010-2019 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+# Copyright (C) 2010-2020 by Mike Gabriel <mike.gabriel at 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 f427256..1281c90 100644
--- a/x2go/defaults.py
+++ b/x2go/defaults.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (C) 2010-2019 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+# Copyright (C) 2010-2020 by Mike Gabriel <mike.gabriel at 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 2c2a6d4..8baacdd 100644
--- a/x2go/forward.py
+++ b/x2go/forward.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2010-2019 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+# Copyright (C) 2010-2020 by Mike Gabriel <mike.gabriel at 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 34b4b25..7a86b43 100644
--- a/x2go/gevent_subprocess.py
+++ b/x2go/gevent_subprocess.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (C) 2010-2019 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+# Copyright (C) 2010-2020 by Mike Gabriel <mike.gabriel at 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 3b50aa0..948babd 100644
--- a/x2go/guardian.py
+++ b/x2go/guardian.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (C) 2010-2019 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+# Copyright (C) 2010-2020 by Mike Gabriel <mike.gabriel at 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 79248f1..bd1218c 100644
--- a/x2go/inifiles.py
+++ b/x2go/inifiles.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (C) 2010-2019 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+# Copyright (C) 2010-2020 by Mike Gabriel <mike.gabriel at 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 c35186c..21f174e 100644
--- a/x2go/log.py
+++ b/x2go/log.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (C) 2010-2019 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+# Copyright (C) 2010-2020 by Mike Gabriel <mike.gabriel at 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 f76abac..7eab1e7 100644
--- a/x2go/mimebox.py
+++ b/x2go/mimebox.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (C) 2010-2019 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+# Copyright (C) 2010-2020 by Mike Gabriel <mike.gabriel at 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 4ff912b..0486c07 100644
--- a/x2go/mimeboxactions.py
+++ b/x2go/mimeboxactions.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (C) 2010-2019 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+# Copyright (C) 2010-2020 by Mike Gabriel <mike.gabriel at 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 702e62d..8bba198 100644
--- a/x2go/printactions.py
+++ b/x2go/printactions.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (C) 2010-2019 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+# Copyright (C) 2010-2020 by Mike Gabriel <mike.gabriel at 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 a20dfe7..d2dee47 100644
--- a/x2go/printqueue.py
+++ b/x2go/printqueue.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (C) 2010-2019 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+# Copyright (C) 2010-2020 by Mike Gabriel <mike.gabriel at 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 a167afd..8bf9218 100644
--- a/x2go/pulseaudio.py
+++ b/x2go/pulseaudio.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (C) 2010-2019 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+# Copyright (C) 2010-2020 by Mike Gabriel <mike.gabriel at 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 50d5803..98b608e 100644
--- a/x2go/registry.py
+++ b/x2go/registry.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (C) 2010-2019 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+# Copyright (C) 2010-2020 by Mike Gabriel <mike.gabriel at 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 d47b83b..e60931b 100644
--- a/x2go/rforward.py
+++ b/x2go/rforward.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2010-2019 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+# Copyright (C) 2010-2020 by Mike Gabriel <mike.gabriel at 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 33a8f62..e998ba0 100644
--- a/x2go/session.py
+++ b/x2go/session.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (C) 2010-2019 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+# Copyright (C) 2010-2020 by Mike Gabriel <mike.gabriel at 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 1f5198c..d9d2f2b 100644
--- a/x2go/sftpserver.py
+++ b/x2go/sftpserver.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (C) 2010-2019 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+# Copyright (C) 2010-2020 by Mike Gabriel <mike.gabriel at 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 bba7627..0b6b30e 100644
--- a/x2go/sshproxy.py
+++ b/x2go/sshproxy.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (C) 2010-2019 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+# Copyright (C) 2010-2020 by Mike Gabriel <mike.gabriel at 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 2e575e9..4857e59 100644
--- a/x2go/telekinesis.py
+++ b/x2go/telekinesis.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (C) 2010-2019 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+# Copyright (C) 2010-2020 by Mike Gabriel <mike.gabriel at 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 d9cd615..2935eae 100644
--- a/x2go/utils.py
+++ b/x2go/utils.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (C) 2010-2019 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+# Copyright (C) 2010-2020 by Mike Gabriel <mike.gabriel at 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 0c3ed90..0c92c24 100644
--- a/x2go/x2go_exceptions.py
+++ b/x2go/x2go_exceptions.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (C) 2010-2019 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+# Copyright (C) 2010-2020 by Mike Gabriel <mike.gabriel at 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 8e1e95c..c28b9c7 100644
--- a/x2go/xserver.py
+++ b/x2go/xserver.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (C) 2010-2019 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+# Copyright (C) 2010-2020 by Mike Gabriel <mike.gabriel at 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


More information about the x2go-commits mailing list