From: David F. <da...@sj...> - 2004-06-17 08:45:35
|
Denis Barmenkov wrote: >Hello, > >as far I know, Python source are easy recoverable from bytecode (*.pyc) >files, so you can send *.py ;-) > > If you're distributing proprietary software, then the fact that the source code is recoverable is not neccessarily the only important fact. License agreements can include agreeing not to recompile / reverse engineer the code, even if its an easy thing to do. Regards David |