#develop and commercial license

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • [b2:ss]

    #develop and commercial license

    Can i distribute an application made with #develop under some
    commercial license (sahreware)? The GNU license is valid for modifyed
    versions of #develop source code only, or also for software made with
    the it.
    Thanx in advance, and sorry for my English.

  • Mark R. Dawson

    #2
    RE: #develop and commercial license

    You are fine to develop commerical application using SharpDevelop.

    The GPL states that if you create a derivative work i.e. you modify existing
    code or link statically or dynamically to a GPL'ed library then your work is
    also GPL'ed.

    Just because you are using a GPL'ed tool to create a new product does not
    mean it is now GPL as well. For example GCC is one of the most popular
    compilers, it has a GPL license but many people use it to compile their
    commerical programs, just because you used the program to create another
    product does not mean you now have GPL code.


    In short - if you did not modify GPL code and did not link statically or
    dynamically to a GPL'ed library then you code is not GPL.

    Hope that helps
    Mark R Dawson.

    "[b2:ss]" wrote:
    [color=blue]
    > Can i distribute an application made with #develop under some
    > commercial license (sahreware)? The GNU license is valid for modifyed
    > versions of #develop source code only, or also for software made with
    > the it.
    > Thanx in advance, and sorry for my English.
    >
    >[/color]

    Comment

    • [b2:ss]

      #3
      Re: #develop and commercial license

      Thank you.

      Comment

      Working...