Current license is LGPL v2.1 which does not clearly state what happens with interpreted code. For example, is import pyipmi considered dynamic linking or not? It could be considered the Python equivalent of C's #include that is static usage under license terms.
Please consider licensing python-ipmi also under a MIT or BSD license.
Current license is LGPL v2.1 which does not clearly state what happens with interpreted code. For example, is
import pyipmiconsidered dynamic linking or not? It could be considered the Python equivalent ofC's#includethat is static usage under license terms.Please consider licensing
python-ipmialso under a MIT or BSD license.