[X2go-Commits] pyhoca-cli.git - master (branch) updated: 0.1.4.2-8-gc522c0a

X2Go dev team git-admin at x2go.org
Thu Apr 12 01:08:33 CEST 2012


The branch, master has been updated
       via  c522c0a7e5bce527de073a51db4adb165f3e9d69 (commit)
      from  9c63db33b0b31598afb9c0dee92131649c93528b (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 c522c0a7e5bce527de073a51db4adb165f3e9d69
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Thu Apr 12 01:08:30 2012 +0200

    license change to AGPLv3+

-----------------------------------------------------------------------

Summary of changes:
 debian/copyright       |   11 ++++++-----
 debian/pyhoca-cli.docs |    1 +
 debian/rules           |    2 +-
 setup.py               |    6 +++---
 4 files changed, 11 insertions(+), 9 deletions(-)

The diff of changes is:
diff --git a/debian/copyright b/debian/copyright
index 95295ad..9e0534c 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,4 +1,4 @@
-pyhoca-cli - Copyright (C) 2010 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+pyhoca-cli - Copyright (C) 2010-2012 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
 
 PyHoca-CLI is free software; you can redistribute it and/or modify
 it under the terms of the GNU Affero General Public License as published by
@@ -16,13 +16,14 @@ Free Software Foundation, Inc.,
 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
 
 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 
-found in /usr/share/common-licenses.
+See http://www.gnu.org/licenses/agpl-3.0.txt for a recent copy.
 
 The code has been packaged for Debian by Mike Gabriel
 <mike.gabriel at das-netzwerkteam.de>
 
+For the contained packaging files for Debian/Ubuntu, however, the
+,,normal'' GNU General Public License (version 3 or higher) applies. 
+A copy of this license can also be found at /usr/share/common-licenses/.
+
 light+love,
 Mike Gabriel
diff --git a/debian/pyhoca-cli.docs b/debian/pyhoca-cli.docs
index efae7f1..0199bc0 100644
--- a/debian/pyhoca-cli.docs
+++ b/debian/pyhoca-cli.docs
@@ -1,3 +1,4 @@
 README
 TODO
+LICENSE.txt
 .build_man2html/html
\ No newline at end of file
diff --git a/debian/rules b/debian/rules
index f4ddccc..0c53906 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 by Mike Gabriel
+# Copyright 2010-2012 by Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
 
 PYVERS=$(shell pyversions -vr)
 
diff --git a/setup.py b/setup.py
index 6f04946..b3f0120 100755
--- a/setup.py
+++ b/setup.py
@@ -22,10 +22,10 @@ from setuptools import setup, find_packages
 import pyhoca.cli
 
 setup(
-    name = "PyHoca CLI",
+    name = "PyHoca-CLI",
     version = pyhoca.cli.__VERSION__,
-    description = "PyHoca CLI is a cross-platform (Windows, MacOS X, Linux) X2Go client for the command line.",
-    license = 'GPL',
+    description = "PyHoca-CLI is a cross-platform (Windows, MacOS X, Linux) X2Go client for the command line.",
+    license = 'AGPLv3+',
     author = 'Mike Gabriel',
     url = 'http://www.x2go.org',
     packages = [ 'pyhoca.cli', ],


hooks/post-receive
-- 
pyhoca-cli.git (Python X2Go Client (command line client))

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-cli.git" (Python X2Go Client (command line client)).




More information about the x2go-commits mailing list