Re: [Boost-users] Apple iPod uses Boost
From: Gennaro Prota
Subject: Re: [Boost-users] Apple iPod uses Boost
Well, of course Boost isn't the only library using the Boost Software License. And, are they distributing the sources? Otherwise I don't see why reproducing the license.
I haven't seen the Boost License being used outside of Boost, although certainly the license can be applied to any open source software. Since the Boost license is similar to the BSD style license, it is likely that an open source project would choose one of the more popular BSD or MIT style licenses. Also, the Boost license does not require that source be available for distribution. That is a characteristic of GPL, LGPL and other copyleft licenses. The Boost license is an attribution license. See http://www.boost.org/users/license.html. ________________________________ Robert Marion http://www.palamida.com
I haven't seen the Boost License being used outside of Boost, although certainly the license can be applied to any open source software. Since the Boost license is similar to the BSD style license, it is likely that an open source project would choose one of the more popular BSD or MIT style licenses.
The Boost Software License (BSL1.0) has been used by a number of other projects. The POCO project is one user: http://pocoproject.org/poco/info/license.html SourceForge has 17 projects listed as using the BSL1.0: http://sourceforge.net/softwaremap/trove_list.php?form_cat=678 (of which 2 are Boost related). I'm sure that this is not a comprehensive list. Before/during the creation of the BSL1.0, other opensource licenses were examined and found unsatisfactory. Some of this discussion is at http://www.boost.org/users/license.html , more can also be found at http://www.crystalclearsoftware.com/cgi-bin/boost_wiki/wiki.pl?Boost_License . If you agree with the reasons for the creation of BSL1.0, then it makes sense to use it for your projects and to prefer software that uses it. Particular things I like about the BSL1.0: 1) The single form of the BSL1.0 license means that I don't have to worry about all the minor modifications that seem to appear when people edit BSD style licenses for their project. 2) I don't have to edit the license (and worry about possible legal ramifications) or include it in every file. The short form is enough: // Copyright Joe Coder 2004 - 2006. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt)
The Boost Software License (BSL1.0) has been used by a number of other projects. The POCO project is one user: http://pocoproject.org/poco/info/license.html
SourceForge has 17 projects listed as using the BSL1.0: http://sourceforge.net/softwaremap/trove_list.php?form_cat=678 (of which 2 are Boost related).
I'm sure that this is not a comprehensive list.
Interesting. Looks like there's no way to get which of those project is referred by iPod legal text.
At 1:13 PM -0700 10/18/08, Robert Marion wrote:
From: Gennaro Prota
Subject: Re: [Boost-users] Apple iPod uses Boost
Well, of course Boost isn't the only library using the Boost Software License. And, are they distributing the sources? Otherwise I don't see why reproducing the license.
I haven't seen the Boost License being used outside of Boost, although certainly the license can be applied to any open source software. Since the Boost license is similar to the BSD style license, it is likely that an open source project would choose one of the more popular BSD or MIT style licenses.
If you look at zlib - some of the "third party" portions are licensed under different licenses than zlib; including at least one piece that is licensed under the BSL 1.0. Look in contrib/dotzlib. -- -- Marshall Marshall Clow Idio Software mailto:marshall@idio.com It is by caffeine alone I set my mind in motion. It is by the beans of Java that thoughts acquire speed, the hands acquire shaking, the shaking becomes a warning. It is by caffeine alone I set my mind in motion.
participants (4)
-
Alexander Gutenev
-
jedlund@caltech.edu
-
Marshall Clow
-
Robert Marion