Results 1 to 2 of 2

Thread: GPL Compliance - Sending Data From Proprietary Software

  1. #1
    Andy101's Avatar
    Andy101 is offline Code Otaku
    Join Date
    Aug 2009
    Location
    Japan/uk
    Posts
    699
    Thanks
    100
    Thanked 217 Times in 161 Posts

    GPL Compliance - Sending Data From Proprietary Software

    I have a question ...

    Say I write a WordPress plugin that is licensed under the GPLv2 and it makes use of data sent from my server. I am thinking that I do not have to reveal the source code of my server-side script. Is this true?

    So anyone can freely copy the plugin code, but my server-side code remains private. An example might be a plugin that displays maps where the map server code needs to be protected from business competitors.
    Article authors check out: Resource Box Wizard

  2. #2
    TopDogger's Avatar
    TopDogger is offline Über Hund
    Join Date
    Jan 2009
    Posts
    1,343
    Thanks
    201
    Thanked 575 Times in 403 Posts
    I am not an attorney, but my understanding is that anyone can modify code released under the GPL. If you do not release your server-side code and do not include it in the GPL, then you would not have to reveal it.

    I would think that a clear disclaimer regarding the use of separate proprietary code that is not part of the GPL would cover the issue.

    GNU General Public License v2.0 - GNU Project - Free Software Foundation (FSF)

    Most of the GPL focuses on how 3rd parties are allowed to copy, distribute and modify the code that you do release.
    You can have it fast, good or cheap. Pick any two.

  3. Thanked by:

    Andy101 (28 July, 2011)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •