[Mono-list] Examples of proprietary code developed on Mono

Jonathan Pryor jonpryor@vt.edu
Mon, 04 Apr 2005 06:48:00 -0400


On Mon, 2005-04-04 at 12:33 +0200, Julien Gilli wrote:
> On Sat, 2005-04-02 at 14:04 -0500, Miguel de Icaza wrote:
> 
> > > Was wondering if anybody could tell me of any instances where 
> > > proprietary software has been developed using Mono?
> 
> > The FAQ explicitly states that you can write commercial programs with
> > Mono, 
> 
> My poor english might be causing a little bit of misunderstanding on my
> side, but aren't "proprietary" and "commercial" two unrelated terms ? 

They are separate and related terms.

Commercial: Can be sold on the commercial market.
Proprietary: Source is not published

So you can have:

Commercial+Proprietary: Microsoft software
Commercial+!Proprietary: Free/Open-Source Software
!Commercial+Proprietary: e.g. Educational-only proprietary software?
!Commercial+!Proprietary: e.g. Educational-only Source Code?

Generally speaking, if it's non-commercial it would be considered to be
proprietary, even if source code is present, as the non-commercial
aspect greatly limits the target audience (why work on something you
can't possibly sell?).  I haven't seen much non-commercial software
anywhere.

> Does the ability to write commercial programs imply that you can make
> them proprietary ?

For a majority of companies, Commercial and Proprietary are one and the
same, as a majority of companies aren't FOSS companies.  So there is a
strong implication that the ability to write commercial programs means
you can write proprietary programs, which is why it usually isn't
necessary to explicitly state that proprietary programs are allowed.

 - Jon