Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #101448
| From | Cody Piersall <cody.piersall@gmail.com> |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | Re: licenses |
| Date | 2016-01-10 13:42 -0600 |
| Message-ID | <mailman.10.1452454979.3151.python-list@python.org> (permalink) |
| References | <4C734AA4F3F9AC4891265961BD4D48539929AA@CINMBCNA07.e2k.ad.ge.com> |
On Fri, Jan 8, 2016 at 1:41 PM, Martinez, Jorge Alberto (GE Aviation) < JorgeAlberto.Martinez@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) * Py Visa is MIT licensed (info on their GitHub: https://github.com/hgrecco/pyvisa/blob/master/LICENSE), 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. * BSD license: https://tldrlegal.com/license/bsd-3-clause-license-(revised) * MIT license: https://tldrlegal.com/license/mit-license 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
Back to comp.lang.python | Previous | Next — Next in thread | Find similar | Unroll thread
Re: licenses Cody Piersall <cody.piersall@gmail.com> - 2016-01-10 13:42 -0600 Re: licenses Grant Edwards <invalid@invalid.invalid> - 2016-01-11 15:27 +0000
csiph-web