The branch, master has been updated via 25c6b915e42d3f6d00a889fba5bb803f8d34576a (commit) from 90e379f58839e4b757f73af72fb263b08bc0138a (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 ----------------------------------------------------------------- commit 25c6b915e42d3f6d00a889fba5bb803f8d34576a Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Tue Jul 24 02:38:26 2012 +0200 Fix faulty copyright headers in setup.py, pyhoca/wxgui/messages.py and nsis_template.py. ----------------------------------------------------------------------- Summary of changes: debian/changelog | 4 +++- nsis_template.py | 17 +++++++++++++++++ pyhoca/wxgui/messages.py | 2 +- setup.py | 4 ++-- 4 files changed, 23 insertions(+), 4 deletions(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index 15917bd..f899d9c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ pyhoca-gui (0.2.0.3-0~x2go1) UNRELEASED; urgency=low - * Continue development... + * New upstream version (0.2.0.3): + - Fix faulty copyright headers in setup.py, pyhoca/wxgui/messages.py + and nsis_template.py. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Thu, 12 Jul 2012 21:48:46 +0200 diff --git a/nsis_template.py b/nsis_template.py index 3c6ce10..f3de719 100644 --- a/nsis_template.py +++ b/nsis_template.py @@ -1,6 +1,23 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- +# Copyright (C) 2010-2012 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 +# the Free Software Foundation; either version 3 of the License, or +# (at your option) any later version. +# +# PyHoca is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program; if not, write to the +# Free Software Foundation, Inc., +# 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. + NSIS_SCRIPT_TEMPLATE = """ ;{program_name}.nsi ; diff --git a/pyhoca/wxgui/messages.py b/pyhoca/wxgui/messages.py index 95a0a43..ffb9577 100644 --- a/pyhoca/wxgui/messages.py +++ b/pyhoca/wxgui/messages.py @@ -16,7 +16,7 @@ # You should have received a copy of the GNU Affero General Public License # along with this program; if not, write to the # Free Software Foundation, Inc., -# 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. # Contributors to the code of this programme: # Dick Kniep <dick.kniep@lindix.nl> diff --git a/setup.py b/setup.py index 8aeceee..abb5df2 100755 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ # # 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 -# the Free Software Foundation; either version 2 of the License, or +# the Free Software Foundation; either version 3 of the License, or # (at your option) any later version. # # PyHoca is distributed in the hope that it will be useful, @@ -16,7 +16,7 @@ # You should have received a copy of the GNU Affero General Public License # along with this program; if not, write to the # Free Software Foundation, Inc., -# 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. # import the PyHoca-GUI import sys 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)).