Thank you very much for your reply. Best Regards
From: Cody Piersall [mailto:cody.piers...@gmail.com] Sent: Sunday, January 10, 2016 1:43 PM To: python-list@python.org Cc: Martinez, Jorge Alberto (GE Aviation) Subject: Re: licenses On Fri, Jan 8, 2016 at 1:41 PM, Martinez, Jorge Alberto (GE Aviation) <jorgealberto.marti...@ge.com<mailto:jorgealberto.marti...@ge.com>> wrote: > > Hello > We develop applications here with Python and I want to know if there's issues > by using. > We use NumPy, PyDaqMx, Py Visa > > How can we cover this licensing? I am not a lawyer, and this is not legal advice. * NumPy is BSD-licensed, which means you can use NumPy in a commercial product as long as you include its license. * PyDAQmx is BSD-licensed as well. (You can find that information in their GitHub repository's README, https://github.com/clade/PyDAQmx<https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_clade_PyDAQmx&d=CwMFaQ&c=IV_clAzoPDE253xZdHuilRgztyh_RiV3wUrLrDQYWSI&r=XhZdnDxKqbMVxHnMKS8cy39qvizJj-B5o1h42ApbaXU&m=g9V4Hi68th5LHEdybauMHDf3-P8FxDr7KoBeaF1zDos&s=YFRBLoWBFEXPbaDcMCvXQXuGi1TLIcuwhwlebfvQX34&e=>) * Py Visa is MIT licensed (info on their GitHub: https://github.com/hgrecco/pyvisa/blob/master/LICENSE<https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_hgrecco_pyvisa_blob_master_LICENSE&d=CwMFaQ&c=IV_clAzoPDE253xZdHuilRgztyh_RiV3wUrLrDQYWSI&r=XhZdnDxKqbMVxHnMKS8cy39qvizJj-B5o1h42ApbaXU&m=g9V4Hi68th5LHEdybauMHDf3-P8FxDr7KoBeaF1zDos&s=RNSWKR0E0lk6NXmKDXICYkut9j3iAoAuWz8arjFMnfc&e=>), which means you can also use it in your software as long as you include the license. For summaries of lots of licenses, you can look at tldrlegal.com<https://urldefense.proofpoint.com/v2/url?u=http-3A__tldrlegal.com&d=CwMFaQ&c=IV_clAzoPDE253xZdHuilRgztyh_RiV3wUrLrDQYWSI&r=XhZdnDxKqbMVxHnMKS8cy39qvizJj-B5o1h42ApbaXU&m=g9V4Hi68th5LHEdybauMHDf3-P8FxDr7KoBeaF1zDos&s=uWyBQEUIttmuMHxJWbrWHYJYrlkGfrkd4afl-sq8cfc&e=>. * BSD license: https://tldrlegal.com/license/bsd-3-clause-license-(revised)<https://urldefense.proofpoint.com/v2/url?u=https-3A__tldrlegal.com_license_bsd-2D3-2Dclause-2Dlicense-2D-28revised-29&d=CwMFaQ&c=IV_clAzoPDE253xZdHuilRgztyh_RiV3wUrLrDQYWSI&r=XhZdnDxKqbMVxHnMKS8cy39qvizJj-B5o1h42ApbaXU&m=g9V4Hi68th5LHEdybauMHDf3-P8FxDr7KoBeaF1zDos&s=OOC2Es2Zx5J_Tz8LJCc_8IY-2ISEstA9rqrqo84669M&e=> * MIT license: https://tldrlegal.com/license/mit-license<https://urldefense.proofpoint.com/v2/url?u=https-3A__tldrlegal.com_license_mit-2Dlicense&d=CwMFaQ&c=IV_clAzoPDE253xZdHuilRgztyh_RiV3wUrLrDQYWSI&r=XhZdnDxKqbMVxHnMKS8cy39qvizJj-B5o1h42ApbaXU&m=g9V4Hi68th5LHEdybauMHDf3-P8FxDr7KoBeaF1zDos&s=fLK-HY63jkRmDV1kK3CUS4a9ljAX4NnURUFPBuIngF0&e=> It's never a bad idea to consult a lawyer. Since you work for GE, I would imagine there is an army of lawyers happy to answer this question at your disposal. Finding out how to talk to them might be the hard part. Cody -- https://mail.python.org/mailman/listinfo/python-list