Linked by Thom Holwerda on Fri 6th Apr 2007 13:14 UTC, submitted by detonator

Thread beginning with comment 228217
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
Member since:
2006-01-21
It may not be an official release, but according to my layman knowledge (inserting IANAL and all the other disclaimers here ... done) incorporating code samples into code that goes to a public accessible CVS server should qualify as distribtion.
And the GPL is crystal clear about distributing derived works.
In the light of [1]
A: No, in that case the organization is just making the copies for itself. As a consequence, a company or other organization can develop a modified version and install that version through its own facilities, without giving the staff permission to release that modified version to outsiders.
However, when the organization transfers copies to other organizations or individuals, that is distribution. In particular, providing copies to contractors for use off-site is distribution.
and to a lesser extend [2] and [3], I would guess, that an internal revision control system for the (Open)BSD project without access to the general public would have prevented this situation, if it really has arrived by accident.
EDIT: I don't suggest, that using an NDA to exploit the secnario in [3] should be a viable path for a FOSS project. But it is one method, if sealing of the CVS /SVN server from the public is not feasable / practicable either.
But such a construction would be very awkward for an open source project, as in the FOSS community development and distribution go hand in hand.
Feel free to correct me, if I'm wrong! Thanks in advance
[1]http://www.fsf.org/licensing/licenses/gpl-faq.html#InternalDistribu...
[2]http://www.fsf.org/licensing/licenses/gpl-faq.html#TOCDoesTheGPLAll...
[3]http://www.fsf.org/licensing/licenses/gpl-faq.html#DevelopChangesUn...
Edited 2007-04-06 18:42