Licensing

7 messages Options
Embed this post
Permalink
ravivundavalli

Licensing

Reply Threaded More More options
Print post
Permalink
Wish to know does this violate licensing.
Qgis is just as an example, it can be Grass or Ossim or any other Open GIS as well

Example: I love Qgis and I have added some code to Qgis as a C++ programmer, thus giving the necessary customization for my specific client. I compile it and distribute the Executable, as part of my package deal.
Does this violate any license of Qgis.

Ravi Kumar


      Try the new Yahoo! India Homepage. Click here. http://in.yahoo.com/trynew
_______________________________________________
Discuss mailing list
[hidden email]
http://lists.osgeo.org/mailman/listinfo/discuss
Paolo Cavallini

Re: [Qgis-user] Licensing

Reply Threaded More More options
Print post
Permalink

IFAIK, yes: if you distribute the executables, you have to distribute also
the source, for all GPL programs.
All the best.

On Sat, 7 Nov 2009 04:04:36 -0800 (PST), Ravi <[hidden email]>
wrote:
> Wish to know does this violate licensing.
> Qgis is just as an example, it can be Grass or Ossim or any other Open
GIS
> as well
>
> Example: I love Qgis and I have added some code to Qgis as a C++
> programmer, thus giving the necessary customization for my specific
client.
> I compile it and distribute the Executable, as part of my package deal.
> Does this violate any license of Qgis.
--
http://faunalia.it/pc
_______________________________________________
Discuss mailing list
[hidden email]
http://lists.osgeo.org/mailman/listinfo/discuss
Mateusz Loskot

Re: Licensing

Reply Threaded More More options
Print post
Permalink
In reply to this post by ravivundavalli
Ravi wrote:
> Wish to know does this violate licensing. Qgis is just as an example,
> it can be Grass or Ossim or any other Open GIS as well
>
> Example: I love Qgis and I have added some code to Qgis as a C++
> programmer, thus giving the necessary customization for my specific
> client. I compile it and distribute the Executable, as part of my
> package deal. Does this violate any license of Qgis.

Yes, it does.

I recommend to read this:

http://articles.sitepoint.com/article/public-license-explained

Best regards,
--
Mateusz Loskot, http://mateusz.loskot.net
Charter Member of OSGeo, http://osgeo.org
_______________________________________________
Discuss mailing list
[hidden email]
http://lists.osgeo.org/mailman/listinfo/discuss
--
Mateusz Loskot
http://mateusz.loskot.net
Kumaran Narayanaswamy

RE: Re: Licensing

Reply Threaded More More options
Print post
Permalink
In reply to this post by ravivundavalli
The following FAQ present in GNU/GPL page will clarify the doubts surrounding this discussion.

http://www.gnu.org/copyleft/gpl-faq.html#GPLRequireSourcePostedPublic

http://www.gnu.org/copyleft/gpl-faq.html#UnreleasedMods

http://www.gnu.org/copyleft/gpl-faq.html#DevelopChangesUnderNDA


Regards
Kumaran


--- On Sat, 7/11/09, Mateusz Loskot <[hidden email]> wrote:

> From: Mateusz Loskot <[hidden email]>
> Subject: Re: [OSGeo-Discuss] Licensing
> To: "OSGeo Discussions" <[hidden email]>
> Date: Saturday, 7 November, 2009, 6:12 PM
> Ravi wrote:
> > Wish to know does this violate licensing. Qgis is just
> as an example,
> > it can be Grass or Ossim or any other Open GIS as
> well
> >
> > Example: I love Qgis and I have added some code to
> Qgis as a C++
> > programmer, thus giving the necessary customization
> for my specific
> > client. I compile it and distribute the Executable, as
> part of my
> > package deal. Does this violate any license of Qgis.
>
> Yes, it does.
>
> I recommend to read this:
>
> http://articles.sitepoint.com/article/public-license-explained
>
> Best regards,
> --
> Mateusz Loskot, http://mateusz.loskot.net
> Charter Member of OSGeo, http://osgeo.org
> _______________________________________________
> Discuss mailing list
> [hidden email]
> http://lists.osgeo.org/mailman/listinfo/discuss
>


      Try the new Yahoo! India Homepage. Click here. http://in.yahoo.com/trynew
