[X2Go-Commits] [pyhoca-gui] 09/11: happy new year 2014 (belated)

git-admin at x2go.org git-admin at x2go.org
Mon Oct 20 23:51:45 CEST 2014


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository pyhoca-gui.

commit 7127f4009ee61263d3f890b54fc39c28c4d38e5a
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Mon Oct 20 23:26:40 2014 +0200

    happy new year 2014 (belated)
---
 Makefile.docupload             |    2 +-
 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       |    2 +-
 pyhoca/wxgui/listdesktops.py   |    4 ++--
 pyhoca/wxgui/logon.py          |    4 ++--
 pyhoca/wxgui/menus_taskbar.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 +-
 37 files changed, 60 insertions(+), 60 deletions(-)

diff --git a/Makefile.docupload b/Makefile.docupload
index 2f5754d..d97c464 100644
--- a/Makefile.docupload
+++ b/Makefile.docupload
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 # Makefile.docupload file - for pyhoca-gui
-# Copyright 2010-2013 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>, GPLv3 applies to this file
+# Copyright 2010-2014 by Mike Gabriel <mike.gabriel at 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/TODO b/TODO
index 1b94d1b..5a1b46d 100644
--- a/TODO
+++ b/TODO
@@ -1,5 +1,5 @@
-pyhoca-gui - Copyright (C) 2010-2013 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
-             Copyright (C) 2010-2013 by Dick Kniep <dick.kniep at lindix.nl>
+pyhoca-gui - Copyright (C) 2010-2014 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+             Copyright (C) 2010-2014 by Dick Kniep <dick.kniep at 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 148c701..be81af6 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -4,12 +4,12 @@ Upstream-Contact: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
 Source: http://wiki.x2go.org
 
 Files: *
-Copyright: 2010-2013, Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
-           2010-2013, Dick Kniep <dick.kniep at lindix.nl>
+Copyright: 2010-2014, Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+           2010-2014, Dick Kniep <dick.kniep at lindix.nl>
 License: AGPL-3+
 
 Files: Makefile.docupload
-Copyright: 2010-2013, Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+Copyright: 2010-2014, Mike Gabriel <mike.gabriel at 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-2013, Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+Copyright: 2010-2014, Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
 License: AGPL-3+
 
 License: AGPL-3+
diff --git a/debian/rules b/debian/rules
index ee16508..5c340ea 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-2013 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+# Copyright 2010-2014 by Mike Gabriel <mike.gabriel at 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 2e79dda..64687ea 100644
--- a/nsis_template.py
+++ b/nsis_template.py
@@ -1,7 +1,7 @@
 #!/usr/bin/env python
 # -*- coding: utf-8 -*-
 
-# Copyright (C) 2010-2013 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+# Copyright (C) 2010-2014 by Mike Gabriel <mike.gabriel at 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 a7af39f..1b1e36b 100644
--- a/po/bg.po
+++ b/po/bg.po
@@ -1,5 +1,5 @@
 # PyHoca-GUI / i18n.
-# Copyright (C) 2010-2013 Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+# Copyright (C) 2010-2014 Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
 #                         Dick Kniep <dick.kniep at lindix.nl>
 # This file is distributed under the same license as the PyHoca-GUI package.
 # Mike Gabriel <mike.gabriel at das-netzwerkteam.de>, 2011.
diff --git a/po/de.po b/po/de.po
index 9ab8609..656d9cb 100644
--- a/po/de.po
+++ b/po/de.po
@@ -1,5 +1,5 @@
 # PyHoca-GUI / i18n.
-# Copyright (C) 2010-2013 Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+# Copyright (C) 2010-2014 Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
 #                         Dick Kniep <dick.kniep at lindix.nl>
 # This file is distributed under the same license as the PyHoca-GUI package.
 # Mike Gabriel <mike.gabriel at das-netzwerkteam.de>, 2011.
diff --git a/po/en.po b/po/en.po
index 76944f7..59cc08d 100644
--- a/po/en.po
+++ b/po/en.po
@@ -1,5 +1,5 @@
 # PyHoca-GUI / i18n.
