I want to ask the advice of the monks of this monestary, since I expect some of you probably have been in a similar situation before.

First some background. I'm starting a small business with a friend of mine. We will mainly concentrate on offering web design services, web applications and a bit of e-commerce.

I have developped in Perl (ok, reinventing the wheel a bit, but...) a system that allow a website owner to update the content of his site through html forms. He can manipulate text, structure and cascading style sheets with a nice, simple enough interface. We bundle the software with web sites we design so our clients can do their own updates.

The questions I was pondering are the following:

Should I open source my application? I got a lot from the open source movement, and would like to give something back. But I need to still be able to "sell" my application to my clients. Another thing is that maybe no one will be interested in my software. In that case, why bother? Also there is the licensing issue. Can a open source license protect me more legally? Which license would better suits my needs? Finally, if I decide to open source my application, what steps should I take to do so?

Last but not least, would _not_ open sourcing my application make me Evil(tm)?

Thanks in advance for all your opinions, they will be considered.

Guillaume

In reply to To Open Or Not To Open by guillaume

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.