I noticed today that stackoverflow's cc-wiki (aka creative commons attribution/share alike license) does not allow the answers to questions to be used in commercial products.
Very specificially, and perhaps I've misunderstood the license, it has a share-alike clause, meaning any derivative work would also be share-alike.
Corporations eschew such clauses, because while the answer might be necessary, or even key, they must retain the rights to their own work. Not just corporations, but anyone who holds a copyright.
So what's the right license to put on sample code? I don't want people ripping off my code or productizing it with little to no work of their own and making tons of cash. But I also want larger projects to be able to use it.
EDIT: Some clarification. I actually want commercial usage to be ok. Supposing I write a good caching algorithm in answer to a question; I don't mind if some larger project like Mozilla or IE wants to use it, even a commercial product, but I don't want someone to take the algorithm and start selling it.
IE, it's ok if they want to USE the algorithm in their product, not OK if their product is the algorithm.
