Follow-up Comment #4, task #4417 (project administration): > The dependence to the "Python Cryptography Toolkit" (pycrypto 1.9+) is > difficult. That project was published under a GPL incompatible license. > So you cannot use it as a dependence to your program. > Would you like to remove this dependence?
No I can't since it's not a direct dependence. It's a paramiko dependence. > Or change the license of your > own > program (to LGPL)? > For the LGPL see http://www.gnu.org/copyleft/lesser.html and > http://www.gnu.org/licenses/why-not-lgpl.html. I changed it to LGPL, I didn't see paramiko was LGPL. > And I get a little bit confused, because your license notices in your > source > code says: "This library is free software; you can redistribute it and/or > modify it under the terms of the GNU Lesser General Public" - you released > your files under the GNU LGPL? This was an unfortunate copy-paste, which turned out to be quite fortunate ;) > At last, the address of the FSF has changed, and is now: > > 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA > > Please update your license notices. It's now done, thanks to your script. <OT> By the way, your script has a bug, instead of "-ie", you should say "-i -e", else all files are backuped with a 'e' suffix. </OT> > Please update the copy of the license (usually, the 'COPYING' file) in > your > package as well. I replace the LICENSE file by the COPYING file containing the LGPL text. Thanks, David _______________________________________________________ Reply to this item at: <http://savannah.gnu.org/task/?func=detailitem&item_id=4417> _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/
