I have to deliver a command line Linux executable to a company as a trial. If they like it, they are supposed to buy it afterwards. My worry is that the program is unprotected and they could keep it after the symbolic trial period, redistribute it or copy it.
Is there any easy way to provide basic protection to the executable? For example not being able to execute it after a given period...
Thanks!!!