-# Copyright (C) 2010-2013 Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+# Copyright (C) 2010-2014 Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
 #                         Dick Kniep <dick.kniep at lindix.nl>
 # This file is distributed under the same license as the PyHoca-GUI package.
 # Mike Gabriel <mike.gabriel at das-netzwerkteam.de>, 2011.
diff --git a/po/es.po b/po/es.po
index 970df9a..28492c0 100644
--- a/po/es.po
+++ b/po/es.po
@@ -1,5 +1,5 @@
 # PyHoca-GUI / i18n.
-# Copyright (C) 2010-2013 Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+# Copyright (C) 2010-2014 Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
 #                         Dick Kniep <dick.kniep at 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 ec1874c..4b876b2 100644
--- a/po/et.po
+++ b/po/et.po
@@ -1,5 +1,5 @@
 # PyHoca-GUI / i18n.
-# Copyright (C) 2010-2013 Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+# Copyright (C) 2010-2014 Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
 #                         Dick Kniep <dick.kniep at 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 31eab2b..be44852 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -1,5 +1,5 @@
 # PyHoca-GUI / i18n.
-# Copyright (C) 2010-2013 Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+# Copyright (C) 2010-2014 Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
 #                         Dick Kniep <dick.kniep at 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 59eb419..f5a39a1 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -1,5 +1,5 @@
 # PyHoca-GUI / i18n.
-# Copyright (C) 2010-2013 Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+# Copyright (C) 2010-2014 Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
 #                         Dick Kniep <dick.kniep at lindix.nl>
 # This file is distributed under the same license as the PyHoca-GUI package.
 # Mike Gabriel <mike.gabriel at das-netzwerkteam.de>, 2011.
diff --git a/po/nb_NO.po b/po/nb_NO.po
index 1c4ae2e..615d2c1 100644
--- a/po/nb_NO.po
+++ b/po/nb_NO.po
@@ -1,5 +1,5 @@
 # PyHoca-GUI / i18n.
-# Copyright (C) 2010-2013 Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+# Copyright (C) 2010-2014 Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
 #                         Dick Kniep <dick.kniep at lindix.nl>
 # This file is distributed under the same license as the PyHoca-GUI package.
 # Mike Gabriel <mike.gabriel at das-netzwerkteam.de>, 2011.
diff --git a/po/nl.po b/po/nl.po
index 7f04d57..345efb5 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -1,5 +1,5 @@
 # PyHoca-GUI / i18n.
-# Copyright (C) 2010-2013 Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+# Copyright (C) 2010-2014 Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
 #                         Dick Kniep <dick.kniep at lindix.nl>
 # This file is distributed under the same license as the PyHoca-GUI package.
 # Mike Gabriel <mike.gabriel at das-netzwerkteam.de>, 2011.
diff --git a/po/ru.po b/po/ru.po
index a621b40..7aded85 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -1,5 +1,5 @@
 # PyHoca-GUI / i18n.
-# Copyright (C) 2010-2013 Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+# Copyright (C) 2010-2014 Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
 #                         Dick Kniep <dick.kniep at 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 ce5bed5..7c3015f 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -1,5 +1,5 @@
 # PyHoca-GUI / i18n.
-# Copyright (C) 2010-2013 Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+# Copyright (C) 2010-2014 Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
 #                         Dick Kniep <dick.kniep at lindix.nl>
 # This file is distributed under the same license as the PyHoca-GUI package.
 # Mike Gabriel <mike.gabriel at das-netzwerkteam.de>, 2011.
diff --git a/pyhoca-gui b/pyhoca-gui
index 6761d3b..2909f09 100755
--- a/pyhoca-gui
+++ b/pyhoca-gui
@@ -1,8 +1,8 @@
 #!/usr/bin/env python
 # -*- coding: utf-8 -*-
 
