[X2Go-Commits] pyhoca-gui.git - twofactorauth (branch) updated: 0.0.30.1-55-gf71cf9a
X2Go dev team
git-admin at x2go.org
Sat Sep 14 15:54:50 CEST 2013
The branch, twofactorauth has been updated
via f71cf9a1c21a6e35d40d2f395e128ea72e87ddd4 (commit)
from 181d0a77fb526a605f0a1fdc225b08d166ec5bda (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:
README | 8 ++++----
TODO | 8 ++++----
build-for-reprepro.sh | 2 +-
debian/control | 2 +-
debian/copyright | 8 ++++----
debian/rules | 2 +-
man/pyhoca-gui.1 | 2 +-
po/pyhoca-gui.pot | 2 +-
pyhoca-gui | 4 ++--
pyhoca/__init__.py | 2 +-
pyhoca/wxgui/__init__.py | 2 +-
pyhoca/wxgui/about.py | 2 +-
pyhoca/wxgui/basepath.py | 2 +-
pyhoca/wxgui/frontend.py | 2 +-
pyhoca/wxgui/logon.py | 2 +-
pyhoca/wxgui/menus_taskbar.py | 2 +-
pyhoca/wxgui/notify.py | 2 +-
pyhoca/wxgui/printingprefs.py | 2 +-
pyhoca/wxgui/profilemanager.py | 2 +-
pyhoca/wxgui/taskbar.py | 2 +-
setup.py | 2 +-
21 files changed, 31 insertions(+), 31 deletions(-)
The diff of changes is:
diff --git a/README b/README
index d5a85ec..9573837 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
-pyhoca-gui - Copyright (C) 2010-2011 by Dick Kniep <dick.kniep at lindix.nl>
- Copyright (C) 2010-2011 by Mike Gabriel <m.gabriel at das-netzwerkteam.de>
-
+pyhoca-gui - Copyright (C) 2010-2011 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+ Copyright (C) 2010-2011 by Dick Kniep <dick.kniep at lindix.nl>
+
Published under the terms of the GNU General Public License.
See http://www.gnu.org/licenses/gpl.html for a recent copy.
@@ -37,5 +37,5 @@ Thanks in advance for your feedback and contributions,
Kiel (Germany) & LJ Almere Haven (Netherlands), 20101231
Dick Kniep <dick.kniep at lindix.nl>
- Mike Gabriel <m.gabriel at das-netzwerkteam.de>
+ Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
diff --git a/TODO b/TODO
index fd85115..7cfd7ff 100644
--- a/TODO
+++ b/TODO
@@ -1,6 +1,6 @@
-pyhoca-gui - Copyright (C) 2010-2011 by Dick Kniep <dick.kniep at lindix.nl>
- Copyright (C) 2010-2011 by Mike Gabriel <m.gabriel at das-netzwerkteam.de>
-
+pyhoca-gui - Copyright (C) 2010-2011 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+ Copyright (C) 2010-2011 by Dick Kniep <dick.kniep at lindix.nl>
+
Published under the terms of the GNU General Public License.
See http://www.gnu.org/licenses/gpl.html for a recent copy.
@@ -23,4 +23,4 @@ If you find any issues with this programme please let me know.
Kiel (Germany) & LJ Almere Haven (Netherlands), 20101231
Dick Kniep <dick.kniep at lindix.nl>
- Mike Gabriel <m.gabriel at das-netzwerkteam.de>
+ Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
diff --git a/build-for-reprepro.sh b/build-for-reprepro.sh
index ea4b407..834915e 100755
--- a/build-for-reprepro.sh
+++ b/build-for-reprepro.sh
@@ -1,6 +1,6 @@
#!/bin/bash
-# Copyright (C) 2010-2011 by Mike Gabriel <m.gabriel at das-netzwerkteam.de>
+# Copyright (C) 2010-2011 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
#
# This programme 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/control b/debian/control
index e0b4663..499e82a 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,7 @@
Source: pyhoca-gui
Section: python
Priority: optional
-Maintainer: Mike Gabriel <mikeBBB.gabriel at das-netzwerkteam.de>
+Maintainer: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Build-Depends: debhelper (>= 7), python, python-setuptools, python-support, python-distutils-extra
Standards-Version: 3.9.1
Homepage: http://das-netzwerkteam.de/site/?q=node/71
diff --git a/debian/copyright b/debian/copyright
index f4fd8bb..61a9d18 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,6 +1,6 @@
-pyhoca-gui - Copyright (C) 2010-2011 by Dick Kniep <dick.kniep at lindix.nl>
- Copyright (C) 2010-2011 by Mike Gabriel <m.gabriel at das-netzwerkteam.de>
-
+pyhoca-gui - Copyright (C) 2010-2011 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+ Copyright (C) 2010-2011 by Dick Kniep <dick.kniep at lindix.nl>
+
Published under the terms of the GNU General Public License.
See http://www.gnu.org/licenses/gpl.html for a recent copy.
@@ -8,7 +8,7 @@ On Debian/Ubuntu systems a local copy of the GPL license can also be
found in /usr/share/common-licenses.
The code has been packaged for Debian/Ubuntu by Mike Gabriel
-<m.gabriel at das-netzwerkteam.de>
+<mike.gabriel at das-netzwerkteam.de>
light+love,
Dick Kniep and Mike Gabriel
diff --git a/debian/rules b/debian/rules
index db6b2c7..dfb1f92 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
#!/usr/bin/make -f
# debian/rules file - for pyhoca-cli
# Based on sample debian/rules file - for GNU Hello (1.3).
-# Copyright 2010-2011 by Mike Gabriel
+# Copyright 2010-2011 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
#PYVERS=$(shell pyversions -vr)
diff --git a/man/pyhoca-gui.1 b/man/pyhoca-gui.1
index 6dd3a6e..9a4bdc4 100644
--- a/man/pyhoca-gui.1
+++ b/man/pyhoca-gui.1
@@ -159,4 +159,4 @@ Select the GUI language.
.SH "SEE ALSO"
\fB/usr/share/doc/pyhoca-gui\fR
.SH AUTHOR
-This manual has been written by Dick Kniep <dick.kniep at lindix.nl> and Mike Gabriel <m.gabriel at das-netzwerkteam.de>.
+This manual has been written by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>.
diff --git a/po/pyhoca-gui.pot b/po/pyhoca-gui.pot
index a5b8ffa..ce5c274 100644
--- a/po/pyhoca-gui.pot
+++ b/po/pyhoca-gui.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-03-01 01:04+0100\n"
+"POT-Creation-Date: 2011-03-01 01:14+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
"Language-Team: LANGUAGE <LL at li.org>\n"
diff --git a/pyhoca-gui b/pyhoca-gui
index 66893fa..6eacc36 100755
--- a/pyhoca-gui
+++ b/pyhoca-gui
@@ -1,8 +1,8 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
+# Copyright (C) 2010-2011 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
# Copyright (C) 2010-2011 by Dick Kniep <dick.kniep at lindix.nl>
-# Copyright (C) 2010-2011 by Mike Gabriel <m.gabriel at das-netzwerkteam.de>
#
# PyHoca GUI is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -96,7 +96,7 @@ VERSION=_version
VERSION_TEXT="""
%s[%s] - an X2go GUI client written in Python
----------------------------------------------------------------------
-developed by Mike Gabriel <m.gabriel at das-netzwerkteam.de>
+developed by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
sponsored by Dick Kniep <dick.kniep at lindix.nl> (2010-2011)
VERSION: %s
diff --git a/pyhoca/__init__.py b/pyhoca/__init__.py
index e7fc640..92271f4 100644
--- a/pyhoca/__init__.py
+++ b/pyhoca/__init__.py
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
+# Copyright (C) 2010-2011 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
# Copyright (C) 2010-2011 by Dick Kniep <dick.kniep at lindix.nl>
-# Copyright (C) 2010-2011 by Mike Gabriel <m.gabriel at das-netzwerkteam.de>
#
# PyHoca GUI 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/pyhoca/wxgui/__init__.py b/pyhoca/wxgui/__init__.py
index ee21419..0367f71 100644
--- a/pyhoca/wxgui/__init__.py
+++ b/pyhoca/wxgui/__init__.py
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
+# Copyright (C) 2010-2011 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
# Copyright (C) 2010-2011 by Dick Kniep <dick.kniep at lindix.nl>
-# Copyright (C) 2010-2011 by Mike Gabriel <m.gabriel at das-netzwerkteam.de>
#
# PyHoca GUI 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/pyhoca/wxgui/about.py b/pyhoca/wxgui/about.py
index 7014774..94b4d7b 100644
--- a/pyhoca/wxgui/about.py
+++ b/pyhoca/wxgui/about.py
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
+# Copyright (C) 2010-2011 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
# Copyright (C) 2010-2011 by Dick Kniep <dick.kniep at lindix.nl>
-# Copyright (C) 2010-2011 by Mike Gabriel <m.gabriel at das-netzwerkteam.de>
#
# PyHoca GUI 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/pyhoca/wxgui/basepath.py b/pyhoca/wxgui/basepath.py
index 9fdebbc..56fd4e2 100644
--- a/pyhoca/wxgui/basepath.py
+++ b/pyhoca/wxgui/basepath.py
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
+# Copyright (C) 2010-2011 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
# Copyright (C) 2010-2011 by Dick Kniep <dick.kniep at lindix.nl>
-# Copyright (C) 2010-2011 by Mike Gabriel <m.gabriel at das-netzwerkteam.de>
#
# PyHoca GUI 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/pyhoca/wxgui/frontend.py b/pyhoca/wxgui/frontend.py
index cc06a1e..43a49d2 100644
--- a/pyhoca/wxgui/frontend.py
+++ b/pyhoca/wxgui/frontend.py
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
+# Copyright (C) 2010-2011 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
# Copyright (C) 2010-2011 by Dick Kniep <dick.kniep at lindix.nl>
-# Copyright (C) 2010-2011 by Mike Gabriel <m.gabriel at das-netzwerkteam.de>
#
# PyHoca GUI 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/pyhoca/wxgui/logon.py b/pyhoca/wxgui/logon.py
index b4ddb44..4853a5d 100644
--- a/pyhoca/wxgui/logon.py
+++ b/pyhoca/wxgui/logon.py
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
+# Copyright (C) 2010-2011 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
# Copyright (C) 2010-2011 by Dick Kniep <dick.kniep at lindix.nl>
-# Copyright (C) 2010-2011 by Mike Gabriel <m.gabriel at das-netzwerkteam.de>
#
# PyHoca GUI 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/pyhoca/wxgui/menus_taskbar.py b/pyhoca/wxgui/menus_taskbar.py
index d541492..1f4b94b 100644
--- a/pyhoca/wxgui/menus_taskbar.py
+++ b/pyhoca/wxgui/menus_taskbar.py
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
+# Copyright (C) 2010-2011 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
# Copyright (C) 2010-2011 by Dick Kniep <dick.kniep at lindix.nl>
-# Copyright (C) 2010-2011 by Mike Gabriel <m.gabriel at das-netzwerkteam.de>
#
# PyHoca GUI 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/pyhoca/wxgui/notify.py b/pyhoca/wxgui/notify.py
index 7cc6239..b6ae025 100644
--- a/pyhoca/wxgui/notify.py
+++ b/pyhoca/wxgui/notify.py
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
+# Copyright (C) 2010-2011 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
# Copyright (C) 2010-2011 by Dick Kniep <dick.kniep at lindix.nl>
-# Copyright (C) 2010-2011 by Mike Gabriel <m.gabriel at das-netzwerkteam.de>
#
# PyHoca GUI 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/pyhoca/wxgui/printingprefs.py b/pyhoca/wxgui/printingprefs.py
index 371671b..2f079c6 100644
--- a/pyhoca/wxgui/printingprefs.py
+++ b/pyhoca/wxgui/printingprefs.py
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
+# Copyright (C) 2010-2011 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
# Copyright (C) 2010-2011 by Dick Kniep <dick.kniep at lindix.nl>
-# Copyright (C) 2010-2011 by Mike Gabriel <m.gabriel at das-netzwerkteam.de>
#
# PyHoca GUI 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/pyhoca/wxgui/profilemanager.py b/pyhoca/wxgui/profilemanager.py
index aa72f2c..dcd65b8 100644
--- a/pyhoca/wxgui/profilemanager.py
+++ b/pyhoca/wxgui/profilemanager.py
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
+# Copyright (C) 2010-2011 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
# Copyright (C) 2010-2011 by Dick Kniep <dick.kniep at lindix.nl>
-# Copyright (C) 2010-2011 by Mike Gabriel <m.gabriel at das-netzwerkteam.de>
#
# PyHoca GUI 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/pyhoca/wxgui/taskbar.py b/pyhoca/wxgui/taskbar.py
index f90c99f..b26b111 100644
--- a/pyhoca/wxgui/taskbar.py
+++ b/pyhoca/wxgui/taskbar.py
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
+# Copyright (C) 2010-2011 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
# Copyright (C) 2010-2011 by Dick Kniep <dick.kniep at lindix.nl>
-# Copyright (C) 2010-2011 by Mike Gabriel <m.gabriel at das-netzwerkteam.de>
#
# PyHoca GUI 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/setup.py b/setup.py
index 63018d2..b3e002f 100755
--- a/setup.py
+++ b/setup.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
-# Copyright (C) 2010-2011 by Mike Gabriel <m.gabriel at das-netzwerkteam.de>
+# Copyright (C) 2010-2011 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 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)).
More information about the x2go-commits
mailing list