Hi,

I've never been one that gets fanatical about licenses, but I need to deal with it now, so I would like to ask for your opinion.

I have a program I wrote at school for internal use in my lab, and now we want to release it to the public. My boss is flexible about choosing the license under which we will release the software.

We don't want to use GPL because we feel it "contaminates" software by propagating itself to derivative works. So I am considering using the Artistic License. It looks good, except for items 6, 7, and the last phrase of item 5 (starting at "You may embed this Package's interpreter"), which seem specific to the perl distribution. So we could use the Artistic License as is, or modify it to remove those parts.

We could also go with something simpler, such as a BSD-style license.

I'd be very happy to read your thoughts, ideas or suggestions about this, particularly if you have dealt with these issues before.

Thanks,

--ZZamboni

P.S. I noticed that the Artistic license from CPAN is different than the one from opensource.org. Anyone knows why?


In reply to How to license a program written in Perl? by ZZamboni

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.