-# Copyright (C) 2010-2013 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
-# Copyright (C) 2010-2013 by Dick Kniep <dick.kniep at lindix.nl>
+# Copyright (C) 2010-2014 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+# Copyright (C) 2010-2014 by Dick Kniep <dick.kniep at 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 f04d824..14bec4e 100644
--- a/pyhoca/__init__.py
+++ b/pyhoca/__init__.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (C) 2010-2013 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
-# Copyright (C) 2010-2013 by Dick Kniep <dick.kniep at lindix.nl>
+# Copyright (C) 2010-2014 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+# Copyright (C) 2010-2014 by Dick Kniep <dick.kniep at 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 97a7a07..22380db 100644
--- a/pyhoca/wxgui/__init__.py
+++ b/pyhoca/wxgui/__init__.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (C) 2010-2013 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
-# Copyright (C) 2010-2013 by Dick Kniep <dick.kniep at lindix.nl>
+# Copyright (C) 2010-2014 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+# Copyright (C) 2010-2014 by Dick Kniep <dick.kniep at 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 ad9349e..504dbfb 100644
--- a/pyhoca/wxgui/about.py
+++ b/pyhoca/wxgui/about.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (C) 2010-2013 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
-# Copyright (C) 2010-2013 by Dick Kniep <dick.kniep at lindix.nl>
+# Copyright (C) 2010-2014 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+# Copyright (C) 2010-2014 by Dick Kniep <dick.kniep at 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 5c58807..f15c699 100644
--- a/pyhoca/wxgui/basepath.py
+++ b/pyhoca/wxgui/basepath.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (C) 2010-2013 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
-# Copyright (C) 2010-2013 by Dick Kniep <dick.kniep at lindix.nl>
+# Copyright (C) 2010-2014 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+# Copyright (C) 2010-2014 by Dick Kniep <dick.kniep at 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 af581db..2654807 100644
--- a/pyhoca/wxgui/brokerlogon.py
+++ b/pyhoca/wxgui/brokerlogon.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (C) 2010-2013 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
-# Copyright (C) 2010-2013 by Dick Kniep <dick.kniep at lindix.nl>
+# Copyright (C) 2010-2014 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+# Copyright (C) 2010-2014 by Dick Kniep <dick.kniep at 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 d3955bb..873d39d 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-2013 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
-# Copyright (C) 2010-2013 by Dick Kniep <dick.kniep at lindix.nl>
+# Copyright (C) 2010-2014 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+# Copyright (C) 2010-2014 by Dick Kniep <dick.kniep at 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 da8afba..220613e 100644
--- a/pyhoca/wxgui/frontend.py
+++ b/pyhoca/wxgui/frontend.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (C) 2010-2013 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
-# Copyright (C) 2010-2013 by Dick Kniep <dick.kniep at lindix.nl>
+# Copyright (C) 2010-2014 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+# Copyright (C) 2010-2014 by Dick Kniep <dick.kniep at 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 03d3384..586d5c8 100644
--- a/pyhoca/wxgui/launcher.py
+++ b/pyhoca/wxgui/launcher.py
@@ -58,7 +58,7 @@ class PyHocaGUI_Launcher(object):
 %s[%s] - an X2Go GUI client written in Python
 ----------------------------------------------------------------------
 developed by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
-sponsored by Dick Kniep <dick.kniep at lindix.nl> (2010-2013)
+sponsored by Dick Kniep <dick.kniep at lindix.nl> (2010-2014)
 
 VERSION: %s
 
