BSD family of licenses and consumer rights

But Sir, the horse, while dead, has not yet been beaten into constituent molecules. May we flog it for a while longer?
Wrong. We are switching from the "licensed consumer" era to the "franchisee prospective consumer" era. They are "teleolinked" in an "interpretative" way from the clear "trollintentions" of the original copyright holders, which donated their code with the hidden intention to stole back all subsequent customization, because we all known that Berkeley is not a city but a GNU! /s
 
Damn. 148 posts in and they still can’t grasp permissive licensing. I think it’s about time to close this troll thread.
It kind of contradicts its own reason to exist. If everyting is free to use, modify and redistribute, what's the purpose of any license on it?
 
It kind of contradicts its own reason to exist. If everyting is free to use, modify and redistribute, what's the purpose of any license on it?
Because if you publish a piece of code without a license, the Berne Convention, "requires protection for all creative works in a fixed medium be automatic, and last for at least 50 years after the author's death for any work".

So by default, no one can use it, because it is under copyright. The BSD LICENSE lists the terms you had to follow for using the source code, that are mainly an attribution. i.e. citation.

If you respect these terms you can reuse the code. The license is no viral. Your modification can be released under different terms.
 
It kind of contradicts its own reason to exist. If everyting is free to use, modify and redistribute, what's the purpose of any license on it?

...to keep it open source.

The difference is there is no restrictions on derivative work.

This isn't rocket science.
 
It kind of contradicts its own reason to exist. If everyting is free to use, modify and redistribute, what's the purpose of any license on it?
The point of it is that the software itself doesn't change licenses just because it's in your possession and included in your product. Except in rare cases the original source code is out there somewhere, it's whatever source that, in this case Sony, added to that which isn't required to be provided. And, in large part to prevent the software from having its licensed changes those files have to retain the license. It also somewhat protects against somebody getting the source and then pretending that it belongs to them and send a bunch of cease and desist letters to other people using the code that they got.

Honestly, people make this stuff far more complicated than it really is. The BSD license is a license that puts about as little restrictions on its use as possible. Sure, there are even less restrictive options like literally declaring it to be a part of the public domain and certain types of Creative Commons licenses, but it's pretty close to unencumbered.
 
...to keep it open source.

The difference is there is no restrictions on derivative work.

This isn't rocket science.
Is it relevant without being a public system? I'm running a modified FreeBSD in several stores. It's not published. They have to call me at problems. It also doesn't contain any license documents and isn't registered somewhere as property. Doing this since 7.0 or so. Advantage is that nobody knows what I'm talking about anyway when it gets technical.
I don't think it makes any difference in my case but it's probably different if it was a public downloadable system. I might add a disclaimer for people destroying their computers by using it and then blame me. 😆
 
Back
Top