So I decompiled some text to speech engine or stolen JavaScript snipped from your home page. What would stop me from reusing them? I can just change a few identifier names, and you will have no chance proving that you wrote original code. Especially in decompiled code, which doesn't preserve anything, but your unique algorithm.
Name:
Anonymous2013-03-07 9:34
>>2 http://doc.sumy.ua/prog/JavaScript_1.1_SE/ch1.htm
Because the source code of JavaScript script presently must be included as part of the HTML source code for a document, there is no way to protect code from being copied and reused by people who view your Web pages.
This raises concerns in the software industry about protection of intellectual property. The consensus is that JavaScript scripts are basically freeware at this point in time.