I have written some snippets for an application that uses the new bsd license. I used to release my snippets with the WTFPL.
If it is not compatible, what do I have to do?
|
I have written some snippets for an application that uses the new bsd license. I used to release my snippets with the WTFPL. If it is not compatible, what do I have to do? | ||||
|
feedback
|
|
Compatible in which direction? Anything licensed under the WTFPL can be included in BSD code. However the warranty disclaimer in BSD code means that you can't include BSD code in WTFPL code. But any piece of code that you wrote, even if it is meant to be used with BSD code, is yours and you're free to license it in any way you want, including WTFPL. Of course if the whole is being distributed, the most restrictive license applies. Which would be the BSD. If you're getting near a boundary, for instance your code is yours but you copied ideas liberally from some BSD code so it might be a derivative work, then to be perfectly safe you can talk to a lawyer. (Which I am not.) Of course it only really matters if the author of the BSD code objects to what you have done. Note that I, personally, would respect the BSD license, but on a borderline case would lean towards saying that the BSD person won't object. Particularly if we're just talking about snippets of code. This position is not necessarily legally defensible, but in practice you're unlikely to run into trouble. | |||||
feedback
|