Slashdot Mirror


GPL and Leased Software?

LordByronStyrofoam asks: "In the body of the article linked in the recent Silicon Valley Has Learned to Love the Bust, Salesforce.com and IBM were said to be planning to lease or rent software. IBM did this for many years back when they controlled the big iron market. It reveals a bottom layer in the cultural strata of software users: those who use Free Software; those who click through EULA's and the associated closed-source licenses; and the lowly renters. Do renters of GPL software have no rights under the GPL? Is this situation similar to the one where the makers of DSL/cable routers don't have to provide the source, even though the devices are based on embedded Linux?"

7 of 169 comments (clear)

  1. Hmm... by Anonymous Coward · · Score: 3, Interesting
    Although I agree that if you rent hardware containing GPLed software you don't have the right to view it (because it isn't being distributed to you, technically speaking) I strongly disagree with the assertion that Open Source people are pirates.

    If it's GPLed, you can just get the source somewhere else, right? What's the issue here then?

  2. Inflammatory by Gizzmonic · · Score: 4, Interesting

    It reveals a bottom layer in the cultural strata of software users: those who use Free Software;

    Okay, that's just not true. Is there a "caste" system for software users? I would certainly hope not, to create one would be a pointless and self-indulgent intellectual exercise.

    But even if there were to be such a thing, would free software users belong at the bottom? Some would say yes, because they're cheap. But if you think about it, actually free software users require a lot more from their software.

    We don't like bugs. We don't like bloat. We don't like giving up control of our files in exchange for shiney, flashy interfaces. As a result, very few softwares (like Apache for instance) meet our standards.

    Damn this kind of stratification, but if it does exist, put free software users at the top of the pyramid, where we belong. You can put the braindead 12 yearolds downloading from Kazaa at the bottom.

    --
    (-1, Raw and Uncut is the only way to read)
  3. Distribution is distribution by A+nonymous+Coward · · Score: 3, Interesting

    With any copyrightable material, you never actually own it, you only own the media. The GPL difference is that you are allowed to redistribute the source, not just the media. It's the license that enables it. Just by being distributed, you are entitled to a copy of the source. The only question left is, do you have to turn the source back in once the rental period ends? No, because the GPL makes no such distinction. The very fact that you are allowed to redistribute the source makes it impossible to put a time limit on it.

  4. Re:You don't own it if you don't buy it. by diakka · · Score: 3, Interesting

    I don't know if it's as simple as that. What is the nature of renting? I would think that if I were to rent a DVD to someone, it would be considered a temporary transfer of license. So while they are renting, I don't have the right to use that copyrighted material. Now in the case of the GPL, if you were to "rent" GPL software, nothing prevents them from copying it and re-licensing it to themselves or friends.

    IANAL, blah blah...

    --
    -- Knowledge shared is power lost. -- Aleister Crowley
  5. What about ASPs? by The+Bungi · · Score: 4, Interesting
    So let's say that this "leasing" is really taking place in the form of an Application Service Provider. Let's say then that (as per the GPL - flame me if I'm wrong, please) I modified OpenOffice or something and I'm offering it as an online service. But I'm not giving you the source. Technically I'm not engaging in redistribution of a modified version of something covered by the GPL, right?

    OTOH, if leasing is physical distribution of the software under some sort of license, then I suppose the GPL would apply.

  6. The ASP problem by Bruce+Perens · · Score: 4, Interesting

    There is a special version of the GPL called the Affero GPL for ASP software that is not distributed. The rather kludgy solution is that the software is required to regurgitate its own source on command, over the net! This problem will be further addressed, hopefully in a more practical fashion, in GPL 3.

  7. Ahh, the old "ASP Loophole" -- Some good articles by justdisguyyaknow · · Score: 3, Interesting
    Not a new concept or a new problem. (I dealt with it myself... in a past life.)

    Here's an interesting article from 2000 written by someone who actually had a dialogue with RMS about the subject.

    It actually links to an even older Slashdot article about the same subject.

    The basic story was a developer wanted to release his product as open source but didn't want to see someone grab it, set up a competing site and not have to share code.

    That story links to a SourceForge.net forum thread which is now offline, or at least "restricted to members of this group" (?). I believe they had similar issues back when they published their code.

    In the end, looks like nothing was ever resolved...