jtriley / StarCluster

StarCluster is an open source cluster-computing toolkit for Amazon's Elastic Compute Cloud (EC2).
http://star.mit.edu/cluster
GNU Lesser General Public License v3.0
583 stars 313 forks source link

could a file be double-licensed? #616

Open yarikoptic opened 6 years ago

yarikoptic commented 6 years ago

in our project, which is currently under MIT license, we thought to make use of starcluster/sshutils.py where you nicely implemented interactions with remote ssh hosts. But starcluster itself is under LGPL, so we could indeed just use it at run time but we need just that file so we hoped to be able to carry a copy of it within our project without causing it becoming LGPLed.

Would it be possible/feasible to get that file released also under more permissive license (e.g. MIT)?