No virus found in this incoming message.
Checked by AVG - www.avg.com
Version: 8.5.425 / Virus Database: 270.14.53/2486 - Release Date: 11/07/09 07:38:00

_______________________________________________
Discuss mailing list
[hidden email]
http://lists.osgeo.org/mailman/listinfo/discuss
Emmanuel Christophe-2

Re: Licensing

Reply Threaded More More options
Print post
Permalink
In reply to this post by Mateusz Loskot
Mateusz, note that the link you provide is referring to GPL v2. In the
latest GPL, the term "to all third parties" has disappeared. As
mentioned in the faq, you have to provide the source "to the program's
users".

So, Ravi, you have to provide the source code of your modifications to
your client (not to everybody). As long as you do that, I don't think
that you violate the licence. You have to be aware that your client
will have the right to distribute your source code without seeking
your approval (the code is under GPL).

Emmanuel



2009/11/7 Mateusz Loskot <[hidden email]>:

> Ravi wrote:
>> Wish to know does this violate licensing. Qgis is just as an example,
>> it can be Grass or Ossim or any other Open GIS as well
>>
>> Example: I love Qgis and I have added some code to Qgis as a C++
>> programmer, thus giving the necessary customization for my specific
>> client. I compile it and distribute the Executable, as part of my
>> package deal. Does this violate any license of Qgis.
>
> Yes, it does.
>
> I recommend to read this:
>
> http://articles.sitepoint.com/article/public-license-explained
>
> Best regards,
> --
> Mateusz Loskot, http://mateusz.loskot.net
> Charter Member of OSGeo, http://osgeo.org
> _______________________________________________
> Discuss mailing list
> [hidden email]
> http://lists.osgeo.org/mailman/listinfo/discuss
>
_______________________________________________
Discuss mailing list
[hidden email]
http://lists.osgeo.org/mailman/listinfo/discuss
Mateusz Loskot

Re: Licensing

Reply Threaded More More options
Print post
Permalink
Emmanuel Christophe wrote:
> Mateusz, note that the link you provide is referring to GPL v2. In the
> latest GPL, the term "to all third parties" has disappeared. As
> mentioned in the faq, you have to provide the source "to the program's
> users".

Hi Emmanuel,

Thanks for correction. This issue only tells me that if in doubt
a lawyer is your best friend :-)

Best regards,
--
Mateusz Loskot, http://mateusz.loskot.net
Charter Member of OSGeo, http://osgeo.org
_______________________________________________
Discuss mailing list
[hidden email]
http://lists.osgeo.org/mailman/listinfo/discuss
--
Mateusz Loskot
http://mateusz.loskot.net
Markus Neteler

Re: Licensing

Reply Threaded More More options
Print post
Permalink
In reply to this post by Mateusz Loskot
On Sat, Nov 7, 2009 at 1:42 PM, Mateusz Loskot <[hidden email]> wrote:

> Ravi wrote:
>> Wish to know does this violate licensing. Qgis is just as an example,
>> it can be Grass or Ossim or any other Open GIS as well
>>
>> Example: I love Qgis and I have added some code to Qgis as a C++
>> programmer, thus giving the necessary customization for my specific
>> client. I compile it and distribute the Executable, as part of my
>> package deal. Does this violate any license of Qgis.
>
> Yes, it does.
>
> I recommend to read this:
>
> http://articles.sitepoint.com/article/public-license-explained

Here another recommendation:
http://producingoss.com/
- Read it in English
   - On the web
      - 2. Getting Started
         -   Starting From What You Have
            -   Choosing a License and Applying It

Best,
Markus
_______________________________________________
Discuss mailing list
[hidden email]
http://lists.osgeo.org/mailman/listinfo/discuss