Does anyone have a good method for licensing Tcl/Tk code?
My code is already converted to an executable to prevent others from seeing the source code.
However, how can I prevent my code from being copied?
I thought that locking each copy to a hostname and hostid number would be alright protection. However, there is no way to obtain the hostid (mac address).
Maybe Tcl/Tk has some built in features to make this an easier task?
My code is already converted to an executable to prevent others from seeing the source code.
However, how can I prevent my code from being copied?
I thought that locking each copy to a hostname and hostid number would be alright protection. However, there is no way to obtain the hostid (mac address).
Maybe Tcl/Tk has some built in features to make this an easier task?