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

x2go pushed a commit to annotated tag 0.2.0.3
in repository x2goclient.

commit c9127546eb02e1633969f363697a98c009e6a386
Author: Mike Gabriel <mike.gabr...@das-netzwerkteam.de>
Date:   Thu Apr 12 00:43:07 2012 +0200

    happy new year, license change to AGPLv3+
---
 Makefile.docupload     | 2 +-
 README                 | 4 ++--
 TODO                   | 4 ++--
 debian/copyright       | 8 ++++----
 debian/rules           | 0
 man/man1/pyhoca-cli.1  | 2 +-
 pyhoca-cli             | 8 ++++----
 pyhoca/__init__.py     | 8 ++++----
 pyhoca/cli/__init__.py | 8 ++++----
 pyhoca/cli/frontend.py | 8 ++++----
 setup.py               | 8 ++++----
 11 files changed, 30 insertions(+), 30 deletions(-)

diff --git a/Makefile.docupload b/Makefile.docupload
index 1a6c71dd..825b3199 100644
--- a/Makefile.docupload
+++ b/Makefile.docupload
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 # Makefile.docupload file - for pyhoca-cli
-# Copyright 2010-2011 by Mike Gabriel <mike.gabr...@das-netzwerkteam.de>, 
GPLv3 applies to this file
+# Copyright 2010-2012 by Mike Gabriel <mike.gabr...@das-netzwerkteam.de>, 
AGPLv3+ 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 84cba905..f513376a 100644
--- a/README
+++ b/README
@@ -1,10 +1,10 @@
-pyhoca-cli - Copyright (C) 2010-2011 by Mike Gabriel 
<mike.gabr...@das-netzwerkteam.de>
+pyhoca-cli - Copyright (C) 2010-2012 by Mike Gabriel 
<mike.gabr...@das-netzwerkteam.de>
 
 Contributors:
     Jörg Sawatzki <joerg.sawat...@web.de>
     Dick Kniep <dick.kn...@lindix.nl>
 
-Published under the terms of the GNU General Public License.
+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 93bcd202..685f653f 100644
--- a/TODO
+++ b/TODO
@@ -1,10 +1,10 @@
-pyhoca-cli - Copyright (C) 2010-2011 by Mike Gabriel 
<mike.gabr...@das-netzwerkteam.de>
+pyhoca-cli - Copyright (C) 2010-2012 by Mike Gabriel 
<mike.gabr...@das-netzwerkteam.de>
 
 Contributors:
     Jörg Sawatzki <joerg.sawat...@web.de>
     Dick Kniep <dick.kn...@lindix.nl>
 
-Published under the terms of the GNU General Public License.
+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 c07c5340..95295add 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,21 +1,21 @@
 pyhoca-cli - Copyright (C) 2010 by Mike Gabriel 
<mike.gabr...@das-netzwerkteam.de>
 
 PyHoca-CLI is free software; you can redistribute it and/or modify
-it under the terms of the GNU General Public License as published by
+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-CLI 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 General Public License for more details.
+GNU Affero General Public License for more details.
 
-You should have received a copy of the GNU General Public License
+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.
 
-Published under the terms of the GNU General Public License.
+Published under the terms of the GNU Affero General Public License.
 See http://www.gnu.org/licenses/gpl.html for a recent copy.
 
 On Debian systems a local copy of the GPL license can also be 
