2011/2/18 Massimo Di Pierro <[email protected]>: > Clarification: except for the memcache folder (which has its own > license in PKG-INFO) all the others were actually written specifically > by web2py users for web2py and are prt of web2py. they are under > contrib simply because they are add-on modules not on the same foot as > the core.
Thanks for the clarification. Anyway to avoid posible reclamations from the people on charge of checking licenses, could you add the license to the source files that have a copyright or author notice but not license? I.E.: gluon/contrib/gae_memcache.py gluon/contrib/taskbar_widget.py For the rest is logical to supose that they are under the web2py license, but for these some doubts might arise. On the other hand, I contacted John Conde, mentioned at gluon/contrib/AuthorizeNet.py because the license of his previous work was unknown. He has licensed it as GPL at http://www.johnconde.net/blog/integrate-the-authorizenet-aim-api-with-python-3-2/ so maybe you'll like to fix it in your sources too. Thanks. > > On Feb 18, 3:37 pm, Massimo Di Pierro <[email protected]> > wrote: >> gluon/contrib/login_methods/* >> >> web2py license >> >> gluon/contrib/gae_memcache.py >> >> web2py license >> >> gluon/contrib/memcache/* >> >> Python license >> >> gluon/contrib/populate.py >> >> web2py license >> >> gluon/contrib/taskbar_widget.py Author: Mark Larsen, mostly stolen >> from Mark >> Hammond's C:\Python25\Lib\site-packages\win32\Demos >> \win32gui_taskbar.py >> >> web2py license (ok because the reference code is Python license) >> >> On Feb 17, 12:18 pm, José L. <[email protected]> wrote: >> >> >> >> >> >> >> >> > Hello, in my progress of making the Debian packaging of web2py I'm dealing >> > with the non-always-clear world of licensing. >> > Up to now, I've some clear parts, which can be read at: >> >> >http://paste.debian.net/107968/ >> >> > For Massimo and all the web2py contributors, it would be great if you can >> > take a look at the above link to check everything is right. >> >> > At the dark side, I have the license of these files/dirs: >> >> > gluon/contrib/login_methods/* >> > gluon/contrib/gae_memcache.py >> > gluon/contrib/memcache/* >> > gluon/contrib/populate.py >> > gluon/contrib/taskbar_widget.py Author: Mark Larsen, mostly stolen from >> > Mark >> > Hammond's C:\Python25\Lib\site-packages\win32\Demos\win32gui_taskbar.py >> >> > They have no clear license, so I would need to know the real author of >> > these >> > files, the copyright and license, and if that's not possible, if some/all >> > of >> > these files can be removed from the sources. If the license is not right >> > they can cause the rejecting of web2py in Debian. >> >> > Thanks in advance for your help. >> > Regards.

