Boost license 1.0 is not OSI compliant (i.e. not an open source license)
As a hobby project, I've been fiddling with a ref-counted C++ string
"mostly constant time" class with Boost license, <url:
home.no.net/alfps/cpp/lib/alfs_v06.zip>; Boost license because I gather
that most C++ practitioners are familiar with Boost and can feel safe
with that license -- no more hidden legal traps than we so far have
had the impression that using Boost has.
Now I thought I'd put that project on SourceForge, mainly to gain some
experience with open source development. Also, perhaps others could
then participate. But it was rejected due to the Boost license, which
apparently does not permit distribution of the source code!
Quoting the SourceForge project rejection:
<quote>
Current status: Rejected by SF.net
Review comment: Greetings,
This project is being rejected at this time as the selected license is
not OSI compliant. The main point here is that the license you selected
does not explicitly state that that the source code may also be freely
distributed.
I recommend that you select a different license, the BSD license may be
more along the lines you seek, and resubmit this project request. We
will approve it at that time if you select that license or other similar
such OSI compliant license.
Best regards,
Daniel Hinojosa - Sr. Manager Support, SourceForge.net
</quote>
Checking... Sure enough, there's no Boost license in the OSI list, at
<url: http://www.opensource.org/licenses/alphabetical>. And this
license is a few years old. If it was OK as open source, presumably it
would be in the OSI list by now?
Since OSI doesn't recognize the Boost license as open source, are all we
who have simply downloaded and installed the Boost library in source
code form, not paying a penny, in violation of Boost's license?
Or should we not use the Boost license for open source C++ code?
Cheers (scratching his head),
- Alf
--
A: Because it messes up the order in which people normally read text.
Q: Why is it such a bad thing?
A: Top-posting.
Q: What is the most annoying thing on usenet and in e-mail?
[ See http://www.gotw.ca/resources/clcm.htm for info about ]
[ comp.lang.c++.moderated. First time posters: Do this! ]