[X2go-Commits] python-x2go.git - master (branch) updated: 0.2.0.10-94-ga853ca8

X2Go dev team git-admin at x2go.org
Thu Nov 29 09:59:48 CET 2012


The branch, master has been updated
       via  a853ca8373782108de71c4a24189e0d60703ac98 (commit)
      from  901b38885619f6f4a16a42b17633de61d531427a (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 a853ca8373782108de71c4a24189e0d60703ac98
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Thu Nov 29 09:59:13 2012 +0100

    fix license in setup.py

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

Summary of changes:
 setup.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

The diff of changes is:
diff --git a/setup.py b/setup.py
index 1aeb494..396dd13 100755
--- a/setup.py
+++ b/setup.py
@@ -25,7 +25,7 @@ setup(
     name = "x2go",
     version = x2go.__VERSION__,
     description = "Python X2Go implements an X2Go client/session library in Python based on the Python Paramiko SSH module.",
-    license = 'GPLv3+',
+    license = 'AGPLv3+',
     author = 'Mike Gabriel',
     url = 'http://www.x2go.org',
     packages = find_packages('.'),


hooks/post-receive
-- 
python-x2go.git (Python X2Go Client API)

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 "python-x2go.git" (Python X2Go Client API).




More information about the x2go-commits mailing list