Stories
Slash Boxes
Comments

News for nerds, stuff that matters

Slashdot Log In

Log In

Create Account  |  Retrieve Password

FSF Releases AGPL License For Web Services

Posted by kdawson on Tue Nov 20, 2007 05:33 AM
from the when-view-source-isn't-enough dept.
mako writes "The Free Software Foundation has released the Affero General Public license version 3. The license is essentially the GPLv3 with an added clause that requires that source code be distributed to users that interact with the application over a network. The license effectively extends copyright to Web applications. The new AGPL will have important effects for companies that, under the GPL, have no obligation to distribute changes to users on the Web. This release adds the license to the stable of official FSF licenses and is compatible with the GPLv3."
+ -
story

Related Stories

[+] Mobile: FSF's "Defective By Design" Targets Apple Genius Bars 838 comments
mjasay writes "At OSCON this year, MySQL's Brian Aker made this bold statement: 'Microsoft is irrelevant ... We're more worried about Apple.' The Free Software Foundation appears to have caught the hint, and has turned its attention to all-things-Apple with a 'denial of service' attack on the Apple Genius Bars. The idea is to completely book all Genius Bars and then ask the 'geniuses,' over and over again, a few questions about Apple's proprietary ways (while, apparently, real customers with support issues are left to flounder). Lost in this anti-Apple fervor, however, is the Free Software Foundation's complete and conscious failure to protect the web. Richard Stallman has long felt that software that doesn't sit on his desktop doesn't affect his freedom, but isn't the opposite true? Why is the FSF focused on Apple when the bigger concern should be Google, Yahoo!, Amazon, and other web players, a point made by Tim O'Reilly recently at OSCON?" Defective by Design is just one of many FSF projects, remember; it hardly seems fair to say that the FSF has been ignoring the implications of software as a service.
This discussion has been archived. No new comments can be posted.
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
 Full
 Abbreviated
 Hidden
