What is the best way of protecting my source code from being distributed without permission.
I've thought of perhaps moving my source to another server. Also toyed with the idea of obfuscating my code, but this might make it a pain to alter at a later date.
Has anyone any better ideas?