Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #101448 > unrolled thread
| Started by | Cody Piersall <cody.piersall@gmail.com> |
|---|---|
| First post | 2016-01-10 13:42 -0600 |
| Last post | 2016-01-11 15:27 +0000 |
| Articles | 2 — 2 participants |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
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
| From | Cody Piersall <cody.piersall@gmail.com> |
|---|---|
| Date | 2016-01-10 13:42 -0600 |
| Subject | Re: licenses |
| Message-ID | <mailman.10.1452454979.3151.python-list@python.org> |
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
[toc] | [next] | [standalone]
| From | Grant Edwards <invalid@invalid.invalid> |
|---|---|
| Date | 2016-01-11 15:27 +0000 |
| Message-ID | <n70hkt$fu$2@reader1.panix.com> |
| In reply to | #101448 |
On 2016-01-10, Cody Piersall <cody.piersall@gmail.com> wrote:
> It's never a bad idea to consult a lawyer. Since you work for GE, I would
> imagine there is an army of lawyers
That is udoubtedly true.
> happy to answer this question
Whether you can actually get an answer out of any of them within
before the expiry of the project is another issue entirely.
> at your disposal. Finding out how to talk to them might be the hard
> part.
--
Grant Edwards grant.b.edwards Yow! RELATIVES!!
at
gmail.com
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.python
csiph-web