Re: [Python-Dev] Boost Software License

2013-01-28 Thread Guido van Rossum
I would check with the PSF's lawyers. That's what they're there for. Developers shouldn't be giving legal advice. On Mon, Jan 28, 2013 at 1:44 AM, Antoine Pitrou wrote: > Le Sun, 27 Jan 2013 21:30:23 +0100, > Stefan Behnel a écrit : >> Serhiy Storchaka, 27.01.2013 17:52: >> > Is Boost Software L

Re: [Python-Dev] Boost Software License

2013-01-28 Thread Antoine Pitrou
Le Sun, 27 Jan 2013 21:30:23 +0100, Stefan Behnel a écrit : > Serhiy Storchaka, 27.01.2013 17:52: > > Is Boost Software License [1] compatible with Python license? Can I > > steal some code from Boost library [2]? > > > > [1] http://www.boost.org/LICENSE_1_0.txt > > [2] http://www.boost.org/ > >

Re: [Python-Dev] Boost Software License

2013-01-27 Thread Stefan Behnel
Serhiy Storchaka, 27.01.2013 17:52: > Is Boost Software License [1] compatible with Python license? Can I steal > some code from Boost library [2]? > > [1] http://www.boost.org/LICENSE_1_0.txt > [2] http://www.boost.org/ Depends on what you want to do with it after stealing it. Assuming you want

Re: [Python-Dev] Boost Software License

2013-01-27 Thread Oleg Broytman
On Sun, Jan 27, 2013 at 06:52:21PM +0200, Serhiy Storchaka wrote: > Is Boost Software License [1] compatible with Python license? Can I > steal some code from Boost library [2]? > > [1] http://www.boost.org/LICENSE_1_0.txt > [2] http://www.boost.org/ BSD-ish license? I think yes, it's compat

[Python-Dev] Boost Software License

2013-01-27 Thread Serhiy Storchaka
Is Boost Software License [1] compatible with Python license? Can I steal some code from Boost library [2]? [1] http://www.boost.org/LICENSE_1_0.txt [2] http://www.boost.org/ ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mai