sourcepirate / force-app-engine

Automatically exported from code.google.com/p/force-app-engine
0 stars 0 forks source link

Unclear Code license of python_client.py and marshall.py #6

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
it is not clear which code license you were using for python_client.py and 
marshall.py. I guess marshall.py came from 
http://salesforce-beatbox.googlecode.com/svn/trunk/src/beatbox/marshall.py

python_client.py seems to be a modified version of 
http://salesforce-beatbox.googlecode.com/svn/trunk/src/beatbox/python_client.py

This is important since you have published your project under GNU GPL v3 but 
the code you are using (e.g. _beatbox.py and xmltramp.py) is under GNU GPL v2. 
This is a violation of the GPL according to 
http://www.gnu.org/licenses/gpl-faq.html#v2v3Compatibility

A quick fix would be to publish your code under GNU GPL v2.

Original issue reported on code.google.com by sascha.k...@gmail.com on 11 Jan 2012 at 5:46