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

2023-08-18 Thread git-admin
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 
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 , 
GPLv3+ applies to this file
+# Copyright 2010-2023 by Mike Gabriel , 
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 

+python-x2go - Copyright (C) 2010-2023 by Mike Gabriel 

 
 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 

+python-x2go - Copyright (C) 2010-2023 by Mike Gabriel 

 
 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 

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

2020-01-01 Thread git-admin
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 
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 , 
GPLv3+ applies to this file
+# Copyright 2010-2020 by Mike Gabriel , 
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 

+python-x2go - Copyright (C) 2010-2020 by Mike Gabriel 

 
 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 

+python-x2go - Copyright (C) 2010-2020 by Mike Gabriel 

 
 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
--- 

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

2019-11-21 Thread git-admin
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 
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 , 
GPLv3+ applies to this file
+# Copyright 2010-2019 by Mike Gabriel , 
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 

+python-x2go - Copyright (C) 2010-2019 by Mike Gabriel 

 
 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 

+python-x2go - Copyright (C) 2010-2019 by Mike Gabriel 

 
 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