IANAL, you should get the advice of one, blah, blah, blah.

Firstly, you are allowed unlimited personal distribution and distribution within your organization. It's only an issue at all if you want to redistribute outside your organization.

That said, If you use PAR to distribute ActiveState-based applications, I think you are limited to using the options that require your users to download the Perl libraries. In other words, you can sort of "dynamically link" against ActivePerl. However, it would seem from the terms that are included with Komodo Pro that anything you compile and ship out with PAR (since Komodo uses PAR for compilation anyhow) is an acceptable redistribution.

Those are what the ActiveState licenses seem to say to me. It is worthy of note, though, that there is a great deal of industry precedent to suggest that redistributing static-linked code is not the same as redistributing the packages themselves -- so, you might be OK to send a PAR-packed .exe, complete with libraries.

What I suggest is sending e-mail to ActiveState and asking them what their policy is. They may not explain all of your legal rights, but you'll know if they are likely to have a problem with what you plan to do or not. What ever they say, get it in writing.

require General::Disclaimer;

All code, unless otherwise noted, is untested

"All it will give you though, are headaches after headaches as it misinterprets your instructions in the most innovative yet useless ways." - Maypole and I - Tales from the Frontier of a Relationship (by Corion)


In reply to Re^4: OT Windows Installers by radiantmatrix
in thread OT Windows Installers by jdtoronto

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.