McKusick's Soft Updates now under BSD license
Anonymous Coward writes "According to Kirk McKusick's soft updates page, the soft updates code that had a problematic license in the past is now (as of June 21 2000) released under a BSD license!.
This is another big plus for the *BSD community, including some people that were hesitant in adding this stuff in their code base."
Now I'm trying to figure out what might violate those terms. A non-binary and non-source form? So is this discussion about it a violation?
Offtopic, but THANK YOU SEWILCO!!!! That is the first "First post" that I've ever seen on topic, and not eaten up by AC phirst post goons...
We don't need no Net Explorer We don't need no Thought control
That applies only to redistribution, and in non-proprietary systems. This includes FreeBSD and most FreeBSD users.
If you wanted to use it for proprietary systems, you could approach Kirk for a relicense for yourself.
This is pretty standard. Did I miss your point?
Redistributions in any form must be accompanied by information on how to obtain complete source code for any accompanying software that uses this software...
In the BSD world, we want businesses to be able to make proprietary products out of our products. (There are reasons for this which I will avoid discussing in this post.) With the old license in place, some company using softupdates would need to provide the source to softupdates, costing them money and time. The old license is not the BSD way.
--
Eric is chisled like a Greek Godess
marotti.com
Yes, it was there, but it was disabled, and marked along the lines of "do not use unless you want to debug". When I set up an OpenBSD machine to be secure and solid, I don't install _any_ external pieces of code. If softdeps is there by default, then that means that softdeps has been checked out and approved by the OpenBSD squad. (running NetBSD-current is an entirely different issue however, that box is a test bed and I do whatever I want with it)
I just got finished with McKusick's kernel internals class, and I must say, softdeps is conceptually one of the most interesting pieces of code I have ever seen. It's great that it will get to show up in {Open,Net,Free}BSD.