This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pyhoca-gui. commit f1f1b880a7aa86197b6665865d145789654e6f5d Author: Mihai Moldovan <ionic@ionic.de> Date: Thu Jan 28 15:31:46 2016 +0100 common: update copyright notices. Happy new year! --- Makefile.docupload | 2 +- README | 4 ++-- README.Unity | 4 ++-- TODO | 4 ++-- debian/copyright | 8 ++++---- 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 | 4 ++-- pyhoca/__init__.py | 4 ++-- pyhoca/wxgui/__init__.py | 4 ++-- pyhoca/wxgui/about.py | 4 ++-- pyhoca/wxgui/basepath.py | 4 ++-- pyhoca/wxgui/brokerlogon.py | 4 ++-- pyhoca/wxgui/defaults.py | 4 ++-- pyhoca/wxgui/frontend.py | 4 ++-- pyhoca/wxgui/launcher.py | 6 +++--- pyhoca/wxgui/listdesktops.py | 4 ++-- pyhoca/wxgui/logon.py | 4 ++-- pyhoca/wxgui/menus_taskbar.py | 4 ++-- pyhoca/wxgui/messages.py | 2 +- pyhoca/wxgui/mswin_logging.py | 4 ++-- pyhoca/wxgui/notify.py | 4 ++-- pyhoca/wxgui/passphrase.py | 4 ++-- pyhoca/wxgui/printingprefs.py | 4 ++-- pyhoca/wxgui/profilemanager.py | 4 ++-- pyhoca/wxgui/serverinfo.py | 4 ++-- pyhoca/wxgui/sessiontitle.py | 4 ++-- pyhoca/wxgui/splash.py | 4 ++-- pyhoca/wxgui/taskbar.py | 4 ++-- setup.py | 2 +- 41 files changed, 69 insertions(+), 69 deletions(-) diff --git a/Makefile.docupload b/Makefile.docupload index ac28247..fd0b499 100644 --- a/Makefile.docupload +++ b/Makefile.docupload @@ -1,6 +1,6 @@ #!/usr/bin/make -f # Makefile.docupload file - for pyhoca-gui -# Copyright 2010-2015 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de>, GPLv3 applies to this file +# Copyright 2010-2016 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 01c51f6..2d6e6ce 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ -pyhoca-gui - Copyright (C) 2010-2015 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> - Copyright (C) 2010-2015 by Dick Kniep <dick.kniep@lindix.nl> +pyhoca-gui - Copyright (C) 2010-2016 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. See http://www.gnu.org/licenses/agpl.html for a recent copy. diff --git a/README.Unity b/README.Unity index 813bcfb..67d1b65 100644 --- a/README.Unity +++ b/README.Unity @@ -1,5 +1,5 @@ -pyhoca-gui - Copyright (C) 2010-2015 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> - Copyright (C) 2010-2015 by Dick Kniep <dick.kniep@lindix.nl> +pyhoca-gui - Copyright (C) 2010-2016 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. See http://www.gnu.org/licenses/agpl.html for a recent copy. diff --git a/TODO b/TODO index c51f5a4..0ce1699 100644 --- a/TODO +++ b/TODO @@ -1,5 +1,5 @@ -pyhoca-gui - Copyright (C) 2010-2015 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> - Copyright (C) 2010-2015 by Dick Kniep <dick.kniep@lindix.nl> +pyhoca-gui - Copyright (C) 2010-2016 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. See http://www.gnu.org/licenses/gpl.html for a recent copy. diff --git a/debian/copyright b/debian/copyright index 7c1fb71..6b0ae63 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-2015, Mike Gabriel <mike.gabriel@das-netzwerkteam.de> - 2010-2015, Dick Kniep <dick.kniep@lindix.nl> +Copyright: 2010-2016, Mike Gabriel <mike.gabriel@das-netzwerkteam.de> + 2010-2016, Dick Kniep <dick.kniep@lindix.nl> License: AGPL-3+ Files: Makefile.docupload -Copyright: 2010-2015, Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +Copyright: 2010-2016, 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-2015, Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +Copyright: 2010-2016, Mike Gabriel <mike.gabriel@das-netzwerkteam.de> License: AGPL-3+ License: AGPL-3+ diff --git a/debian/rules b/debian/rules index ce0d5da..5033e1e 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-2015 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright 2010-2016 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 6ca8fb5..33dbe9a 100644 --- a/nsis_template.py +++ b/nsis_template.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -# Copyright (C) 2010-2015 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2016 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 b4a73bc..a08a97b 100644 --- a/po/bg.po +++ b/po/bg.po @@ -1,5 +1,5 @@ # PyHoca-GUI / i18n. -# Copyright (C) 2010-2015 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2016 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 f77d699..4f514b0 100644 --- a/po/de.po +++ b/po/de.po @@ -1,5 +1,5 @@ # PyHoca-GUI / i18n. -# Copyright (C) 2010-2015 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2016 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 06cdd32..1f97107 100644 --- a/po/en.po +++ b/po/en.po @@ -1,5 +1,5 @@ # PyHoca-GUI / i18n. -# Copyright (C) 2010-2015 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2016 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 d61b66c..f6322f8 100644 --- a/po/es.po +++ b/po/es.po @@ -1,5 +1,5 @@ # PyHoca-GUI / i18n. -# Copyright (C) 2010-2015 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2016 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 a9d773f..e383ae6 100644 --- a/po/et.po +++ b/po/et.po @@ -1,5 +1,5 @@ # PyHoca-GUI / i18n. -# Copyright (C) 2010-2015 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2016 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 19cb7ee..b1d70d6 100644 --- a/po/fi.po +++ b/po/fi.po @@ -1,5 +1,5 @@ # PyHoca-GUI / i18n. -# Copyright (C) 2010-2015 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2016 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 ee56844..b6ce56d 100644 --- a/po/fr.po +++ b/po/fr.po @@ -1,5 +1,5 @@ # PyHoca-GUI / i18n. -# Copyright (C) 2010-2015 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2016 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 a2cd065..4058cd0 100644 --- a/po/nb_NO.po +++ b/po/nb_NO.po @@ -1,5 +1,5 @@ # PyHoca-GUI / i18n. -# Copyright (C) 2010-2015 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2016 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 80122fb..b26833a 100644 --- a/po/nl.po +++ b/po/nl.po @@ -1,5 +1,5 @@ # PyHoca-GUI / i18n. -# Copyright (C) 2010-2015 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2016 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 ea1af04..021e6bd 100644 --- a/po/ru.po +++ b/po/ru.po @@ -1,5 +1,5 @@ # PyHoca-GUI / i18n. -# Copyright (C) 2010-2015 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2016 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 b06a8f8..1d862b8 100644 --- a/po/sv.po +++ b/po/sv.po @@ -1,5 +1,5 @@ # PyHoca-GUI / i18n. -# Copyright (C) 2010-2015 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2016 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 0573870..6f4961f 100755 --- a/pyhoca-gui +++ b/pyhoca-gui @@ -1,8 +1,8 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -# Copyright (C) 2010-2015 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> -# Copyright (C) 2010-2015 by Dick Kniep <dick.kniep@lindix.nl> +# Copyright (C) 2010-2016 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 # it under the terms of the GNU Affero General Public License as published by diff --git a/pyhoca/__init__.py b/pyhoca/__init__.py index ab56ba5..dc63e08 100644 --- a/pyhoca/__init__.py +++ b/pyhoca/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2015 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> -# Copyright (C) 2010-2015 by Dick Kniep <dick.kniep@lindix.nl> +# Copyright (C) 2010-2016 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 # it under the terms of the GNU Affero General Public License as published by diff --git a/pyhoca/wxgui/__init__.py b/pyhoca/wxgui/__init__.py index a78cf4e..ca9f520 100644 --- a/pyhoca/wxgui/__init__.py +++ b/pyhoca/wxgui/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2015 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> -# Copyright (C) 2010-2015 by Dick Kniep <dick.kniep@lindix.nl> +# Copyright (C) 2010-2016 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 # it under the terms of the GNU Affero General Public License as published by diff --git a/pyhoca/wxgui/about.py b/pyhoca/wxgui/about.py index b2f2266..d799c91 100644 --- a/pyhoca/wxgui/about.py +++ b/pyhoca/wxgui/about.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2015 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> -# Copyright (C) 2010-2015 by Dick Kniep <dick.kniep@lindix.nl> +# Copyright (C) 2010-2016 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 # it under the terms of the GNU Affero General Public License as published by diff --git a/pyhoca/wxgui/basepath.py b/pyhoca/wxgui/basepath.py index d623e95..cd7d036 100644 --- a/pyhoca/wxgui/basepath.py +++ b/pyhoca/wxgui/basepath.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2015 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> -# Copyright (C) 2010-2015 by Dick Kniep <dick.kniep@lindix.nl> +# Copyright (C) 2010-2016 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 # it under the terms of the GNU Affero General Public License as published by diff --git a/pyhoca/wxgui/brokerlogon.py b/pyhoca/wxgui/brokerlogon.py index c6f8515..381d3c8 100644 --- a/pyhoca/wxgui/brokerlogon.py +++ b/pyhoca/wxgui/brokerlogon.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2015 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> -# Copyright (C) 2010-2015 by Dick Kniep <dick.kniep@lindix.nl> +# Copyright (C) 2010-2016 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 # it under the terms of the GNU Affero General Public License as published by diff --git a/pyhoca/wxgui/defaults.py b/pyhoca/wxgui/defaults.py index 98dabbe..b37d43d 100644 --- a/pyhoca/wxgui/defaults.py +++ b/pyhoca/wxgui/defaults.py @@ -1,8 +1,8 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -# Copyright (C) 2010-2015 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> -# Copyright (C) 2010-2015 by Dick Kniep <dick.kniep@lindix.nl> +# Copyright (C) 2010-2016 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 # it under the terms of the GNU Affero General Public License as published by diff --git a/pyhoca/wxgui/frontend.py b/pyhoca/wxgui/frontend.py index 59a89d5..f4983d3 100644 --- a/pyhoca/wxgui/frontend.py +++ b/pyhoca/wxgui/frontend.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2015 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> -# Copyright (C) 2010-2015 by Dick Kniep <dick.kniep@lindix.nl> +# Copyright (C) 2010-2016 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 # it under the terms of the GNU Affero General Public License as published by diff --git a/pyhoca/wxgui/launcher.py b/pyhoca/wxgui/launcher.py index 69e23b9..ce881ba 100644 --- a/pyhoca/wxgui/launcher.py +++ b/pyhoca/wxgui/launcher.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2015 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> -# Copyright (C) 2010-2015 by Dick Kniep <dick.kniep@lindix.nl> +# Copyright (C) 2010-2016 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 # it under the terms of the GNU Affero General Public License as published by @@ -58,7 +58,7 @@ class PyHocaGUI_Launcher(object): %s[%s] - an X2Go GUI client written in Python ---------------------------------------------------------------------- developed by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> -sponsored by Dick Kniep <dick.kniep@lindix.nl> (2010-2015) +sponsored by Dick Kniep <dick.kniep@lindix.nl> (2010-2016) VERSION: %s diff --git a/pyhoca/wxgui/listdesktops.py b/pyhoca/wxgui/listdesktops.py index 5233f83..41530bb 100644 --- a/pyhoca/wxgui/listdesktops.py +++ b/pyhoca/wxgui/listdesktops.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2015 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> -# Copyright (C) 2010-2015 by Dick Kniep <dick.kniep@lindix.nl> +# Copyright (C) 2010-2016 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 # it under the terms of the GNU Affero General Public License as published by diff --git a/pyhoca/wxgui/logon.py b/pyhoca/wxgui/logon.py index 02b7200..993011e 100644 --- a/pyhoca/wxgui/logon.py +++ b/pyhoca/wxgui/logon.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2015 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> -# Copyright (C) 2010-2015 by Dick Kniep <dick.kniep@lindix.nl> +# Copyright (C) 2010-2016 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 # it under the terms of the GNU Affero General Public License as published by diff --git a/pyhoca/wxgui/menus_taskbar.py b/pyhoca/wxgui/menus_taskbar.py index 0b10c44..01f4fb9 100644 --- a/pyhoca/wxgui/menus_taskbar.py +++ b/pyhoca/wxgui/menus_taskbar.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2015 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> -# Copyright (C) 2010-2015 by Dick Kniep <dick.kniep@lindix.nl> +# Copyright (C) 2010-2016 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 # it under the terms of the GNU Affero General Public License as published by diff --git a/pyhoca/wxgui/messages.py b/pyhoca/wxgui/messages.py index 14e8c7c..9de23cb 100644 --- a/pyhoca/wxgui/messages.py +++ b/pyhoca/wxgui/messages.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2015 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2016 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 6c2a4b3..bbc1be9 100644 --- a/pyhoca/wxgui/mswin_logging.py +++ b/pyhoca/wxgui/mswin_logging.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2015 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> -# Copyright (C) 2010-2015 by Dick Kniep <dick.kniep@lindix.nl> +# Copyright (C) 2010-2016 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 # it under the terms of the GNU Affero General Public License as published by diff --git a/pyhoca/wxgui/notify.py b/pyhoca/wxgui/notify.py index 53fe93b..9e1bb67 100644 --- a/pyhoca/wxgui/notify.py +++ b/pyhoca/wxgui/notify.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2015 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> -# Copyright (C) 2010-2015 by Dick Kniep <dick.kniep@lindix.nl> +# Copyright (C) 2010-2016 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 # it under the terms of the GNU Affero General Public License as published by diff --git a/pyhoca/wxgui/passphrase.py b/pyhoca/wxgui/passphrase.py index 4d11fe6..1c908a5 100644 --- a/pyhoca/wxgui/passphrase.py +++ b/pyhoca/wxgui/passphrase.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2015 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> -# Copyright (C) 2010-2015 by Dick Kniep <dick.kniep@lindix.nl> +# Copyright (C) 2010-2016 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 # it under the terms of the GNU Affero General Public License as published by diff --git a/pyhoca/wxgui/printingprefs.py b/pyhoca/wxgui/printingprefs.py index abc768d..686471b 100644 --- a/pyhoca/wxgui/printingprefs.py +++ b/pyhoca/wxgui/printingprefs.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2015 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> -# Copyright (C) 2010-2015 by Dick Kniep <dick.kniep@lindix.nl> +# Copyright (C) 2010-2016 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 # it under the terms of the GNU Affero General Public License as published by diff --git a/pyhoca/wxgui/profilemanager.py b/pyhoca/wxgui/profilemanager.py index 7215c75..0e0d248 100644 --- a/pyhoca/wxgui/profilemanager.py +++ b/pyhoca/wxgui/profilemanager.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2015 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> -# Copyright (C) 2010-2015 by Dick Kniep <dick.kniep@lindix.nl> +# Copyright (C) 2010-2016 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 # it under the terms of the GNU Affero General Public License as published by diff --git a/pyhoca/wxgui/serverinfo.py b/pyhoca/wxgui/serverinfo.py index b848467..49fa8d5 100644 --- a/pyhoca/wxgui/serverinfo.py +++ b/pyhoca/wxgui/serverinfo.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2015 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> -# Copyright (C) 2010-2015 by Dick Kniep <dick.kniep@lindix.nl> +# Copyright (C) 2010-2016 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 # it under the terms of the GNU Affero General Public License as published by diff --git a/pyhoca/wxgui/sessiontitle.py b/pyhoca/wxgui/sessiontitle.py index 5167b81..c044cbd 100644 --- a/pyhoca/wxgui/sessiontitle.py +++ b/pyhoca/wxgui/sessiontitle.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2015 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> -# Copyright (C) 2010-2015 by Dick Kniep <dick.kniep@lindix.nl> +# Copyright (C) 2010-2016 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 # it under the terms of the GNU Affero General Public License as published by diff --git a/pyhoca/wxgui/splash.py b/pyhoca/wxgui/splash.py index 7c1f97d..0d97cd3 100644 --- a/pyhoca/wxgui/splash.py +++ b/pyhoca/wxgui/splash.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2015 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> -# Copyright (C) 2010-2015 by Dick Kniep <dick.kniep@lindix.nl> +# Copyright (C) 2010-2016 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 # it under the terms of the GNU Affero General Public License as published by diff --git a/pyhoca/wxgui/taskbar.py b/pyhoca/wxgui/taskbar.py index e7f1ce9..3495051 100644 --- a/pyhoca/wxgui/taskbar.py +++ b/pyhoca/wxgui/taskbar.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2015 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> -# Copyright (C) 2010-2015 by Dick Kniep <dick.kniep@lindix.nl> +# Copyright (C) 2010-2016 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 # it under the terms of the GNU Affero General Public License as published by diff --git a/setup.py b/setup.py index ef0734b..42d9455 100755 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -# Copyright (C) 2010-2015 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2016 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 /srv/git/code.x2go.org/pyhoca-gui.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/pyhoca-gui.git