Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??

I would gladly like to share them upfront, but I want to limit the capabilities of the parties that get the code to make them proprietary or closed
That's what "copyleft" family of licenses is about: users are free to use the code in any way they wish to, but if they change it and redistribute, modified source code must also be made available.

while not harming anyone's ability to modify or build upon them to make better code that may or may not be sold or be used commercially
LGPL allows other code that uses your code to retain whatever license it has, even if it's not free software.

You may not want plain GPL for library code because other software that uses it may be the considered derivative work and may be subsequently required to be distributed under GPL. BSD, MIT and similar "permissive" licenses don't have the so-called "viral" property (they don't require dependent code to be distributed under same license), but they also don't require much more that attribution: any modifications to your redistributed code may remain in closed-source form. You may also be interested in the Artistic license (license of Perl itself, BTW): clauses (7) and (8) make is possible to use such code in non-free applications but any modifications to your own code must remain free.

But your choice of LGPL is certainly good for your stated goals.


In reply to Re: Guidance on choosing suitable license by Anonymous Monk
in thread Guidance on choosing suitable license by hda

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



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (4)
As of 2024-04-25 13:21 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found