In fact, this is exactly what ActiveState has done with ActivePerl. They explicitly state that they are using the Artistic License in their redistribution of Perl source, binaries, and modules. For their own value-adds, they use their own license-- which, IIRC, is a fairly friendly license (although most of its friendliness is due to the fact that they have to comply with either the AL or the GPL). What impact ActiveState specifically removing the GPL from the license options has, I don't want to speculate.

I've never actually perused the licenses on any of the modules I've downloaded from CPAN or in the Perl core module set, as I'm under the impression that they are all covered under the same terms as Perl (using phrases recommended by the Artistic License itself in most cases). Are there any exceptions that are notable in this regard?\

Clarification: the following is from the ActivePerl 'copyright.html' file in their installed distribution: ActiveState Tool Corp., has chosen to use all Open Source content in the ActivePerl Package under the terms of the Artistic License. Which I interpret to mean that they are explicitly choosing one of the licenses out of the dual license offering, and would guess this affects work derived from ActiveState's distribution.

In reply to (ichimunki) re x 6: licensing confusion by ichimunki
in thread licensing confusion by david54321

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.