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
    Kanazawa
    Posts
    1,040
    Thanks
    151
    Thanked 278 Times in 206 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.
    Hidden Hit Counter My forum signature is under construction.

  2. #2
    TopDogger's Avatar
    TopDogger is online now Über Hund
    Join Date
    Jan 2009
    Location
    Hellfire, AZ
    Posts
    2,244
    Thanks
    293
    Thanked 769 Times in 564 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.
    "It's inexcusable for scientists to torture animals; let them make their experiments on journalists and politicians." -Henrik Ibsen

  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
  •