diff --git a/debian/rules b/debian/rules
old mode 100755
new mode 100644
diff --git a/man/man1/pyhoca-cli.1 b/man/man1/pyhoca-cli.1
index efbc0333..9590cbef 100644
--- a/man/man1/pyhoca-cli.1
+++ b/man/man1/pyhoca-cli.1
@@ -5,7 +5,7 @@
 \\$2 \(la\\$1\(ra\\$3
 ..
 .if \n(.g .mso www.tmac
-.TH pyhoca-cli 1 "07 Sep 2011" "Version 0.1.4.x" "X2Go Application"
+.TH pyhoca-cli 1 "Apr 2012" "Version 0.1.4.x" "X2Go Application"
 .SH NAME
 pyhoca-cli \- X2Go command line client written in Python
 .SH SYNOPSIS
diff --git a/pyhoca-cli b/pyhoca-cli
old mode 100755
new mode 100644
index cd7f62d2..fcd02fb2
--- a/pyhoca-cli
+++ b/pyhoca-cli
@@ -1,19 +1,19 @@
 #!/usr/bin/python
 # -*- coding: utf-8 -*-
 
-# Copyright (C) 2010 by Mike Gabriel <m.gabr...@das-netzwerkteam.de>
+# Copyright (C) 2010-2012 by Mike Gabriel <mike.gabr...@das-netzwerkteam.de>
 #
 # PyHoca CLI is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
+# 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 CLI 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 General Public License for more details.
+# GNU Affero General Public License for more details.
 #
-# You should have received a copy of the GNU General Public License
+# 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.
diff --git a/pyhoca/__init__.py b/pyhoca/__init__.py
index 6204815a..23f929b8 100644
--- a/pyhoca/__init__.py
+++ b/pyhoca/__init__.py
@@ -1,18 +1,18 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (C) 2010 by Mike Gabriel <m.gabr...@das-netzwerkteam.de>
+# Copyright (C) 2010-2012 by Mike Gabriel <mike.gabr...@das-netzwerkteam.de>
 #
 # PyHoca CLI is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
+# 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 CLI 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 General Public License for more details.
+# GNU Affero General Public License for more details.
 #
-# You should have received a copy of the GNU General Public License
+# 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.
diff --git a/pyhoca/cli/__init__.py b/pyhoca/cli/__init__.py
index bb65c60c..d7fb69bc 100644
--- a/pyhoca/cli/__init__.py
+++ b/pyhoca/cli/__init__.py
@@ -1,18 +1,18 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (C) 2010 by Dick Kniep <m.gabr...@das-netzwerkteam.de>
+# Copyright (C) 2010-2012 by Mike Gabriel <mike.gabr...@das-netzwerkteam.de>
 #
 # PyHoca CLI is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
+# 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 CLI 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 General Public License for more details.
+# GNU Affero General Public License for more details.
 #
-# You should have received a copy of the GNU General Public License
+# 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.
diff --git a/pyhoca/cli/frontend.py b/pyhoca/cli/frontend.py
index 5d650a3b..d79bcd43 100644
--- a/pyhoca/cli/frontend.py
+++ b/pyhoca/cli/frontend.py
@@ -1,18 +1,18 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (C) 2010 by Mike Gabriel <m.gabr...@das-netzwerkteam.de>
+# Copyright (C) 2010-2012 by Mike Gabriel <mike.gabr...@das-netzwerkteam.de>
 #
 # PyHoca CLI is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
+# 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 CLI 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 General Public License for more details.
+# GNU Affero General Public License for more details.
 #
-# You should have received a copy of the GNU General Public License
+# 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.
diff --git a/setup.py b/setup.py
old mode 100755
new mode 100644
index 204f8d70..6f04946d
--- a/setup.py
+++ b/setup.py
@@ -1,19 +1,19 @@
 #!/usr/bin/env python
 # -*- coding: utf-8 -*-
 
-# Copyright (C) 2010 by Mike Gabriel <m.gabr...@das-netzwerkteam.de>
+# Copyright (C) 2010-2012 by Mike Gabriel <mike.gabr...@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
+# 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
 # (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 General Public License for more details.
+# GNU Affero General Public License for more details.
 #
-# You should have received a copy of the GNU General Public License
+# 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.

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on 
/srv/git/code.x2go.org/x2goclient.git
_______________________________________________
x2go-commits mailing list
x2go-commits@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-commits

Reply via email to