[Python-legal-sig] [External] Re: Public Domain - export control issues
M.-A. Lemburg
mal at egenix.com
Sat May 11 14:05:23 CEST 2013
Hi Mark,
the PSF only distributes one source release which includes everything
needed to compile Python.
What you could do is grab such a source release and remove the code
that you don't need. Since the Python license allows you to
redistribute such a stripped down version, you could prepare
a non-EAR version specific to your needs.
Regards,
--
Marc-Andre Lemburg
eGenix.com
Professional Python Services directly from the Source (#1, May 11 2013)
>>> Python Projects, Consulting and Support ... http://www.egenix.com/
>>> mxODBC.Zope/Plone.Database.Adapter ... http://zope.egenix.com/
>>> mxODBC, mxDateTime, mxTextTools ... http://python.egenix.com/
________________________________________________________________________
2013-05-07: Released mxODBC Zope DA 2.1.2 ... http://egenix.com/go46
2013-05-06: Released mxODBC 3.2.3 ... http://egenix.com/go45
::::: Try our mxODBC.Connect Python Database Interface for free ! ::::::
eGenix.com Software, Skills and Services GmbH Pastor-Loeh-Str.48
D-40764 Langenfeld, Germany. CEO Dipl.-Math. Marc-Andre Lemburg
Registered at Amtsgericht Duesseldorf: HRB 46611
http://www.egenix.com/company/contact/
On 10.05.2013 17:01, Vogel, Mark A UTRC wrote:
> Hi Marc-Andre,
>
> I appreciate your response and would like to know if you could direct me to any specific release version (preferably source) that is packaged in a way that it is not subject to the EAR. I am not interested in using any cipher libraries.
>
> Thanks for your help.
> Mark
>
> -----Original Message-----
> From: Python-legal-sig [mailto:python-legal-sig-bounces+vogelma=utrc.utc.com at python.org] On Behalf Of M.-A. Lemburg
> Sent: Friday, May 10, 2013 4:22 AM
> To: Discussion of Python Legal/Compliance issues
> Subject: [External] Re: [Python-legal-sig] Public Domain - export control issues
>
> On 09.05.2013 20:41, Vogel, Mark A UTRC wrote:
>> If Python source is freely available and downloadable why isn't it listed as public domain software not subject to the EAR?
>
> Python is copyrighted software, not public domain software:
>
> http://docs.python.org/2/license.html
>
> Whether it's subject to export control depends on which country your referring to, whether you are talking about the source code or the compiled binary packages and which Python modules or 3rd party libraries you include in those.
>
> Python's source archive contains hash algorithms, but does not include ciphers. However, it does contain code interfacing to OpenSSL for implementing SSL network communication.
>
> Hope that helps,
> --
> Marc-Andre Lemburg
> eGenix.com
>
> Professional Python Services directly from the Source (#1, May 10 2013)
>>>> Python Projects, Consulting and Support ... http://www.egenix.com/
>>>> mxODBC.Zope/Plone.Database.Adapter ... http://zope.egenix.com/
>>>> mxODBC, mxDateTime, mxTextTools ... http://python.egenix.com/
> ________________________________________________________________________
> 2013-05-07: Released mxODBC Zope DA 2.1.2 ... http://egenix.com/go46
> 2013-05-06: Released mxODBC 3.2.3 ... http://egenix.com/go45
>
> ::::: Try our mxODBC.Connect Python Database Interface for free ! ::::::
>
> eGenix.com Software, Skills and Services GmbH Pastor-Loeh-Str.48
> D-40764 Langenfeld, Germany. CEO Dipl.-Math. Marc-Andre Lemburg
> Registered at Amtsgericht Duesseldorf: HRB 46611
> http://www.egenix.com/company/contact/
> _______________________________________________
> Python-legal-sig mailing list
> Python-legal-sig at python.org
> http://mail.python.org/mailman/listinfo/python-legal-sig
> _______________________________________________
> Python-legal-sig mailing list
> Python-legal-sig at python.org
> http://mail.python.org/mailman/listinfo/python-legal-sig
>
More information about the Python-legal-sig
mailing list