Looking at that site for the second time, I can't help but think that it is in violation of the perl licence, specifically, it says this:
Copyright & Licence
Copyright (C) 2003 Graciliano M. P. <gm[at]virtuasites.com.br>
This program is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.
Whilst at the same time offering the binaries without offering source-code.
To explain: the perl licence offers the recipient the choice between GPL or artistic licence, or both, but the GPL licence REQUIRES the sourcecode to be either distributed with the binaries, or offered for a nominal copying fee to anyone recieving the binaries.
update: I should explain that the offer for source code should be a written offer accompanying the binaries, according to the GPL.
| [reply] [d/l] |
Take a look in the module LibZip. This is the source/generator of TinyPerl.
Graciliano M. P.
"Creativity is the expression of the liberty".
| [reply] |
You misinterpret the choice, in such a way as there is no choice.
As a redistributor, you have the choice of what license you want to distribute under. You can choose the Artistic License, which lets you distribute modified binaries without source, so long as you "give non-standard executables non-standard names, and clearly document the differences in manual pages (or equivalent), together with instructions on where to get the Standard Version." (4c)
Warning: Unless otherwise stated, code is untested. Do not use without understanding. Code is posted in the hopes it is useful, but without warranty. All copyrights are relinquished into the public domain unless otherwise stated. I am not an angel. I am capable of error, and err on a fairly regular basis. If I made a mistake, please let me know (such as by replying to this node).
| [reply] |
But the program isn't distributed under the Artistic Licence alone, but under the Perl license, hence also under the GPL, which does require the source code to be available.
| [reply] |