Digital Watermarks
Nolan Godfrey presents a pretty cool idea in his article on the angrycoder about using a digital watermark
to protect your code. This digital watermark is just a really obfuscated method
that in the end prints out your copyright text, but it is a unique way to
protect someone from decompiling and then wholesale copying your
code.
-James