diff --git a/pyhoca/wxgui/listdesktops.py b/pyhoca/wxgui/listdesktops.py
index 8910430..be9b1fa 100644
--- a/pyhoca/wxgui/listdesktops.py
+++ b/pyhoca/wxgui/listdesktops.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (C) 2010-2013 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
-# Copyright (C) 2010-2013 by Dick Kniep <dick.kniep at lindix.nl>
+# Copyright (C) 2010-2014 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+# Copyright (C) 2010-2014 by Dick Kniep <dick.kniep at 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 d02c108..ec7c46b 100644
--- a/pyhoca/wxgui/logon.py
+++ b/pyhoca/wxgui/logon.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (C) 2010-2013 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
-# Copyright (C) 2010-2013 by Dick Kniep <dick.kniep at lindix.nl>
+# Copyright (C) 2010-2014 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+# Copyright (C) 2010-2014 by Dick Kniep <dick.kniep at 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 4173573..812d73a 100644
--- a/pyhoca/wxgui/menus_taskbar.py
+++ b/pyhoca/wxgui/menus_taskbar.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (C) 2010-2013 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
-# Copyright (C) 2010-2013 by Dick Kniep <dick.kniep at lindix.nl>
+# Copyright (C) 2010-2014 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+# Copyright (C) 2010-2014 by Dick Kniep <dick.kniep at 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 29e6eaf..ce23283 100644
--- a/pyhoca/wxgui/notify.py
+++ b/pyhoca/wxgui/notify.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (C) 2010-2013 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
-# Copyright (C) 2010-2013 by Dick Kniep <dick.kniep at lindix.nl>
+# Copyright (C) 2010-2014 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+# Copyright (C) 2010-2014 by Dick Kniep <dick.kniep at 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 9b3c029..9ea20c7 100644
--- a/pyhoca/wxgui/passphrase.py
+++ b/pyhoca/wxgui/passphrase.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (C) 2010-2013 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
-# Copyright (C) 2010-2013 by Dick Kniep <dick.kniep at lindix.nl>
+# Copyright (C) 2010-2014 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+# Copyright (C) 2010-2014 by Dick Kniep <dick.kniep at 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 e3e72da..0c486b8 100644
--- a/pyhoca/wxgui/printingprefs.py
+++ b/pyhoca/wxgui/printingprefs.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (C) 2010-2013 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
-# Copyright (C) 2010-2013 by Dick Kniep <dick.kniep at lindix.nl>
+# Copyright (C) 2010-2014 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+# Copyright (C) 2010-2014 by Dick Kniep <dick.kniep at 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 ab10724..ef3cc0f 100644
--- a/pyhoca/wxgui/profilemanager.py
+++ b/pyhoca/wxgui/profilemanager.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (C) 2010-2013 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
-# Copyright (C) 2010-2013 by Dick Kniep <dick.kniep at lindix.nl>
+# Copyright (C) 2010-2014 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+# Copyright (C) 2010-2014 by Dick Kniep <dick.kniep at 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 4466f00..28ed055 100644
--- a/pyhoca/wxgui/serverinfo.py
+++ b/pyhoca/wxgui/serverinfo.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (C) 2010-2013 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
-# Copyright (C) 2010-2013 by Dick Kniep <dick.kniep at lindix.nl>
+# Copyright (C) 2010-2014 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+# Copyright (C) 2010-2014 by Dick Kniep <dick.kniep at 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 a6ec438..28a3b31 100644
--- a/pyhoca/wxgui/sessiontitle.py
+++ b/pyhoca/wxgui/sessiontitle.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (C) 2010-2013 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
-# Copyright (C) 2010-2013 by Dick Kniep <dick.kniep at lindix.nl>
+# Copyright (C) 2010-2014 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+# Copyright (C) 2010-2014 by Dick Kniep <dick.kniep at 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 4dc9531..fd78adc 100644
--- a/pyhoca/wxgui/splash.py
+++ b/pyhoca/wxgui/splash.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (C) 2010-2013 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
-# Copyright (C) 2010-2013 by Dick Kniep <dick.kniep at lindix.nl>
+# Copyright (C) 2010-2014 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+# Copyright (C) 2010-2014 by Dick Kniep <dick.kniep at 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 4dfb0ae..58c1ca5 100644
--- a/pyhoca/wxgui/taskbar.py
+++ b/pyhoca/wxgui/taskbar.py
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (C) 2010-2013 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
-# Copyright (C) 2010-2013 by Dick Kniep <dick.kniep at lindix.nl>
+# Copyright (C) 2010-2014 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+# Copyright (C) 2010-2014 by Dick Kniep <dick.kniep at 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 8e12901..2fcffa8 100755
--- a/setup.py
+++ b/setup.py
@@ -1,7 +1,7 @@
 #!/usr/bin/env python
 # -*- coding: utf-8 -*-
 
-# Copyright (C) 2010-2013 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+# Copyright (C) 2010-2014 by Mike Gabriel <mike.gabriel at 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/_hooks_/post-receive-email on /srv/git/code.x2go.org/pyhoca-gui.git


More information about the x2go-commits mailing list