This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pyhoca-gui. commit 8f1d1d8a34dcc3d999c40817128b9c8ba85f3080 Author: Mihai Moldovan <ionic@ionic.de> Date: Thu Jan 2 06:25:46 2020 +0100 misc: update copyright notices. Happy new year! --- Makefile.docupload | 2 +- README | 2 +- README.Unity | 2 +- TODO | 2 +- debian/changelog | 4 ++++ debian/copyright | 6 +++--- debian/rules | 2 +- nsis_template.py | 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/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 +- update-po.sh | 2 +- 31 files changed, 36 insertions(+), 32 deletions(-) diff --git a/Makefile.docupload b/Makefile.docupload index 195d757..0f9600f 100644 --- a/Makefile.docupload +++ b/Makefile.docupload @@ -1,6 +1,6 @@ #!/usr/bin/make -f # Makefile.docupload file - for pyhoca-gui -# Copyright 2010-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de>, GPLv3 applies to this file +# Copyright 2010-2020 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 6fdcddc..ab888de 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -pyhoca-gui - Copyright (C) 2010-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +pyhoca-gui - Copyright (C) 2010-2020 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 7342446..3df1651 100644 --- a/README.Unity +++ b/README.Unity @@ -1,4 +1,4 @@ -pyhoca-gui - Copyright (C) 2010-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +pyhoca-gui - Copyright (C) 2010-2020 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 588d109..d9be894 100644 --- a/TODO +++ b/TODO @@ -1,4 +1,4 @@ -pyhoca-gui - Copyright (C) 2010-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +pyhoca-gui - Copyright (C) 2010-2020 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 46ba207..6c7a2b7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,10 @@ pyhoca-gui (0.6.1.1-0x2go1) UNRELEASED; urgency=medium self.AppendMenu implementations lacked a return statement). - pyhoca/wxgui/notify.py: No byte objects in log strings. + [ Mihai Moldovan ] + * New upstream version (0.6.1.1): + - misc: update copyright notices. Happy new year! + -- X2Go Release Manager <git-admin@x2go.org> Fri, 27 Dec 2019 07:42:21 +0100 pyhoca-gui (0.6.1.0-0x2go1) unstable; urgency=medium diff --git a/debian/copyright b/debian/copyright index c87edf9..180b843 100644 --- a/debian/copyright +++ b/debian/copyright @@ -4,12 +4,12 @@ Upstream-Contact: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Source: https://wiki.x2go.org Files: * -Copyright: 2010-2019, Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +Copyright: 2010-2020, Mike Gabriel <mike.gabriel@das-netzwerkteam.de> 2010-2016, Dick Kniep <dick.kniep@lindix.nl> License: AGPL-3+ Files: Makefile.docupload -Copyright: 2010-2019, Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +Copyright: 2010-2020, 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-2019, Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +Copyright: 2010-2020, Mike Gabriel <mike.gabriel@das-netzwerkteam.de> License: AGPL-3+ License: AGPL-3+ diff --git a/debian/rules b/debian/rules index a19c743..5a98ed1 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-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright 2010-2020 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> export PYVER=$(shell py3versions -d) export PYBUILD_NAME=pyhoca-gui diff --git a/nsis_template.py b/nsis_template.py index 216afb4..e00084e 100644 --- a/nsis_template.py +++ b/nsis_template.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # vim:fenc=utf-8 -# Copyright (C) 2010-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2020 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/pyhoca-gui b/pyhoca-gui index 50cfd9f..e24ef4a 100755 --- a/pyhoca-gui +++ b/pyhoca-gui @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # vim:fenc=utf-8 -# Copyright (C) 2010-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2020 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 9de2c23..f210e33 100644 --- a/pyhoca/__init__.py +++ b/pyhoca/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # vim:fenc=utf-8 -# Copyright (C) 2010-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2020 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 0a5cd97..bb0b925 100644 --- a/pyhoca/wxgui/__init__.py +++ b/pyhoca/wxgui/__init__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2020 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 414d5e5..a2e1cbe 100644 --- a/pyhoca/wxgui/about.py +++ b/pyhoca/wxgui/about.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # vim:fenc=utf-8 -# Copyright (C) 2010-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2020 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 85ffc0f..e34e711 100644 --- a/pyhoca/wxgui/basepath.py +++ b/pyhoca/wxgui/basepath.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # vim:fenc=utf-8 -# Copyright (C) 2010-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2020 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 2ff8906..7bde408 100644 --- a/pyhoca/wxgui/brokerlogon.py +++ b/pyhoca/wxgui/brokerlogon.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # vim:fenc=utf-8 -# Copyright (C) 2010-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2020 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 4580e62..8e5d398 100644 --- a/pyhoca/wxgui/defaults.py +++ b/pyhoca/wxgui/defaults.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # vim:fenc=utf-8 -# Copyright (C) 2010-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2020 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 aee0cbc..8936633 100644 --- a/pyhoca/wxgui/frontend.py +++ b/pyhoca/wxgui/frontend.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # vim:fenc=utf-8 -# Copyright (C) 2010-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2020 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 3cbd4ad..0e257e6 100644 --- a/pyhoca/wxgui/launcher.py +++ b/pyhoca/wxgui/launcher.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # vim:fenc=utf-8 -# Copyright (C) 2010-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2020 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 efc1869..a932827 100644 --- a/pyhoca/wxgui/listdesktops.py +++ b/pyhoca/wxgui/listdesktops.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # vim:fenc=utf-8 -# Copyright (C) 2010-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2020 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 bda4364..167718f 100644 --- a/pyhoca/wxgui/logon.py +++ b/pyhoca/wxgui/logon.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # vim:fenc=utf-8 -# Copyright (C) 2010-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2020 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 635b8db..f9a4056 100644 --- a/pyhoca/wxgui/menus_taskbar.py +++ b/pyhoca/wxgui/menus_taskbar.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # vim:fenc=utf-8 -# Copyright (C) 2010-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2020 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 472e930..6617eaa 100644 --- a/pyhoca/wxgui/messages.py +++ b/pyhoca/wxgui/messages.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # vim:fenc=utf-8 -# Copyright (C) 2010-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2020 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 fb6fe24..832d177 100644 --- a/pyhoca/wxgui/mswin_logging.py +++ b/pyhoca/wxgui/mswin_logging.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # vim:fenc=utf-8 -# Copyright (C) 2010-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2020 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 5b767e9..3d80e13 100644 --- a/pyhoca/wxgui/notify.py +++ b/pyhoca/wxgui/notify.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # vim:fenc=utf-8 -# Copyright (C) 2010-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2020 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 198e9e3..70ef46d 100644 --- a/pyhoca/wxgui/printingprefs.py +++ b/pyhoca/wxgui/printingprefs.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # vim:fenc=utf-8 -# Copyright (C) 2010-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2020 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 31ac9b8..ae07acc 100644 --- a/pyhoca/wxgui/profilemanager.py +++ b/pyhoca/wxgui/profilemanager.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # vim:fenc=utf-8 -# Copyright (C) 2010-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2020 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 37dc915..9736bc6 100644 --- a/pyhoca/wxgui/serverinfo.py +++ b/pyhoca/wxgui/serverinfo.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # vim:fenc=utf-8 -# Copyright (C) 2010-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2020 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 86adb5b..cda86c6 100644 --- a/pyhoca/wxgui/sessiontitle.py +++ b/pyhoca/wxgui/sessiontitle.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # vim:fenc=utf-8 -# Copyright (C) 2010-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2020 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 46c202d..1709098 100644 --- a/pyhoca/wxgui/splash.py +++ b/pyhoca/wxgui/splash.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # vim:fenc=utf-8 -# Copyright (C) 2010-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2020 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 5985979..3cefad0 100644 --- a/pyhoca/wxgui/taskbar.py +++ b/pyhoca/wxgui/taskbar.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # vim:fenc=utf-8 -# Copyright (C) 2010-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2020 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 1d9d532..548fdde 100755 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ # vim:fenc=utf-8 -# Copyright (C) 2010-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2020 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/update-po.sh b/update-po.sh index b06911c..4d0d8d2 100755 --- a/update-po.sh +++ b/update-po.sh @@ -2,7 +2,7 @@ set -x -# Copyright (C) 2017-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2017-2020 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # # This package is free software; you can redistribute it and/or modify # it under the terms of the GNU 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