I'm not discussing your repos, but rather the license choice.
You appear to have forgotten to add the "No Warranty" clause to the repo's you use the WTFPL on. This implicitly means your code is fit for use, and if it crashes my system, you are liable (and, more importantly, you accept liability).
I wouldn't need you to re-license under BSD since the WTFPL allows me to do this already... without your knowledge nor permission.
The WTFPL allows me to re-assign copyright to myself, effectively stealing your work. I might even be able to pursue you after claiming the codebase as my own work (and re-licensing it under a proprietary license).
In any event, the WTFPL provides you with almost no protections against much of anything. As a fellow developer, I don't want anyone to get screwed. I agree with the spirit and intent of your license choice (I use Apache 2.0 for my projects specifically to allow others to do whatever they want, except claim copyright or re-license). However, I feel this license is more of a joke and could do more harm than good.
This implicitly means your code is fit for use, and if it crashes my system, you are liable (and, more importantly, you accept liability).
I'm glad you mention this. I work at an investment bank programming high frequency trading algorithms and we've been evaluating BrainFuck Bot as a way of performing tens of thousands of stock transactions per second for a mission critical enterprise application.
Since I now know the author of BrainFuck Bot did not checkmark the "No Warranty" clause thereby assuring me of perfect code and his infinite liability thereof, I feel more confident in betting the future of my bank on this code.
You appear to have forgotten to add the "No Warranty" clause to the repo's you use the WTFPL on. This implicitly means your code is fit for use, and if it crashes my system, you are liable (and, more importantly, you accept liability).
Can you point to some legal sources which agree with this claim? That is, the claim that if you put up source code but don't explicitly disclaim liability, you are liable?
It's actually the reverse when it comes to licensing (or contracts for the matter). If you don't explicitly state it, then it can be interpreted to be implicit. When dealing with licensing or contracts, you want as little legal wiggle room as possible. Part of the reason even the most basic of contacts/licensing are pretty verbose.
There is no sale here. Do you have an example of someone being held liable for code they gave way, or some analysis by a lawyer or judge saying someone in such a situation could be held liable?
The terms and conditions apply to copying, distribution and modification, wherein you can do what the fuck you want to.
So the WTFPL states that the copy, the distribution or the modification are subject to whatever you want to do to them. Therefore you can relicense or possibly† transfer copyright of your copy. The original is still owned by the author and is still licensed under the WTFPL. Yes, those are the same bits, even possibly traceable to the same origin. Only their Color changed[0].
† barring lawful statements that mandate copyright transfer to be explicit.
Copyright is something the comes with ownership and is what author of a work normally has; and copyright is what gives him exclusive rights with regards to copying, distributing, modifying, performing, etc. Note that copyright itself is not one of these exclusive rights granted by copyright! That would be circular.
So when you place a license on your work, you are just granting people these rights which would normally be exclusive to you as the owner, granted to her by copyright. Again: copyright is not one of these exclusive rights, copyright is property the author owns. When people receive a copy, they do not receive ownership or copyright.[2] They receive a physical copy of a work but the "intellectual property" is still held by the author. At no point was it transferred. And you cannot on your own claim and transfer the author's ownership of the property any more than you can take his home or car or wife. What you can do (as the license permits) is to practice these rights such as copying, performance, etc. which are normally exclusive to the owner.
Re-assigning or transferring copyright (in the sense that you become the owner and can sue the original author as Alupis intended) quite literally means transferring one's property to someone else. If the author of a work transfers his copyright, he no longer owns the work. It gets a new owner, just like your car would do if you gave it to someone else. Transfer of copyright is not at all the same as granting other people the same rights you have. In the US, such exclusive transfer of copyright cannot happen without black-on-white and the signature of the owner:
[1]
Any or all of the copyright owner’s exclusive rights or any subdivision of those rights may be transferred, but the transfer of exclusive rights is not valid unless that transfer is in writing and signed by the owner of the rights conveyed or such owner’s duly authorized agent.
[2]
Mere ownership of a book, manuscript, painting, or any
other copy or phonorecord does not give the possessor
the copyright. The law provides that transfer of ownership
of any material object that embodies a protected work
does not of itself convey any rights in the copyright.
EDIT: Furthermore, under the Berne Convention, original authors have the moral right to be known as the author. This right is inalienable: you can't give it away, and it cannot be taken away; you have that right even after everything else (i.e. the economic rights) is exclusively transferred to someone else. I think that makes Alupis' idea of claiming someone's code as his own work illegal.
So, in short, no, you can't re-assign copyright to yourself and then sue the original author for copyright infringement. No, you cannot claim to be the original author and to own the work. No, you do not become the owner of the work when you receive a copy along with a license that allows you to further copy, modify, distribute, perform, etc.
I'm not discussing your repos, but rather the license choice.
You appear to have forgotten to add the "No Warranty" clause to the repo's you use the WTFPL on. This implicitly means your code is fit for use, and if it crashes my system, you are liable (and, more importantly, you accept liability).
I wouldn't need you to re-license under BSD since the WTFPL allows me to do this already... without your knowledge nor permission.
The WTFPL allows me to re-assign copyright to myself, effectively stealing your work. I might even be able to pursue you after claiming the codebase as my own work (and re-licensing it under a proprietary license).
In any event, the WTFPL provides you with almost no protections against much of anything. As a fellow developer, I don't want anyone to get screwed. I agree with the spirit and intent of your license choice (I use Apache 2.0 for my projects specifically to allow others to do whatever they want, except claim copyright or re-license). However, I feel this license is more of a joke and could do more harm than good.