More
Loading... please wait.
  • by jkrise (535370) on Tuesday November 20 2007, @05:42AM (#21418249) Journal
    Can someone explain exactly how a license can extend Copyright?

    The owner of the copyright might extend terms in his license, not the other way round.
    • by jrumney (197329) on Tuesday November 20 2007, @05:51AM (#21418313) Homepage

      Can someone explain exactly how a license can extend Copyright?
      I think the author of TFA meant copyleft.
    • by Anonymous Coward on Tuesday November 20 2007, @06:30AM (#21418535)
      Normally, copyright wants nothing to do with web apps. It's like, "Oh my gosh! This PHP code is total shit! I won't have a thing to do with it. It's just dirty!". Other times it's like, "This enterprise Java app is waaaaaaaaaaaaay too over-engineered. We have factory classes for generating factory classes for generating factory classes for generating objects that wrap the native boolean datatype. Fuck this stupidity!" Then it goes home and watches TV.

      So a group like the FSF will have to come along and rough up copyright a little bit. Only if copyright is legally forced to deal with the mess that are web apps will it bother to do so. Even then, I'm thinking it'll resist somewhat, since I'm pretty sure it doesn't want to have to associate with such pathetic programming.
      • Factory classes generating objects ? Not likely. Surely you should know better. You meant 'interfaces', didn't you ? Factory classes generating interfaces that /might/ wrap the native boolean class. But can also provide the boolean getIsTrue() and getIsFalse() method for other objects. Very usefull class indeed. - whistles -.
  • really? (Score:5, Insightful)

    by rucs_hack (784150) on Tuesday November 20 2007, @05:43AM (#21418255)
    The new AGPL will have important effects for companies that, under the GPL, have no obligation to distribute changes to users on the Web

    Only if they use it. No-one's under an obligation to use a new version of a licence, and if they don't like the terms, they may steer clear of it to start with.
    • Re: (Score:3, Insightful)

      You write ReallyCoolWebTool and license it under the AGPL. GreedyBastardCompany wants to use and change it. Now they have the choice between releasing their source code, or not using it at all. That was different with the GPL.
      • Re: (Score:3, Interesting)

        by Anonymous Coward
        You write ReallyCoolWebTool and license it under the AGPL. GreedyBastardCompany wants to use it. Now they have the choice between releasing their source code, or not using it at all. That was different with the GPL.

        Fixed for you. This version of the GPL goes above and beyond what the GPL has traditionally concerned itself with, distribution.

        So I'm wondering, do you have to provide the source code only if the user can directly use the program through a web service or does it account for indirect access? If I
        • I way I see this is that if you make changes which are publicly viewable then you have to re-distribute those changes. If you don't make changes then no one is going to come knocking on your door.

          I don't really see the need for this license. I've been writing PHP code for years and this has never been a problem. When I worked for GreedyBastardCompany I was looking for a free captcha to use. If it was licensed under the AGPL I would have looked for something else more work safe. Luck had it that it was licen
            • Re: (Score:3, Insightful)

              Your argument basically disagrees with the core values of open source. "I don't want to have to share my changes to an application which was shared freely with me." You do still have a choice, and that is: build it yourself from the ground up or buy a commercial off the shelf solution.

              This license has been needed for a long time. Authors of open source web applications could not use the GPL or almost any other open source license, which only grants access to modified source code if the modder distributes
        • Re: (Score:3, Informative)

          SmallNonprofitOrganization discovers bandwidth costs have soared due to extra bandwidth required to support downloading of modified code.

          Then SmallNonprofitOrganization uses any of the hundreds of services out there to help them, like:

          1. Coral Content Distribution Network [coralcdn.org]
          2. SourceForge.net [sourceforge.net]
          3. SourceFubar [sourcefubar.net]

          ...and so on. Barring that, they just ask a member of the FLOSS community to host it for them, gratis, in exchange for some mention on their website or other non-financial gratification.

  • The new AGPL will have important effects for companies that, under the GPL, have no obligation to distribute changes to users on the Web.

    What does this mean now? If I release a web service under AGPL, do I have to distribute the changes or not?

    Sorry, am not a native English speaker. IANAL too.
    • by SmallFurryCreature (593017) on Tuesday November 20 2007, @06:20AM (#21418469) Journal

      I write a web based application, say forum software, and publish that under the regular GPL.

      That means you can take the source code for my software and modify it and use it. BUT because you never distribute that modified code (you only run it on your own server) you don't have to honor the GPL and disclose your modifications.

      This is extremely common lots of websites use GPL software but never contribute back their own changes.

      IF I write my forum software under the AGPL and you modify it for your own use, you now have to distribute those changes. Roughly the same as if you had modified a client program.

      HOWEVER your question is slightly odd, if you release a web service under AGPL then you are the original author. As the original author (as long as no others contribute code to you) you can do what you please. Just because version 1 of your software was under X license doesn't mean version 2 has to be.

      What I think you meant to ask was "If I build a webservice with software that is licensed under the AGPL, do I have to distribute changes I make to that software".

      The answer to that is YES.

      Although I presume they will allow you to modify the config file and keep it private, bit of a security nightmare if you have to distribute the bit that contains your passwords ^_^

      Basically this is the GPL for software where the end-user only gets the end-result, not the actuall program.

      It is an intresting idea, the GPL works because it en-forces users to be contributors as well. There is a reason MS and Apple love BSD and IBM loves the GPL. Why should software like forum software be different?

      As a web developer I like the idea. When I release a web-app and you modify it, you now have to give that code back. Seems only fair, why should web-apps be different?

      If you don't like the idea, well then don't use AGPL licensed software. Write your own or use software under a different license.

      • Mod parent up!
        Thanks a bunch for the explanation :)

        May your AGPL'ed code always be updated by your end users :D
        • The overall post was good, but this part

          "the GPL works because it en-forces users to be contributors as well"
          not only is untrue, but also fails to make any sense.

          It forces nothing to the user. The restriction is only upon distribution: if you distribute the software, modified or not, you must make the source code available.
              • Re: (Score:3, Insightful)

                The parent also got a few other things wrong with it too. He said

                "BUT because you never distribute that modified code (you only run it on your own server) you don't have to honor the GPL and disclose your modifications."

                A user never had to honor the GPL and the GPL never required a User to give changes or anything back.

                Something that is disturbing here, if your company uses AGPLed software and components inside the company, how does the give out source apply? The people working there are agents of the sam

      • by kestasjk (933987) on Tuesday November 20 2007, @06:59AM (#21418717) Homepage

        What I think you meant to ask was "If I build a webservice with software that is licensed under the AGPL, do I have to distribute changes I make to that software".

        The answer to that is YES.

        Well you can relicense it and remove the AGPL license at a whim, and relicense it as you like.

        This license is targeted pretty much at developers like myself; I have a project called phpDiplomacy [phpdiplomacy.net], and it's currently licensed under BSD.
        Using the GPL seemed pointless, because I'm not worried about people selling the code. I am only concerned about someone taking the code, modifying it, running it on their server and making money off it, but not releasing the changes. Because it's a server-side app they wouldn't have to distribute the source to make money off it, so they have no reason to distribute changes.
        So for me having a license was only about making sure people couldn't take the code and claim they wrote it, and that's pretty much all BSD does.

        I'll probably move from BSD to AGPL now, once I've read it over thoroughly (and hopefully once it becomes OSS approved), and I can definitely remove the BSD license (or any other license) from my own software. I can add and remove licenses as I please, as the copyright holder.
        The only restriction on me is that if someone already has a BSD licensed copy now I can't say "Your copy is now AGPL licensed", I can only license future releases differently.

        (IANAL YMMV)
      • by sw155kn1f3 (600118) on Tuesday November 20 2007, @07:12AM (#21418777)
        What really disturbs me is that if someone makes use of, say Perl modules, released under AGPL, even if you're not directly using them, and not even aware, this makes all your custom app code AGPL too?
        Or this is LGLP-like license, where you can freely use LGPL libraries and keep custom code private?
        Can someone explain if this is going to happen?
      • Maybe I am wrong here but if your code is..

        <?php
        echo 'blah';
        ?>

        and then you see that I have done all this awesome stuff with your AGPL code and demand the changes, could I just give you..

        <?php
        include 'mycode.php';
        echo 'blah';
        ?>

        Since you have to redistribute changes not your own files it doesn't seem like this license would be much use, just like how GPL2 isn't much use stopping DRM'd linux kernels.

        If however I am wrong and you have to redistribute mycode.php I can see this being a real nigh

        • Re: (Score:3, Insightful)

          Hence part of the problem with GPL and AGPL. Is that FSF assumes that everyone is thinking on the same wave they are which is untrue. Most people/companies would be OK to honor the use of GPL Code but as it keeps on getting stricter and removing loop holes it is just turning people and companies off towards it. I know you bring up Big Face Less corporation steeling as much code as possible and making a system that will make million of dollars off the work of some poor GPL developer who put his heart and
          • Re: (Score:3, Insightful)

            I think your reading too much into things. The FSF seems to want to shoot themselves in the foot whenever possible. They got their fame and fortune being the underdog and claiming that everyone was out to get them.

            Whenever there is a certain level of success in the free software/GPL front, they pull some stunt and take it backwards. It seems that their goal is more to perpetuate their notoriety then to help mom and pop shops. Just look at some of their actions recently, they attacked novell for something th
      • I've GPL'd some of my code and I adore OSS both philosophically and for all of it's practical glory.

        However I am not sure how I feel about this. Simply because with GPL code you're talking about something that someone is going to be running on their own machine and for their own purposes. If there is a problem with a locally executing program the user deserves to be able to fix it themselves. There is also trust issues that OSS goes a ways towards fixing. With the source code available you can audit the cod
  • by Iloinen Lohikrme (880747) on Tuesday November 20 2007, @05:57AM (#21418341)

    This might be useful for companies too. We have in example been thinking about releasing our software in open source to expand the usage of our software and to gain more knowledge in the markets about us. However as we are business and a rather small one, releasing the software in example in GPL would be more or less commercial suicide, as our software is purely web based, some bigger service company could just take it and give nothing back...

    I really have to read more about AGPL. I think that by combining AGPL + MPL + strong attribution clauses, for us and maybe to many more small developers it could come more lucrative to open source our software, because we still would get changes back, we would have more freedom and we would get attribution for our work. Definitely very good for FSF to publish this license. I really think that in time as there comes more licenses that cover different things, it will come more and more easier and secure to publish software and other works in open source.

  • Ug (Score:3, Insightful)

    by pat mcguire (1134935) <`pjm2119' `at' `columbia.edu'> on Tuesday November 20 2007, @06:15AM (#21418441)
    I've been against this clause ever since I heard GPLv3 was adding compatibility. One of the important parts of the GPL is that it allows private development if the changes weren't distributed - this is an important thing, as there's no user to protect if it's made for self consumption. The four freedoms that RMS always speak of aren't threatened by this, as the user is the same as the writer - there's no oppression that needs to be stopped here. The addition is a corruption of the GPL, changing it's purpose from one of freedom for all users to the coercive obtainment of the source code at any cost.
    • If your "private development" in use on a public website, then it isn't really private.
      • Err, sure it is.

        Let's suppose you and some friends want to hack on something. A bit of private development. So you set up a normal webserver, but stick password control on it, so only 6 of you have access.

        Well, the AGPL covers that, because it covers anything that is remotely accessible over a network.
      • Re: (Score:3, Insightful)

        If your "private development" in use on a public website, then it isn't really private.

        That's just bizarrely wrong. By your logic, Coca Cola's formula isn't really a trade secret because regular people can buy it. I'll happily give our customers the output of our internal algorithms, but my boss wouldn't be too keen on giving them the algorithms themselves considering they're how we stay in business.

          • Re: (Score:3, Insightful)

            You seem to be overlooking the fact that your so called internal algorithms are actually derivative works.

            Umm, no, they're not. I'm not talking about taking a CMS and adding a new module to it. I'm talking about using an application server to display the output of a 20-year-old internally-developed application we've written. It's no more a derived work than if running it as a GUI exported over Citrix would make it a derived work of Citrix.

            Fortunately, Zope is licensed under the GPL-compatible ZPL so we don't have to deal with any of this anti-Free Software stupidity.

    • Re: (Score:2, Insightful)

      Okay, imagine the following scenario: you code some software that allows people to do some horrendously complicated and hard mathematical problems. You release it under the GPL and give it to the Gnu Scientific Library [gnu.org]. Some commercial company, like Maple or Mathematica, takes it and installs it on their computers. Then they start charging people large amounts of money to go to a web site, enter in their math problem and have the website spit out the answer after their in-house computers have crunched out t
    • if it's made for self consumption then you won't be allowing public access to your website and this wont be an issue.
  • Last time I checked copyright didn't extend to the output of a programme, otherwise Microsoft would own all of your .doc files and everything produced by gcc would have to fall under the GPL.

    How can the AGPL work in practice?
  • Great! I spend 12 years (count 'em) working to convince first developers, then managers, then commercial directors, and then, finally, lawyers, to see the benefits of open source, and not to fear it. And then this. Great. Thanks.

    In an attempt to make life simple for simple folk, I've spent 12 years explaining that there are three kinds of free software:

    Public domain software - no copyright, no nothing. Rare and not very useful, but it does exist. Well, it did exist until universities wised up to what some o
  • by IBBoard (1128019) on Tuesday November 20 2007, @06:49AM (#21418657) Homepage
    I can see where this would be useful.

    Say you've got forum software, like phpBB. Lots of people put modifications into it and lots of people release modifications. There are also lots of people who hack in large custom mods and gain from the phpBB base while not releasing anything because it is GPL. If phpBB was AGPLed then major changes like that would have to be released and so anyone modifying, for example, a forum script to turn it into a CMS would have to release their modification. That would then stop people having to re-implement the same CMS functionality just because no-one wanted to release it.

    Okay, so it's not necessarily going to be a winner in all cases, and it may dissuade some people from using a script, but I can see where it might be useful.
  • Is this an EULA? (Score:4, Interesting)

    by Bogtha (906264) on Tuesday November 20 2007, @06:57AM (#21418703)

    The trouble with this is that the people purportedly bound by the license are users, not distributors. The GPL works because the people in question are distributing copies and thus need a license. People installing software on a server are not.

    In the USA, you have the legal right to make copies of software for the purpose of using it. Copying it to your server is not copyright infringement. Running it is not copyright infringement. You don't need a license. So what compels AGPL users to accept this license and be bound by its terms? Where is the consideration?

    • by john1040 (1191701) on Tuesday November 20 2007, @07:56AM (#21419019)
      I posted this comment on the FSF's site during the commenting period for the AGPL and I will reproduce it here:

      AGPL is not enforceable in the United States

      Disclaimer: IANAL

      I did some research on case law and I found that AGPL is not enforceable in the United States.

      As I understand it, under US law there are four legal positions in which a party can find itself with respect to a copyrighted computer program it possesses:

      1. Copyright owner
      2. "Owner of a copy"
      3. Governed by a contract such as an EULA
      4. Unauthorized possessor

      Dismissing 1 and 4 as irrelevant to the discussion, we find that a user of AGPL software will be in either position 2 or 3.

      The AGPL is not an EULA.

      Neither the AGPL, nor the GPL, nor the LGPL are EULAs. They are not contracts. So we conclude that a party which uses AGPL software is an "owner of a copy."

      The AGPL purports to restrict one's right to modify software that runs on a public server. It bases this on copyright law, which restricts the right to make derivative works.

      However, 17 U.S.C. 117 (a)(1) gives the "owner of a copy" of a copyrighted computer program the right to modify the program if "... such a new copy or adaptation is created as an essential step in the utilization of the computer program in conjunction with a machine and that it is used in no other manner"

      Aymes v. Bonelli, 47 F.3d 23 (2d Cir. 1995) said that: [b]uyers should be able to adapt a purchased program for use on the buyers computer because without modifications, the program may work improperly, if at all. No buyer would pay for a program without such a right.6[The defendants], as rightful owners of a copy of the plaintiffs program, did not infringe upon the copyright, because the changes made to the program were necessary measures in their continuing use of the software in operating their business and the program was not marketed, manufactured, distributed, transferred, or used for any purpose other than the defendants own internal business needs. (as quoted in http://www.copyright.gov/1201/2006/comments/granick_wirelessalliance.pdf [copyright.gov])

      This right to modify was broadened in Krause v. Titleserv 03-9303 http://caselaw.lp.findlaw.com/data2/circs/2nd/039303p.pdf [findlaw.com] Discussion: http://www.techlawjournal.com/topstories/2005/20051107.asp [techlawjournal.com]

      Krause is important to AGPL because it includes the use of software over a network. The court found that the "owner of a copy" of a computer program could add new features essential to its business -- including customer modem access to use the program -- without permission from the copyright owner.

      Krause was sited recently in a similar case: Weitzman v. Microcomputer 06-60237-CIV, 2007 WL 744649 (S.D. Fla. March 6, 2007). http://www.thelen.com/tlu/StuartWeitzmanVMicroComputer.pdf [thelen.com] The established law of the land in the United States is that the "owner of a copy" of a computer program has the right to modify that copy for its business needs. The AGPL cannot restrict this right without being an EULA and using contract law.

      So, a SaaS provider that is the "owner of a copy" of an AGPL computer program has the right to modify its copy of that program to further its business needs, and it does not require the permission of the copyright holder to do so. This means that it does not have to provide the source publicly for any modifications that it makes. The only way to prevent this is to use an EULA and contract law.
    • Re: (Score:3, Interesting)

      A lot of the data that a web service sends to the data is client-side code, and even the rest of the markup transmitted was mostly created by the developer of the web service code. I think it is this distribution of code that allows the AGPL to put requirements on the operator of the web service. If they go through and replace all the data that is transmitted to the user, then I guess they could ignore the AGPL since they are not distributing anything that is covered by copyright law.
      • This is another step down the path to the dark side.

        First, the FSF extended their definition of derived work to include programs that were compatible with GPLed code but didn't actually contain any GPLed code, bringing the horrors of interface copyrights into the FSF's fold.

        Now, they're invoking the madness that modifying but not redistributing software is against the license, which is a tool used to lock end-users in by denying them the right to modify commercial software.

        These kinds of clauses and interpr
    • Re: (Score:2, Informative)

      by Anonymous Coward
      There's a special clause written into the GPLv3 which permits compatibility with exactly this one license. See http://gplv3.fsf.org/ [fsf.org] for more info.
    • The GPL doesn't allow additional restrictions on users. The additional requirement of the AGPL gives users an additional freedom, and the GPLv3 was planned with this in mind already (the GPLv2 is not compatible with this, which was part of the motivation for creating GPLv3).
    • It depends what you understand by the spirit of the GPL. If you read the GPL version 2 that came out in 1991, the preamble makes it pretty clear:

      the GNU General Public License is intended to guarantee your freedom to share and change free software--to make sure the software is free for all its users.

      If all its users are to have the freedom to share and change the software, then that would include users who are accessing it over a web service. So this is a logical step to ensure freedom for software users.

    • No.
      Yes.
      No, no, no, no, no....

      We're not talking about work created using an application, we're still talking about derivations of an app.
      It's just that this app is a web-thingy app, and will never be "distributed" to users, but will just provide some kind of service to them.
      So that according to the GPL, devs are not obliged to release modifications they made to the code, and can get away with the "free beer" part without caring much about the "free speech" one.
      As always, if this license doesn't suit your nee
    • Are you saying that if I, say, use an AGPL-licensed currency converting web service on my ticket reservation site, I must release the WHOLE site under the AGPL?

      I'm not sure about that one, but even if it were true...

      That's like making a GPL paint program that forces users to release pictures created with that program under GPL.

      No, it's nothing like that!

      What this licence is saying - as is quite clear in TFA - is that if I host an AGPL application, and you log in to my server and use it, I have to provide yo

    • No you troll (Score:4, Insightful)

      by SmallFurryCreature (593017) on Tuesday November 20 2007, @06:40AM (#21418603) Journal

      This guy is trolling, he purposefully misreads the license and tries to introduce the old troll that GPL software means that what is produced with that software must be GPL'ed as well. This is offcourse complete and utter nonsense, but it is a regular troll that usually gets modded down pretty quickly.

      He just tries a new angle with the AGPL. To make it clear for those who don't understand the license. Slashdot is run on custom code, lets say that it is released under the GPL, you can now take that code, install it on your own server (scream a bit as you release what you have just done) and run your own site with it (although it never will be quite like slashdot unless you hire a finite number of monkeys as your editors). So far so good. Now you modify this code. To hide your shame you don't actually distribute the code in question, just run it on your own server. A GPL license in this case would NOT force you to release these modifications, the GPL only triggers when you distribute the code/program to others. Google for instance uses a modified GPL code, but because they don't distribute are under no obligation to distribute the modified code (they do distribute some of it although they don't have too).

      IF however the slash code was released under the AGPL you would be forced to distribute your modifications.

      BUT at no point would the END result of the code/program fall under any license other then that which you choose. In this case, the HTML pages created would OFFCOURSE not fall under the AGPL or GPL or ANY license unless you choose one yourselve. (does machine created content fall under basic copyright?)

      This is very clear from the license text and only a deliberate misreading by someone wishing to troll could result in any other explenation.

      The GPL/AGPL are about the program/code, NOT about the results of the program/code. Anyone who tries to claim something else is an idiot.

      It says a lot about slashdot moderation that this tired old troll was modded up. He tries to disguise himself by saying that he is happy to be corrected but before without trying to link Stallman to communism (the gpl is far closer to the true idea of a free market) and without having spouted a lot of outright crap first.

      Now if you excuse me, I have to use windows for an hour as punishement for feeding the troll.

    • No, no, no, you've completely misunderstood it.

      The GPL, and all other licenses based in copyrights, only kick in when you perform the actual copying. Say, for example, that you modify MySQL somehow. If you acquired MySQL under the GPL, and you wish to DISTRIBUTE this modified version, you have to abide by the GPL, and give out the source-code for your modifications alongside. This is the only way the GPL can kick in currently, when someone wishes to distribute modifications of GPL software.

      But say that inst
    • Re: (Score:3, Informative)

      The GPL is and has always been passed to DERIVIATIONS of an application
      The GPL is about enforcing give and take in the "free software" community, you get to use and modify the communities code on condition that when you release an improved version your users get the source to those modifications under the GPL (and hence can feed the code back to the community if they wish which if there is more than a handfull of them one of them probablly will).

      The problem has been that companies are making improvements to
      • Nice to hear, but pardon my ignorance, why the heck does it then refer to those who modify the program as "users"?

        Users are those that use the software to produce their own work. If the license doesn't apply to them, but only to those that make changes to the program, it shouldn't refer to the developers as "users" but "authors", "contributors", or "producers of derivative work".
    • Can someone explain to me just how this license can actually be legally binding?

      Copyright law allows the copyright holder control over public performance of their work.

    • Good point. In many high level languages (esp. PHP) configuration is done though a block of simple code that just sets variables. So, such apps would have to specifically exclude the config file from the remit of the license. Sounds like a minefield to me.

      On the plus side, should be fairly easy to comply for Javascript :)
    • Re: (Score:3, Insightful)

      I don't consider a software as a service operator to be an "end user", they are a middleman providing users with the ability to use software that runs on thier servers. Software as a service was being used to essentially do an end run arround the GPLs requirement to provide the source code.