This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pyhoca-gui. commit 95a209e25e7217a4d9cdbb9e51d902a51b4eae75 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon Feb 4 14:14:15 2019 +0100 Happy New Year! --- Makefile.docupload | 2 +- README | 2 +- README.Unity | 2 +- TODO | 2 +- debian/changelog | 1 + debian/copyright | 6 +++--- debian/rules | 2 +- nsis_template.py | 2 +- po/bg.po | 2 +- po/de.po | 2 +- po/en.po | 2 +- po/es.po | 2 +- po/et.po | 2 +- po/fi.po | 2 +- po/fr.po | 2 +- po/nb_NO.po | 2 +- po/nl.po | 2 +- po/ru.po | 2 +- po/sv.po | 2 +- pyhoca-gui | 2 +- pyhoca/__init__.py | 2 +- pyhoca/wxgui/__init__.py | 2 +- pyhoca/wxgui/about.py | 2 +- pyhoca/wxgui/basepath.py | 2 +- pyhoca/wxgui/brokerlogon.py | 2 +- pyhoca/wxgui/defaults.py | 2 +- pyhoca/wxgui/frontend.py | 2 +- pyhoca/wxgui/launcher.py | 2 +- pyhoca/wxgui/listdesktops.py | 2 +- pyhoca/wxgui/logon.py | 2 +- pyhoca/wxgui/menus_taskbar.py | 2 +- pyhoca/wxgui/messages.py | 2 +- pyhoca/wxgui/mswin_logging.py | 2 +- pyhoca/wxgui/notify.py | 2 +- pyhoca/wxgui/passphrase.py | 2 +- pyhoca/wxgui/printingprefs.py | 2 +- pyhoca/wxgui/profilemanager.py | 2 +- pyhoca/wxgui/serverinfo.py | 2 +- pyhoca/wxgui/sessiontitle.py | 2 +- pyhoca/wxgui/splash.py | 2 +- pyhoca/wxgui/taskbar.py | 2 +- setup.py | 2 +- 42 files changed, 44 insertions(+), 43 deletions(-) diff --git a/Makefile.docupload b/Makefile.docupload index 7872539..195d757 100644 --- a/Makefile.docupload +++ b/Makefile.docupload @@ -1,6 +1,6 @@ #!/usr/bin/make -f # Makefile.docupload file - for pyhoca-gui -# Copyright 2010-2016 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 5d65bcf..beeaa9c 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -pyhoca-gui - Copyright (C) 2010-2016 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +pyhoca-gui - Copyright (C) 2010-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Copyright (C) 2010-2016 by Dick Kniep <dick.kniep@lindix.nl> Published under the terms of the GNU Affero General Public License. diff --git a/README.Unity b/README.Unity index 67d1b65..8e511e8 100644 --- a/README.Unity +++ b/README.Unity @@ -1,4 +1,4 @@ -pyhoca-gui - Copyright (C) 2010-2016 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +pyhoca-gui - Copyright (C) 2010-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Copyright (C) 2010-2016 by Dick Kniep <dick.kniep@lindix.nl> Published under the terms of the GNU Affero General Public License. diff --git a/TODO b/TODO index 0ce1699..1f7dd12 100644 --- a/TODO +++ b/TODO @@ -1,4 +1,4 @@ -pyhoca-gui - Copyright (C) 2010-2016 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +pyhoca-gui - Copyright (C) 2010-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Copyright (C) 2010-2016 by Dick Kniep <dick.kniep@lindix.nl> Published under the terms of the GNU Affero General Public License. diff --git a/debian/changelog b/debian/changelog index 87f2424..73bf75b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -38,6 +38,7 @@ pyhoca-gui (0.5.0.8-0x2go1) UNRELEASED; urgency=medium - Add Xinerama checkbox to profile manager. - po/: Update translation files. - po/de.po: Update German translation. + - Happy New Year! -- X2Go Release Manager <git-admin@x2go.org> Sun, 24 Sep 2017 11:28:17 +0200 diff --git a/debian/copyright b/debian/copyright index 378beb6..e2e4316 100644 --- a/debian/copyright +++ b/debian/copyright @@ -4,12 +4,12 @@ Upstream-Contact: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Source: http://wiki.x2go.org Files: * -Copyright: 2010-2016, Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +Copyright: 2010-2019, Mike Gabriel <mike.gabriel@das-netzwerkteam.de> 2010-2016, Dick Kniep <dick.kniep@lindix.nl> License: AGPL-3+ Files: Makefile.docupload -Copyright: 2010-2016, 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 @@ -54,7 +54,7 @@ License: GPL-2+ `/usr/share/common-licenses/GPL-2'. Files: debian/* -Copyright: 2010-2016, 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 5033e1e..9f70949 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,7 @@ #!/usr/bin/make -f # debian/rules file - for pyhoca-gui # Based on sample debian/rules file - for GNU Hello (1.3). -# Copyright 2010-2016 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright 2010-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> WITH_PYTHON2 = $(shell test -f /usr/bin/dh_python2 && echo "--with python2") diff --git a/nsis_template.py b/nsis_template.py index 4c338d2..5738671 100644 --- a/nsis_template.py +++ b/nsis_template.py @@ -1,7 +1,7 @@ #!/usr/bin/env python2 # -*- coding: utf-8 -*- -# Copyright (C) 2010-2016 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # # PyHoca 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/po/bg.po b/po/bg.po index dc569ed..5937626 100644 --- a/po/bg.po +++ b/po/bg.po @@ -1,5 +1,5 @@ # PyHoca-GUI / i18n. -# Copyright (C) 2010-2016 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2019 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # Dick Kniep <dick.kniep@lindix.nl> # This file is distributed under the same license as the PyHoca-GUI package. # Mike Gabriel <mike.gabriel@das-netzwerkteam.de>, 2011. diff --git a/po/de.po b/po/de.po index 82cc796..79c2196 100644 --- a/po/de.po +++ b/po/de.po @@ -1,5 +1,5 @@ # PyHoca-GUI / i18n. -# Copyright (C) 2010-2016 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2019 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # Dick Kniep <dick.kniep@lindix.nl> # This file is distributed under the same license as the PyHoca-GUI package. # Mike Gabriel <mike.gabriel@das-netzwerkteam.de>, 2011. diff --git a/po/en.po b/po/en.po index 9025874..24fca0e 100644 --- a/po/en.po +++ b/po/en.po @@ -1,5 +1,5 @@ # PyHoca-GUI / i18n. -# Copyright (C) 2010-2016 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2019 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # Dick Kniep <dick.kniep@lindix.nl> # This file is distributed under the same license as the PyHoca-GUI package. # Mike Gabriel <mike.gabriel@das-netzwerkteam.de>, 2011. diff --git a/po/es.po b/po/es.po index 613f40a..1c214e1 100644 --- a/po/es.po +++ b/po/es.po @@ -1,5 +1,5 @@ # PyHoca-GUI / i18n. -# Copyright (C) 2010-2016 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2019 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # Dick Kniep <dick.kniep@lindix.nl> # This file is distributed under the same license as the PyHoca-GUI package. # diff --git a/po/et.po b/po/et.po index 4d3b121..65d15a3 100644 --- a/po/et.po +++ b/po/et.po @@ -1,5 +1,5 @@ # PyHoca-GUI / i18n. -# Copyright (C) 2010-2016 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2019 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # Dick Kniep <dick.kniep@lindix.nl> # This file is distributed under the same license as the PyHoca-GUI package. # diff --git a/po/fi.po b/po/fi.po index 5cf0a5f..e16999f 100644 --- a/po/fi.po +++ b/po/fi.po @@ -1,5 +1,5 @@ # PyHoca-GUI / i18n. -# Copyright (C) 2010-2016 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2019 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # Dick Kniep <dick.kniep@lindix.nl> # This file is distributed under the same license as the PyHoca-GUI package. # Mike Gabriel <mike.gabriel@das-netzwerkteam.de>, 2011. diff --git a/po/fr.po b/po/fr.po index d6341a0..8dbc1d4 100644 --- a/po/fr.po +++ b/po/fr.po @@ -1,5 +1,5 @@ # PyHoca-GUI / i18n. -# Copyright (C) 2010-2016 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2019 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # Dick Kniep <dick.kniep@lindix.nl> # This file is distributed under the same license as the PyHoca-GUI package. # Mike Gabriel <mike.gabriel@das-netzwerkteam.de>, 2011. diff --git a/po/nb_NO.po b/po/nb_NO.po index bd04601..efde0c9 100644 --- a/po/nb_NO.po +++ b/po/nb_NO.po @@ -1,5 +1,5 @@ # PyHoca-GUI / i18n. -# Copyright (C) 2010-2016 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2019 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # Dick Kniep <dick.kniep@lindix.nl> # This file is distributed under the same license as the PyHoca-GUI package. # Mike Gabriel <mike.gabriel@das-netzwerkteam.de>, 2011. diff --git a/po/nl.po b/po/nl.po index 7d3f93b..453d299 100644 --- a/po/nl.po +++ b/po/nl.po @@ -1,5 +1,5 @@ # PyHoca-GUI / i18n. -# Copyright (C) 2010-2016 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2019 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # Dick Kniep <dick.kniep@lindix.nl> # This file is distributed under the same license as the PyHoca-GUI package. # Mike Gabriel <mike.gabriel@das-netzwerkteam.de>, 2011. diff --git a/po/ru.po b/po/ru.po index d08e1be..eb7f187 100644 --- a/po/ru.po +++ b/po/ru.po @@ -1,5 +1,5 @@ # PyHoca-GUI / i18n. -# Copyright (C) 2010-2016 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2019 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # Dick Kniep <dick.kniep@lindix.nl> # This file is distributed under the same license as the PyHoca-GUI package. # diff --git a/po/sv.po b/po/sv.po index bbcdf3c..302e0eb 100644 --- a/po/sv.po +++ b/po/sv.po @@ -1,5 +1,5 @@ # PyHoca-GUI / i18n. -# Copyright (C) 2010-2016 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2019 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # Dick Kniep <dick.kniep@lindix.nl> # This file is distributed under the same license as the PyHoca-GUI package. # Mike Gabriel <mike.gabriel@das-netzwerkteam.de>, 2011. diff --git a/pyhoca-gui b/pyhoca-gui index 853de5d..352bd50 100755 --- a/pyhoca-gui +++ b/pyhoca-gui @@ -1,7 +1,7 @@ #!/usr/bin/env python2 # -*- coding: utf-8 -*- -# Copyright (C) 2010-2016 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # Copyright (C) 2010-2016 by Dick Kniep <dick.kniep@lindix.nl> # # PyHoca GUI is free software; you can redistribute it and/or modify diff --git a/pyhoca/__init__.py b/pyhoca/__init__.py index dc63e08..209013e 100644 --- a/pyhoca/__init__.py +++ b/pyhoca/__init__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2016 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # Copyright (C) 2010-2016 by Dick Kniep <dick.kniep@lindix.nl> # # PyHoca GUI is free software; you can redistribute it and/or modify diff --git a/pyhoca/wxgui/__init__.py b/pyhoca/wxgui/__init__.py index 8ce3066..e118fd9 100644 --- a/pyhoca/wxgui/__init__.py +++ b/pyhoca/wxgui/__init__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2016 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # Copyright (C) 2010-2016 by Dick Kniep <dick.kniep@lindix.nl> # # PyHoca GUI is free software; you can redistribute it and/or modify diff --git a/pyhoca/wxgui/about.py b/pyhoca/wxgui/about.py index d799c91..0a577b4 100644 --- a/pyhoca/wxgui/about.py +++ b/pyhoca/wxgui/about.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2016 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # Copyright (C) 2010-2016 by Dick Kniep <dick.kniep@lindix.nl> # # PyHoca GUI is free software; you can redistribute it and/or modify diff --git a/pyhoca/wxgui/basepath.py b/pyhoca/wxgui/basepath.py index cd7d036..34104d0 100644 --- a/pyhoca/wxgui/basepath.py +++ b/pyhoca/wxgui/basepath.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2016 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # Copyright (C) 2010-2016 by Dick Kniep <dick.kniep@lindix.nl> # # PyHoca GUI is free software; you can redistribute it and/or modify diff --git a/pyhoca/wxgui/brokerlogon.py b/pyhoca/wxgui/brokerlogon.py index 381d3c8..4454999 100644 --- a/pyhoca/wxgui/brokerlogon.py +++ b/pyhoca/wxgui/brokerlogon.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2016 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # Copyright (C) 2010-2016 by Dick Kniep <dick.kniep@lindix.nl> # # PyHoca GUI is free software; you can redistribute it and/or modify diff --git a/pyhoca/wxgui/defaults.py b/pyhoca/wxgui/defaults.py index fc7ec07..e7302d2 100644 --- a/pyhoca/wxgui/defaults.py +++ b/pyhoca/wxgui/defaults.py @@ -1,7 +1,7 @@ #!/usr/bin/env python2 # -*- coding: utf-8 -*- -# Copyright (C) 2010-2016 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # Copyright (C) 2010-2016 by Dick Kniep <dick.kniep@lindix.nl> # # PyHoca GUI is free software; you can redistribute it and/or modify diff --git a/pyhoca/wxgui/frontend.py b/pyhoca/wxgui/frontend.py index 1ac92cc..6f7f1bf 100644 --- a/pyhoca/wxgui/frontend.py +++ b/pyhoca/wxgui/frontend.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2016 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # Copyright (C) 2010-2016 by Dick Kniep <dick.kniep@lindix.nl> # # PyHoca GUI is free software; you can redistribute it and/or modify diff --git a/pyhoca/wxgui/launcher.py b/pyhoca/wxgui/launcher.py index ce881ba..4c80689 100644 --- a/pyhoca/wxgui/launcher.py +++ b/pyhoca/wxgui/launcher.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2016 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # Copyright (C) 2010-2016 by Dick Kniep <dick.kniep@lindix.nl> # # PyHoca GUI is free software; you can redistribute it and/or modify diff --git a/pyhoca/wxgui/listdesktops.py b/pyhoca/wxgui/listdesktops.py index 41530bb..89834a3 100644 --- a/pyhoca/wxgui/listdesktops.py +++ b/pyhoca/wxgui/listdesktops.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2016 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # Copyright (C) 2010-2016 by Dick Kniep <dick.kniep@lindix.nl> # # PyHoca GUI is free software; you can redistribute it and/or modify diff --git a/pyhoca/wxgui/logon.py b/pyhoca/wxgui/logon.py index 993011e..ce8485f 100644 --- a/pyhoca/wxgui/logon.py +++ b/pyhoca/wxgui/logon.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2016 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # Copyright (C) 2010-2016 by Dick Kniep <dick.kniep@lindix.nl> # # PyHoca GUI is free software; you can redistribute it and/or modify diff --git a/pyhoca/wxgui/menus_taskbar.py b/pyhoca/wxgui/menus_taskbar.py index 01f4fb9..69cb38a 100644 --- a/pyhoca/wxgui/menus_taskbar.py +++ b/pyhoca/wxgui/menus_taskbar.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2016 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # Copyright (C) 2010-2016 by Dick Kniep <dick.kniep@lindix.nl> # # PyHoca GUI is free software; you can redistribute it and/or modify diff --git a/pyhoca/wxgui/messages.py b/pyhoca/wxgui/messages.py index 9de23cb..64c4562 100644 --- a/pyhoca/wxgui/messages.py +++ b/pyhoca/wxgui/messages.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2016 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/pyhoca/wxgui/mswin_logging.py b/pyhoca/wxgui/mswin_logging.py index bbc1be9..9d9f68a 100644 --- a/pyhoca/wxgui/mswin_logging.py +++ b/pyhoca/wxgui/mswin_logging.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2016 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # Copyright (C) 2010-2016 by Dick Kniep <dick.kniep@lindix.nl> # # PyHoca GUI is free software; you can redistribute it and/or modify diff --git a/pyhoca/wxgui/notify.py b/pyhoca/wxgui/notify.py index 9e1bb67..0579ccf 100644 --- a/pyhoca/wxgui/notify.py +++ b/pyhoca/wxgui/notify.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2016 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # Copyright (C) 2010-2016 by Dick Kniep <dick.kniep@lindix.nl> # # PyHoca GUI is free software; you can redistribute it and/or modify diff --git a/pyhoca/wxgui/passphrase.py b/pyhoca/wxgui/passphrase.py index 1c908a5..b120528 100644 --- a/pyhoca/wxgui/passphrase.py +++ b/pyhoca/wxgui/passphrase.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2016 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # Copyright (C) 2010-2016 by Dick Kniep <dick.kniep@lindix.nl> # # PyHoca GUI is free software; you can redistribute it and/or modify diff --git a/pyhoca/wxgui/printingprefs.py b/pyhoca/wxgui/printingprefs.py index 686471b..0e2e027 100644 --- a/pyhoca/wxgui/printingprefs.py +++ b/pyhoca/wxgui/printingprefs.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2016 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # Copyright (C) 2010-2016 by Dick Kniep <dick.kniep@lindix.nl> # # PyHoca GUI is free software; you can redistribute it and/or modify diff --git a/pyhoca/wxgui/profilemanager.py b/pyhoca/wxgui/profilemanager.py index a6f19a7..60a4a95 100644 --- a/pyhoca/wxgui/profilemanager.py +++ b/pyhoca/wxgui/profilemanager.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2016 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # Copyright (C) 2010-2016 by Dick Kniep <dick.kniep@lindix.nl> # # PyHoca GUI is free software; you can redistribute it and/or modify diff --git a/pyhoca/wxgui/serverinfo.py b/pyhoca/wxgui/serverinfo.py index 49fa8d5..6f97b26 100644 --- a/pyhoca/wxgui/serverinfo.py +++ b/pyhoca/wxgui/serverinfo.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2016 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # Copyright (C) 2010-2016 by Dick Kniep <dick.kniep@lindix.nl> # # PyHoca GUI is free software; you can redistribute it and/or modify diff --git a/pyhoca/wxgui/sessiontitle.py b/pyhoca/wxgui/sessiontitle.py index c044cbd..38152e3 100644 --- a/pyhoca/wxgui/sessiontitle.py +++ b/pyhoca/wxgui/sessiontitle.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2016 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # Copyright (C) 2010-2016 by Dick Kniep <dick.kniep@lindix.nl> # # PyHoca GUI is free software; you can redistribute it and/or modify diff --git a/pyhoca/wxgui/splash.py b/pyhoca/wxgui/splash.py index 0d97cd3..6548148 100644 --- a/pyhoca/wxgui/splash.py +++ b/pyhoca/wxgui/splash.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2016 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # Copyright (C) 2010-2016 by Dick Kniep <dick.kniep@lindix.nl> # # PyHoca GUI is free software; you can redistribute it and/or modify diff --git a/pyhoca/wxgui/taskbar.py b/pyhoca/wxgui/taskbar.py index 3495051..c0664cf 100644 --- a/pyhoca/wxgui/taskbar.py +++ b/pyhoca/wxgui/taskbar.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2016 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # Copyright (C) 2010-2016 by Dick Kniep <dick.kniep@lindix.nl> # # PyHoca GUI is free software; you can redistribute it and/or modify diff --git a/setup.py b/setup.py index 89ff887..afeb8c7 100755 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ #!/usr/bin/env python2 # -*- coding: utf-8 -*- -# Copyright (C) 2010-2016 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # # PyHoca 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/pyhoca-gui.git