The branch, build-59a18b6e3b5d3f1dd8f07f26433d37fe5984a57d has been updated via 4a1c098d95ab1338d728a70900af505d627cd776 (commit) from 62f7559cb17b58285a94bdb177aabbfc6cbd335b (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: 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/fr.po | 2 +- po/nb_NO.po | 2 +- po/nl.po | 2 +- po/ru.po | 2 +- po/sv.po | 2 +- pyhoca-gui | 6 +++--- pyhoca/__init__.py | 4 ++-- pyhoca/wxgui/__init__.py | 4 ++-- pyhoca/wxgui/about.py | 4 ++-- pyhoca/wxgui/basepath.py | 4 ++-- pyhoca/wxgui/frontend.py | 4 ++-- pyhoca/wxgui/listdesktops.py | 4 ++-- pyhoca/wxgui/logon.py | 4 ++-- pyhoca/wxgui/menus_taskbar.py | 4 ++-- pyhoca/wxgui/notify.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 +- 33 files changed, 56 insertions(+), 56 deletions(-) The diff of changes is: diff --git a/Makefile.docupload b/Makefile.docupload index fc1204c..2f5754d 100644 --- a/Makefile.docupload +++ b/Makefile.docupload @@ -1,6 +1,6 @@ #!/usr/bin/make -f # Makefile.docupload file - for pyhoca-gui -# Copyright 2010-2012 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de>, GPLv3 applies to this file +# Copyright 2010-2013 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 17b0438..48c63f6 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ -pyhoca-gui - Copyright (C) 2010-2012 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> - Copyright (C) 2010-2012 by Dick Kniep <dick.kniep@lindix.nl> +pyhoca-gui - Copyright (C) 2010-2013 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> + Copyright (C) 2010-2013 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/README.Unity b/README.Unity index c8d7b11..23e6077 100644 --- a/README.Unity +++ b/README.Unity @@ -1,5 +1,5 @@ -pyhoca-gui - Copyright (C) 2010-2012 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> - Copyright (C) 2010-2012 by Dick Kniep <dick.kniep@lindix.nl> +pyhoca-gui - Copyright (C) 2010-2013 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> + Copyright (C) 2010-2013 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/TODO b/TODO index 66c8987..cb18010 100644 --- a/TODO +++ b/TODO @@ -1,5 +1,5 @@ -pyhoca-gui - Copyright (C) 2010-2012 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> - Copyright (C) 2010-2012 by Dick Kniep <dick.kniep@lindix.nl> +pyhoca-gui - Copyright (C) 2010-2013 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> + Copyright (C) 2010-2013 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 0e1df55..aa9f10a 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-2012, Mike Gabriel <mike.gabriel@das-netzwerkteam.de> - 2010-2012, Dick Kniep <dick.kniep@lindix.nl> +Copyright: 2010-2013, Mike Gabriel <mike.gabriel@das-netzwerkteam.de> + 2010-2013, Dick Kniep <dick.kniep@lindix.nl> License: AGPL-3+ Files: Makefile.docupload -Copyright: 2010-2012, Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +Copyright: 2010-2013, 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 @@ -31,7 +31,7 @@ License: GPL-3+ `/usr/share/common-licenses/GPL-3'. Files: debian/* -Copyright: 2010-2012, Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +Copyright: 2010-2013, Mike Gabriel <mike.gabriel@das-netzwerkteam.de> License: GPL-2+ PyHoca-GUI Debian packaging is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/debian/rules b/debian/rules index 4e0c6f5..ee16508 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-2012 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright 2010-2013 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 d4b35c0..a148959 100644 --- a/nsis_template.py +++ b/nsis_template.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -# Copyright (C) 2010-2012 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2013 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 14beb65..16eff05 100644 --- a/po/bg.po +++ b/po/bg.po @@ -1,5 +1,5 @@ # PyHoca-GUI / i18n. -# Copyright (C) 2010-2012 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2013 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 79fc45f..4d11b67 100644 --- a/po/de.po +++ b/po/de.po @@ -1,5 +1,5 @@ # PyHoca-GUI / i18n. -# Copyright (C) 2010-2012 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2013 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 8d9132a..da595a2 100644 --- a/po/en.po +++ b/po/en.po @@ -1,5 +1,5 @@ # PyHoca-GUI / i18n. -# Copyright (C) 2010-2012 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2013 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 324ff6f..37a1ffd 100644 --- a/po/es.po +++ b/po/es.po @@ -1,5 +1,5 @@ # PyHoca-GUI / i18n. -# Copyright (C) 2010-2012 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2013 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/fr.po b/po/fr.po index c816892..41d0b53 100644 --- a/po/fr.po +++ b/po/fr.po @@ -1,5 +1,5 @@ # PyHoca-GUI / i18n. -# Copyright (C) 2010-2012 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2013 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 6203140..4391d8f 100644 --- a/po/nb_NO.po +++ b/po/nb_NO.po @@ -1,5 +1,5 @@ # PyHoca-GUI / i18n. -# Copyright (C) 2010-2012 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2013 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 db4d0e1..03be777 100644 --- a/po/nl.po +++ b/po/nl.po @@ -1,5 +1,5 @@ # PyHoca-GUI / i18n. -# Copyright (C) 2010-2012 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2013 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 73a10d0..31abcd5 100644 --- a/po/ru.po +++ b/po/ru.po @@ -1,5 +1,5 @@ # PyHoca-GUI / i18n. -# Copyright (C) 2010-2012 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2013 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 c3b9aaa..ab894a3 100644 --- a/po/sv.po +++ b/po/sv.po @@ -1,5 +1,5 @@ # PyHoca-GUI / i18n. -# Copyright (C) 2010-2012 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2013 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 d939249..a516e9d 100755 --- a/pyhoca-gui +++ b/pyhoca-gui @@ -1,8 +1,8 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -# Copyright (C) 2010-2012 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> -# Copyright (C) 2010-2012 by Dick Kniep <dick.kniep@lindix.nl> +# Copyright (C) 2010-2013 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2013 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 @@ -130,7 +130,7 @@ VERSION_TEXT=""" %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-2012) +sponsored by Dick Kniep <dick.kniep@lindix.nl> (2010-2013) VERSION: %s diff --git a/pyhoca/__init__.py b/pyhoca/__init__.py index b25f36b..f04d824 100644 --- a/pyhoca/__init__.py +++ b/pyhoca/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2012 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> -# Copyright (C) 2010-2012 by Dick Kniep <dick.kniep@lindix.nl> +# Copyright (C) 2010-2013 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2013 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 012ab24..2391726 100644 --- a/pyhoca/wxgui/__init__.py +++ b/pyhoca/wxgui/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2012 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> -# Copyright (C) 2010-2012 by Dick Kniep <dick.kniep@lindix.nl> +# Copyright (C) 2010-2013 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2013 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 5003972..a79c31f 100644 --- a/pyhoca/wxgui/about.py +++ b/pyhoca/wxgui/about.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2012 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> -# Copyright (C) 2010-2012 by Dick Kniep <dick.kniep@lindix.nl> +# Copyright (C) 2010-2013 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2013 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 118c70b..c324c9b 100644 --- a/pyhoca/wxgui/basepath.py +++ b/pyhoca/wxgui/basepath.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2012 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> -# Copyright (C) 2010-2012 by Dick Kniep <dick.kniep@lindix.nl> +# Copyright (C) 2010-2013 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2013 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 232c81b..1cc930a 100644 --- a/pyhoca/wxgui/frontend.py +++ b/pyhoca/wxgui/frontend.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2012 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> -# Copyright (C) 2010-2012 by Dick Kniep <dick.kniep@lindix.nl> +# Copyright (C) 2010-2013 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2013 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/listdesktops.py b/pyhoca/wxgui/listdesktops.py index a64356b..6ea5bf0 100644 --- a/pyhoca/wxgui/listdesktops.py +++ b/pyhoca/wxgui/listdesktops.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2012 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> -# Copyright (C) 2010-2012 by Dick Kniep <dick.kniep@lindix.nl> +# Copyright (C) 2010-2013 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2013 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 e7126b2..9a99ac0 100644 --- a/pyhoca/wxgui/logon.py +++ b/pyhoca/wxgui/logon.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2012 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> -# Copyright (C) 2010-2012 by Dick Kniep <dick.kniep@lindix.nl> +# Copyright (C) 2010-2013 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2013 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 a813409..cfcbe04 100644 --- a/pyhoca/wxgui/menus_taskbar.py +++ b/pyhoca/wxgui/menus_taskbar.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2012 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> -# Copyright (C) 2010-2012 by Dick Kniep <dick.kniep@lindix.nl> +# Copyright (C) 2010-2013 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2013 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 1dc2587..8a462b2 100644 --- a/pyhoca/wxgui/notify.py +++ b/pyhoca/wxgui/notify.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2012 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> -# Copyright (C) 2010-2012 by Dick Kniep <dick.kniep@lindix.nl> +# Copyright (C) 2010-2013 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2013 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 f18cad7..feb2f9f 100644 --- a/pyhoca/wxgui/printingprefs.py +++ b/pyhoca/wxgui/printingprefs.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2012 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> -# Copyright (C) 2010-2012 by Dick Kniep <dick.kniep@lindix.nl> +# Copyright (C) 2010-2013 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2013 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 02b9d3a..a97ca49 100644 --- a/pyhoca/wxgui/profilemanager.py +++ b/pyhoca/wxgui/profilemanager.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2012 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> -# Copyright (C) 2010-2012 by Dick Kniep <dick.kniep@lindix.nl> +# Copyright (C) 2010-2013 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2013 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 f235c85..7a3ffba 100644 --- a/pyhoca/wxgui/serverinfo.py +++ b/pyhoca/wxgui/serverinfo.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2012 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> -# Copyright (C) 2010-2012 by Dick Kniep <dick.kniep@lindix.nl> +# Copyright (C) 2010-2013 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2013 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 ef69ece..75d4ea8 100644 --- a/pyhoca/wxgui/sessiontitle.py +++ b/pyhoca/wxgui/sessiontitle.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2012 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> -# Copyright (C) 2010-2012 by Dick Kniep <dick.kniep@lindix.nl> +# Copyright (C) 2010-2013 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2013 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 c7809d5..adb353c 100644 --- a/pyhoca/wxgui/splash.py +++ b/pyhoca/wxgui/splash.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2012 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> -# Copyright (C) 2010-2012 by Dick Kniep <dick.kniep@lindix.nl> +# Copyright (C) 2010-2013 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2013 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 d9763d7..03dda9f 100644 --- a/pyhoca/wxgui/taskbar.py +++ b/pyhoca/wxgui/taskbar.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2010-2012 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> -# Copyright (C) 2010-2012 by Dick Kniep <dick.kniep@lindix.nl> +# Copyright (C) 2010-2013 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2013 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 558f524..c4d045f 100755 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -# Copyright (C) 2010-2012 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +# Copyright (C) 2010-2013 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 hooks/post-receive -- pyhoca-gui.git (Python X2Go Client (wxPython GUI)) This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "pyhoca-gui.git" (Python X2Go Client (wxPython GUI)).