Stories
Slash Boxes
Comments

News for nerds, stuff that matters

Slashdot Log In

Log In

Create Account  |  Retrieve Password

The GPL And Web Applications

Posted by CmdrTaco on Thu Jul 13, 2000 01:59 PM
from the stuff-to-think-about dept.
eries wrote a good summary of a major problem with the GPL, with regards to web applications. Essentially, since the GPL is about 'Binary Redistrubtion', it doesn't work with web pages where the output is distributed, but the software itself doesn't have to be. Anyway, hit the link to read his comment about it. Definitely an issue that I've thought a lot about wrt Slashcode, but never found a clear solution.

eries writes "We recently ran into some licensing problems for a web-based open-source project. Since our project is an OO package written in PHP (a scripting language) the GPL does not quite apply. The GPL is designed to handle "binary redistribution" for software packages, but ours cannot be distributed in binary form. That means that someone could make a website out of a derivitive work and never have to open or disclose their code - an apparent violation of the spirit of the GPL. Now, we think it might be possible to modify the GPL to construe instances of a website sending HTML to be "executed" on a browser as redistribution (more on this later), but we don't really know how to go about it. Consequently, we are forced to try and find another license. We have looked at the Artistic and the APSL, but these are both pretty dubious. Has anyone else run into problems like this? We want to write to both the OSI and FSF and bring this to their attention, so we'd like to find out of others have run into the same situation. You can also check out this related discussion on the Sourceforge forums page.

IMHO, we need a way of defining, in cases like these, what constitutes a derived work. Clearly, things like your db password and content like graphics, logos, layout, etc. are not derived works. But how can we draw the line in the case of added functionality? How is this handled in more traditional content-delivery systems?

Is the HTML produced by our scripts just output? The more I think about it, the more I am convinced that the application that a user is running when they use our software is not just a series of HTML files. Those files, by themselves, are worthless. Instead, their usefulness depends on an awful lot of "state" - the state of the browser (cookies, javascript), the web server, other scripts which the browser has to reconnect to, and the data in the database. The HTML files are just one component of the general state that our app produces. If you construe this more nebuloous "state" as the "binary" application that our software produces, then distributing it to a user via a web server is a non-sourced distirbution, and hence forbidden by the GPL. What do you think? I have to believe that someone running a mod_x application within an Apache server that gives access to it to tons of users is redistributing it without the source, unless you believe that clicking on "View Source" for this /. page you have access to the Slash source..."

+ -
story
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 Anonymous Coward on Thursday July 13 2000, @09:21AM (#935802)
    ...I've ever heard. How much sleep are you people willing to lose trying to fix everything that's wrong with the GPL? Any time you release anything as Free or Open Source software, the possibility exists for someone to grab up the code, make changes, and distribute it without releasing their code back. This has become yet another distraction for the Open Source community, which draws people away from code, and into politics. To be perfectly blunt, geeks make shitty politicians, and the more you focus on evangelism, the more you alienate those you try to convert.

    If you're going to release your code under a license that fundamentally operates under the theory that people are honorable, you really shouldn't sweat what dishonest people may do with it.

  • by Phroggy (441)
    A similar situation: the TiVo [tivo.com] uses GPL'd software, but they don't give you access to the binaries - only the output from them. However, the binaries are being distributed, and thus they release their source code [tivo.com].

    In the case of a Web application, the binaries (or in this case the interpreted source code) execute only on the server, so the GPL does not technically require you to distribute the source code. In fact, the GPL specifically says:
    You are not required to accept this License, since you have not signed it. However, nothing else grants you permission to modify or distribute the Program or its derivative works. These actions are prohibited by law if you do not accept this License. Therefore, by modifying or distributing the Program (or any work based on the Program), you indicate your acceptance of this License to do so, and all its terms and conditions for copying, distributing or modifying the Program or works based on it.
    So, because the source code is open (regardless of the GPL), you can run it without following the GPL at all.

    The part about making modifications does seem a little odd, though. Also, this is still a different issue, since there's no binary.

    --

  • by jd (1658)
    The "binary" is the low-level output that results from compiling a series of high-level instructions. In the case of a web page, the page (as viewed) is the binary, as it is unquestionably output that is in the lowest-level format that the human user can take in.

    IMHO, the GPL refers to the information content. Once you transfer that GPLed information, then the recipient is obliged to allow any subsequent generation of recipient the same freedoms as every other generation, themselves included.

    A "derived work" is any work in which the fundamental information is essentially (> some suitable %-age) the same, allowing for adaptations required for the audience. Any work containing less information that is the same is NOT a derived work, and the duplication falls under the "Fair Usage" clause.


  • That's not the point. The point is that the person using and modifying the software package never has to redistribute it - so the GPL doesn't apply. There is nothing forcing them to make thier changes available if they just execute it on thier servers.
  • How about this, I just got a virgin webplayer from www.virginconnectme.com. It runs linux. For starters the 6 page warranty/license booklet didn't mention linux or the GPL anywhere. The website at www.virginconnectme.com doesn't either. But merinta.com has announcments they've made about the virgin webplayer and it's Linux Operating system - but again, no way to download the source for the OS they've installed on my machine. I even tried emailing virginconnectme.com, merinta, and boundless (merinta's parent company) with a request for source code - all emails were ignored. (no reply was ever received).

    Is this against the GPL?
    Are all future Internet Appliances (with GPL software) going to need a GPL licencse in their manual and way to get access to the source?

    Joseph Elwell.
  • I'm sick of people not believing me. News release - the thing is running linux [merinta.com]. As if I wouldn't know what Linux looks like.

    Joseph Elwell.

  • Well, not a CD with a can of coke, but maybe a URL? Postulate a system that allows you to use free software remotely via X, for example. The vendor never distributes the software, and thus is never obligated to distribute their modifications. Sure, this is not what we created the GPL for, but it's a possible need for yet another Open Source license.

    Bruce

  • There are a lot of different applications where you can publicly perform software without distributing it. We need to have the source distribution requirement connected to public performance or making the software available for use rather than distribution.

    Bruce

  • This is similar to a discussion [deja.com] on rec.games.mud.admin late last year -- similar concept. You can take a GPL mud driver, make changes to it, and allow people to use it, but never have to release the code if you don't redistribute it.

    I honestly don't see what the big issue is. It doesn't seem to be terribly against the intent of the GPL to me. The "user" of a website/mud etc. has different needs, goals, and desires than the administrator of the same, and have no need or inherent right to the admin's code changes.

    If I were to modify lpd, and use it to print out an essay, would I then need to include the source to lpd upon request to anyone I gave the essay to? Absolutely not; that's ridiculous.

    This falls into the same category, in my book.

  • by ewhac (5844) on Thursday July 13 2000, @09:29AM (#935822) Homepage Journal

    Let me see if I can't clarify the issue that appears to be at hand here, as people seem to be getting mired in minutiae about what constitutes code.

    The GPL outlines only those obligations pertaining to redistribution of code. If you redistribute copies of gcc, you're expected to make the source available, along with all your modifications. If you don't redistribute gcc, you're free to hack it up all you want and you don't have to share your changes with anyone.

    Now, let's suppose someone decides to open a compiler farm on the net. You send it source code, and it sends back the compiled binaries. Let us suppose further still that the compiler sitting at the server is a version of gcc that has had tons of local modifications made to it to improve the code generator to at least three-fold over what you can get out of stock gcc.

    Question: Does this constitute redistribution for the purposes of the GPL? The gcc binary has never left the server farm, yet gcc's output is being distributed everywhere, and the fruits of those highly-desireable gcc modifications are not being shared among the GPL community.

    This appears to be the primary issue at hand. Others will no doubt differ with this interpretation, but it seems to me the GPL was intended to "isolate" software hoarders; that you are free to keep your work to yourself so long as the results/output of that work also remain with yourself. For a large class of problems/jobs, this is perfectly reasonable. But as we see, distributing services based on GPL'd software muddies the water.

    It's a thorny problem.

    Schwab

  • Let's say you go to the store and buy a coke. The coke machine runs Linux. Should you get a free CD with every can? No.

    Your analogy is completely flawed. Its equivalent in our current understanding of the GPL is a follows:

    Let's say you create a document with MS Word. Should you get the source code to Word every time you create a document?

    If the author of the software running on the drinks machine releases it under the GPL, and you modify it to power your drinks machine and then sell that drinks machine to soda distributors then yes, you should have to release the source code. If you don't distribute your new drinks machine, then the current GPL says you don't have to release the source. The question is whether or not we need a new license to prevent that.

    Hamish

  • That would constitute a restriction on _use_ rather than on copying and distribution. Are you really in favour of legally-binding click-through licences and all the other unpleasant things that big proprietary software vendors try to force on the market, just in order to have some extra restriction in the GPL?

    In my personal opinion, restrictions on _using_ a program make it non-free. RMS criticized Apple's APSL because it attempted to restrict the act of running a program, something which the GPL explicitly does not restrict.

    There is at least one program that does roughly what you say - GPLtrans, which translates between human languages. The author has an unusual interpretation of the GPL, namely that just using the program on a publicly viewable website compels you to provide the source. IMHO GPLtrans despite its name is not a true GPLed program because of this strange restriction (which may not carry any legal weight, but still makes the program non-free).
  • From the way it sounds, I would say that the compiler farm is not obligated to give out it's source code. You are only benefiting from the output of gcc, as you mentioned. I don't believe the GPL has any stipulations regarding input and output - as well it shouldn't. This starts to enter entirely new territory.

    If I modify a GPL'ed program and do not distribute it, am I really depriving you of anything? In some sense, yes, because I am not sharing my improvements with the community I got the original program from. In some sense no, because I'm not actually preventing you from getting at anything.

    Now, if I let you reap the benefits of my improvements but don't actually release anything, am I depriving you? Again, yes and no. Yes, because I am not allowing you access to the changes I have made, but you get the benefits. No, because I never released it in the first place, so I am not stopping you from getting at the improvements because they are not there to get at.

    Reaping the benefits of a GPL'ed program change without having a release and thus, not having the source code, sounds a bit unethical to me, but it is probably legal. The person is just being an asshole =).

    I think, however, modifying the GPL to force a program to be released under the GPL if it is made use of is a bad idea. That's kinda what it's boiling down to. However, a lawyer would word it better ;)

    Woz
  • by artdodge (9053) on Thursday July 13 2000, @09:07AM (#935831) Homepage
    I quote the GPL:
    Copyright (C) 1989, 1991 Free Software Foundation, Inc. 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed.
  • More correctly, you can't change it and then try to pass it off as the GPL. That'd be like tyring to take Microsoft's EULA, changing it, and then trying to say "No, look, it's still the MS EULA".

    If you want to change it, you can't call it the GNU GPL. What you can do is change it, or use it as a basis for your own license, and then give the license a new name of your own. You could probably even say it's a GPL-derivative or modified-GPL license, to let people know that the license is basically the same as the GPL, but with some differences.

    While technically the FSF could prevent you from doing this (since they own the copyright on the GPL), it's unlikely that they'd try anything unless you were stepping on their toes (eg. trying to call your new license the GPL).
  • Can you copyright a SQL table? You apparently can patent/copyright a file format (MS ASF is).
  • The GPL isn't a license for use, it's a license for distribution. If they're not distributing copies of the modified work, then they're not obligated to distribute the source either.

    If I'm merely using a piece of GPLed software, that does not entitle me to source code (unless in order to use it, I have been given a copy of my own). If I go to a library and sit down in front of an internet kiosk that uses Linux and Gnome for the UI, do I get a complimentary CD or an URL to an FTP site? No. No one has distributed a copy to me, merely given me access to the software.

    If I make changes to a piece of GPLed software for my own use, I can keep those changes private. It's "fair use": the term that everyone throws around -- and rightfully so, IMO -- when it comes to translating a book into Braille for my blind cousin or space-shifting CD recordings by ripping them to MP3 format also applies to software (the source code, at least) that I get under the GPL.

    Therefore, if you want to require that someone who is using your software publishes the changes to their code, you're going to have to use a different license. (*BSD won't cut it either, since it expressly allows people to keep their modifications private.)

    (Slightly off-topic: An interesting test case for the GPL would be GPLed Java applets; since I am being sent java bytecode (which is "object code" or "executable code" or "binaries" or whatever language the GPL uses) then is the software being "distributed" to me?

    That could have some important ramfications for the Java community...)

    Jay (=
  • I quote the GPL:

    "...but changing it is not allowed."


    So, what legal position does this put KDE in, with their addition of the exception clause to the GPL explicitly allowing linkage to qt?

    That, after all, is a change to the GPL.

    Have folks, in an effort to fix one copyright/licensing problem, stumbled over another. It certainly appears so to me.

    As an aside, I should note that I have made fair use of some portions of the GPL, GNU FDL, Open Content License, and others in putting together my Free Media License [openflick.org]. I have the same clause, designed (as with the GPL) to prevent non-free licenses from masquerading as free licenses, but if one were to call the modified license by another name that shouldn't be an issue.

    Perhaps I, and in the case of the GPL the FSF, should add a clause explicitly allowing modificatins so long as it is made clear that the modified license is not the Free Media License/GNU GPL ... after all, the creator of a Work has the privelege of licensing their work under any license they desire, which should logically include a modified GPL...

    On the other hand, this could become a terrible can of worms for free software/media efforts, with ten million slightly different, slightly incompatible licenses floating around.
  • that says any work you do on our code must be open back to the public. A "billion dollar IPO" is completely irrelevant.
  • I would never subject anyone to listening to Spear's crap anyway ;)
  • by Rahga (13479) on Thursday July 13 2000, @09:27AM (#935844) Homepage Journal
    You can not prevent internal derivative works. Period.

    Ford can't stop consumers from ripping the ugly "Ford" letters from the front of their trucks. Intel can't prevent me from pulling "Intel inside" stickers from my machines. And fscking "copying a CD for your wife to use in her car does not constitute fair use" Hillary Rosen-bitch can't prevent me from singing a duet with Britney and Lars and recording it on a tape recorder for my own use.

    The only way you can hope to achieve branding on a product is by forcing your client into an agreement that says "my logos and obnoxious shit
    must be included in implementations of my product that you use in your website." .... Only really stupid people would agree to those terms. Smart buisnessmen would simply contract a web firm to build that stuff for them on an hourly basis if it was worth having, anyway.

    Quite simply, you are selling a script. A script is code, and can be protected from proprietary redistribution under GPL... as in, if they make changes, they can't simply release it under _another_ liscence. They can release it still under the GPL though, without owing any money to you. That is why GPL doesn't work for you in what you want to do, has nothing to do with binary distribution....
    I believe you simply want to "copyright" your source code in this case. As long as it falls into the "fair use" categoties of copyright law, you customers can then do whatever they want to with it up to a certain degree of internal copying. Your customers can go into and make changes for themselves, like inking notes into the margins of a book, but that's about it.
    You'll never achieve what you want to do and manage to make any money off of your product.
    Quit digging so deep.
  • Unless you get them to sign a contract or enter into a brain-dead liscence. Nobody is going to buy or use a product with the restricitons you want to put on it.
    Nobody in their right mind is going to buy a product like yours without making changes internally to fit their needs. In a capitalist system, expect them to either go straight to one of your competitors or they might even hire a contractor.
    It's like buying a britney spears album. Under standard copyright law, I would buy it for $18 (rhetorically). But if the packaging said "Hey, you can't make a copy of this CD for any purpose whatsoever, you can't make an MP3 of it, you can't dispose of the jewel case or the packaging, and you sure as hell can't play any part of it in a public setting where more than 2 people are present." You simply won't buy it. Neither will anyone buy your scripts if you are going to bind their hands like that.
    Expecting them not to resell your product is reasonable. Expecting them not to change the scripts to fit their needs and desires is out of the question. Do it, they will _NEVER_ buy it.
  • by Rahga (13479) on Thursday July 13 2000, @09:41AM (#935846) Homepage Journal
    Binary is meant, as far as the GPL is concered, as "executable, compiled, binary machine code."

    Binary means MACHINE READABLE.
    HTML is HUMAN READABLE. HTML is a human-readable format used to specify document formatting.

    I can write down an HTML document on paper as easily as I can type it in a word processor.

    The only advantage HTML has on computers is that, when entered in a word processor and passed through a browser, it'll enable me to look at a pretty page and links.

    Yes, you can store HTML documents in binary form. But you can do the same with music. That does not mean music is binary data, not anymore than an html formatted document.

    As far as "HTML generation" goes in this question, it pertains to a whiny moron who doesn't understand copyright (like most Napster users) and who wants to get a lot of money for doing very little. Most people like that are classified as "marketers"
  • by sammy baby (14909) on Thursday July 13 2000, @09:47AM (#935847) Journal
    The GPL [gnu.org] applies to two types of things: the actual program itself, and any work based on the program. They go on to define that in the following way:
    a "work based on the Program" means either the Program or any derivative work under copyright law: that is to say, a work containing the Program or a portion of it, either verbatim or with modifications and/or translated into another language.
    With that said, I doubt that there's really much cause for concern that Enzyme [sourceforge.net] (or any other web-based application) has any signifigant problems with the GPL, any more than any program in an interpreted language which produces textual output. Basically, you're dealing with three sets of items:
    • The actual code which drives the back end of your application (Enzyme's PHP, and raw bits of static HTML), which is protected by the GPL.
    • The data that you're archiving using Enzyme, protected by Copyright (or not, depending on who is collecting the information and the terms under which they acquired it).
    • The confluence of the code and database, which produces the actual site with published information.

    With that said, I do not believe that running a web-based application is equivalent to redistribution-without-source, as you suggest. If I install a program on a remote computer, then open an Xterm window to interact with it on my local workstation, I haven't redistributed the initial app, despite the fact that my workstation and the remote server are exchanging all kinds of information necessary to my interaction with the application. I'm merely accessing it using another means. If that was really redistribution without source, then anyone taking advantage of the Compaq Test Drive [compaq.com] on a Linux server would have caused Compaq to violate the GPL.

    Similarly, if I set up an Enzyme driven site and open it up to the world, I haven't redistributed the code, even in binary form. I'm letting people interact with it to produce output specifically tailored for their needs, using an intermediary program (Netscape, Lynx, Mozilla, IE...) of their choosing.

    While from a design point of view, it's nice that you can view all of the elements of a web-driven system - database, server, client, network - as a unified whole, it isn't. At least, not as far as the GPL is concerned. Your program rides piggyback on a web server, process requests based on the clients' requests, and transmits information back accordingly. And that's all.

  • by sammy baby (14909) on Thursday July 13 2000, @09:51AM (#935848) Journal
    I think that the binary vs. textual format you're describing is something of a red herring. It doesn't matter if a program produces HTML, TXT, or XML (all textual), or GIF, JPG, or PNG (binary). The bottom line is that they're all products of the program, not derivative of the program.
  • I may be missing the point here...

    Yes, you are. The issue has nothing to do with binary distributions. The guy wants to distribute some scripts that run on servers. And he wants a license that, if someone modifies those scripts and runs them on a publicly-accessible server (a public performance, not a redistribution), that they will have to publish their changes to the scripts.

    GPL won't give him what he wants, and there isn't any way that taring the scripts (or whatever) is going to change that. He needs a different kind of license.


    ---
  • by sethg (15187) on Thursday July 13 2000, @10:15AM (#935851) Homepage
    A similar situation: the TiVo uses GPL'd software, but they don't give you access to the binaries - only the output from them.
    They sell you a machine containing the binaries, don't they? Even if it's technically difficult for you to read those files, as far as copyright law is concerned, that's distribution of copyright material. If they didn't give you access to the source, then the FSF's lawyers could call up TiVo and say, "ahem, either share your source code, or don't use our code in the machines that you distribute."

    On the other hand, if (say) CBS used a modified version of Linux to produce one of their TV shows, they would not have to offer their source code to anyone who watched the show, since the show does not contain anything derived from GPL'ed software.
    --

  • The problem is that I have a search engine.
    AEIWI [aeiwi.com]

    Which I am considering to release as open software.

    But I have the same problem with the GPL.
    It only tells people to release source code for
    changes if they distributate the binaries.

    So, they can take my code make some of changes,
    run there web service without giving back the changes
    to the community.

    This will give them a edge compared to me,
    therefore I hesitate to take the GPL step.

    I was recently a conference called Linux@work in Copenhagen (Denmark).

    There I talk with Thimothy E. Ney
    from the free software foundation about it.

    He told me that he would have to talk
    with mr. Stallman about it.

    I haven't hear from him since and I have been busy too.

    Maybe a way to solve this is,
    that you should make the source available
    not if you make the binary available
    but if you make the functionality aveilable.

    Knud
  • <<I guess it really depends on the determination of "redistribution". I can see a company taking a GPLed program source and using it to serve some intranet function without having to make the source available to the public. But once the functionality of that modified program is opened up to the public at large, I think that could be considered a "redistribution", and the public should have the right to that source.>>

    While some people see this "loophole" as a flaw(CmdrTaco included) I see it as being a *neccesary* "loophole" if you want the commercial Internet industry to adopt open source/Free software.

    Why would I use Free software for my web based application if I had to redistribute my code?

    If my only means of competing right now are features, performance, database (I.E. the breadth and depth of data -- content, etc...), and marketing then this would eliminate features and performance as a competitive advantage. Not all web based companies are content-based like Slashdot: Some, like Hotmail, are based on functionality.

    It just doesn't make business sense to have to redistribute your code unless your code doesn't give you a significant competitive advantage. So for sites like Slashdot it's not a problem. For sites like Hotmail, eProject.com, or wherver -- it's a problem.

    My employer uses Perl, Apache, Linux, MySQL, and other such systems right now. If the licenses were changed such that we'd have to redistribute our code, we'd be forced to either not upgrade to a version under the new license, or to rewrite everything in a system that doesn't have such draconian licensing.

    The ideals of the Free software movement are all well and good, but even RMS hasn't shown a viable (read: profitable) business model that fully adopts them -- and even if he could, one business model doesn't cover every idea.

    -JF
  • <<Hotmail runs BSD. Perhaps you could have used a slightly different example? I'm not a coward by nature, just by circumstance.>>

    Hotmail's choice of OS is irrelvent to my point. I was making a comment about their *business model* being such that forcing them to give up their source code would entirely eliminate Open Source/Free Software as an option for them. The same would apply if they were using Hurd, or NT.

    Slashdot can afford to give away the Slash engine source -- their business model doesn't center around the functionality of the site, but rather the content.

    -JF

  • by FascDot Killed My Pr (24021) on Thursday July 13 2000, @09:38AM (#935864)
    That depends on your reasons for wanting Open Source, I guess. If it's just curiosity "I want to have the software that's in that coke machine", then I guess you would have to create a license for that.

    But *I* use OS software so that I *own* the software on my computer just as strongly as I own the computer itself. Non-OS software has a weak sense of ownership: I can use it, but I can't pass it on or modify it. The coke machine is even weaker, to the point where (I think) it doesn't make sense to say I own the software on the machine. I used it once, but it belongs to someone else.

    Think of it this way: You go to your friend's house and play a cool game he has. Should he be required to send you home with the source code? I don't think so.
    --
  • by FascDot Killed My Pr (24021) on Thursday July 13 2000, @09:06AM (#935865)
    Let's say you go to the store and buy a coke. The coke machine runs Linux. Should you get a free CD with every can? No.

    The purpose of the GPL is put software back (as far as is possible) to the state of other information. Once you've been given some "information" you are free to tell other people and put any spin on it you want. So you can freely redistribute the binaries (that's the telling other people) and you have to give out the source code (so they can put their own spin on it).

    But when I use a website, the only information I'm getting is what's shown on the browser. That's not to say you couldn't create a license that required a licensee to allow users to download the code--but it's not what the GPL is about.
    --
  • It seems to me that what this requires is another version of the GPL, call it the SGPL or Strong GPL that expands the definition of 'distribute' to include 'deployed on a public webserver'. That would allow people to keep truly private modifications (such as on an Intranet) private.

    It would be unfortunate if software written using a GPL tool for public use was automatically required to be distributed in source form. Instead the application could (at the discretion of the developer) be deployed under the SGPL.

    What do you think?
    --
  • Bison has already had to deal with this problem a long time ago. The trick is that Bison's source code is very hard to seperate, both conceptually and actually, from it's output, seeing as it's a parser that parses in input file which serves as a spec for a parser, which is generated by Bison (using a lot of recycled code...)

    The intent was to give the Bison program the protection of the GPL, but to allow the output to be used howerer one pleased.

    Unfortunately in my half asleep state i don't remember the details of how they pulled it off, so go and check it out before i put my foot in my mouth trying to explain it.
  • No, that's not what I'm saying. If you sell a modified version of Emacs, you have to make the source available. You don't have to email it personally to RMS, but you have to make the source public in some way. My claim is that web site applications should not be any different. But question is what constitutes the "binary" form of a PHP program...

    Of course, there's the nub of the issue: these sites aren't SELLING a modified version of anything; they're modifying the source for internal use, and using it to serve pages. Serving content - no matter what form that content takes - is not a form of redistribution of the original application. They're not trying to sell a precompiled form of the app - they keep their modifications to themselves.

    The GPL has always at least given companies that right - to use GPL'd software, modify it for their own purposes, and not to have to redistribute their changes - as long as they don't distribute their new app outside of the company.

    Simon
  • Right, but if you read it really really carefully you will notice that the origional author can impose restrictions and add clauses that the GPL would otherwise forbid. The liscence only talks about how people who recive the already liscenced code cannot add restricitons on it's freedom. Eg. Reiser's FS.
  • Zend Compiler

    The Zend Compiler, to be released later this year, allows code developers to compile their PHP script before distributing it. By saving the code in a closed Zend Intermediate Code format, the compiler allows developers to protect source code from copyright infringement, enabling companies to create exclusive software solutions and commercial PHP applications.

    Business-oriented developers who want to enjoy the benefits of PHP scripting, without exposing their source code, will find the Zend Compiler indispensible for all mission critical business applications that must protect the source code from copyright infringement. This product provides copyright and intellectual property protection, opening the way for the widespread acceptance of PHP for business and commercial applications, where protection of proprietary information is of primary concern.

    http://www.zend.com/zend/products.ph p#compiler [zend.com]
    ------
    Scott Stevenson
  • by arthurs_sidekick (41708) on Thursday July 13 2000, @09:24AM (#935885) Homepage
    Let's say you go to the store and buy a coke. The coke machine runs Linux. Should you get a free CD with every can? No.

    But you must have a port in the side of the machine to allow people to download your soda-dispensing software to their laptops =)

  • Well, no. When software is compiled or otherwise used for some public utility I think that qualifies as a "redistribution". It happens not to be binary. I think instead of saying "binary redistribution" the GPL should say "non-source-code redistribution". In otherwords, if you distribute the *functionality* of a modified GPLed program source you must also make available that source.

    I guess it really depends on the determination of "redistribution". I can see a company taking a GPLed program source and using it to serve some intranet function without having to make the source available to the public. But once the functionality of that modified program is opened up to the public at large, I think that could be considered a "redistribution", and the public should have the right to that source.
  • by TheTomcat (53158) on Thursday July 13 2000, @09:22AM (#935887) Homepage
    No, I don't think it's a derivative work.

    Say I write a piece of C code, and compile it with gcc. Is the binary a derivative work? No.

    I think there should be a new license set up for distributed output applications. The GPL doesn't really apply.
  • If the author of the software running on the drinks machine releases it under the GPL, and you modify it to power your drinks machine and then sell that drinks machine to soda distributors then yes, you should have to release the source code.

    But you only have to release it to the soda distributors that bought your drinks machine, and then only if they ask for it.

    -- Abigail

  • We like the spirit of the GPL.

    The spirit of the GPL is to allow what you are argueing about. The spirit of GPL is not you make a modification on your private copy, and now you have to release it (thank god it doesn't. Do you really want that each and every typo, bug and trial that is made by Linus and gcc developers have to be released?) The spirit of gcc is that if you distribute you have to disclose.

    What you want is something that restricts usuage. GPL doesn't cover usuage. GPL covers distribution.

    The closest we've found so far is the Artistic - is that good enough?

    The Artistic license is poorly phrased, but has a great spirit. It's far, far loser than GPL, and explicitely allows in-house modifications. The spirit of the Artistic license is "I was nice. It would be nice if you are nice too. But there are enough loopholes in here to do what you want if you aren't nice." The Artistic license was made for Perl. Larry cares more about making nice things available than preventing people from doing what they want. And guess what? After more than a dozen years, it's very popular, and it doesn't need a scary license; people are doing with Perl what they want. And the source will always be available.

    -- Abigail

  • If you sell a modified version of Emacs, you have to make the source available. You don't have to email it personally to RMS, but you have to make the source public in some way.

    Eh, no, you don't. You don't have to make the changes public in any way. All you need to do is provide the people you sold the modified version of Emacs to with the source. And only if they ask. You cannot prevent them from making the source code available, but they don't have to.

    To give an example. If I make a modification to emacs, and sell it to some person X, and you ask me for the changes, I do not have to give them to you. If X asks me, I have to. X might give them to you, but as long as X doesn't give you the modified version of emacs, X does not have to.

    -- Abigail

  • If eBay steals my code, and makes $1 X 10^9 on it, I think they ought to at least be forced to open their code up.

    It looks to me that you do not want people to use your code as they wish. They can use it, but not make money of it, and all modifications have to be funnelled back. Doesn't that sound a lot like the original Netscape license, and Sun's open source license, before the entire Open Source community fell over them?

    You want to make restricted, non-free software available. Picking a license from the Free Software Foundation wasn't the smartest idea.

    -- Abigail

  • by Abigail (70184) on Thursday July 13 2000, @11:06AM (#935900) Homepage
    That means that someone could make a website out of a derivitive work and never have to open or disclose their code - an apparent violation of the spirit of the GPL.

    I don't think violates the spirit of the GPL. In fact, it's explicitely allowed. It looks like your program is basically a compiler. It just doesn't generate machine or byte code, it generates HTML. Same difference. And we all know that gcc does NOT produce derived works. Furthermore, I can make all the changes to gcc I want, without having to disclose anything. The spirit of gcc is that I cannot distribute anything without disclosure. But in-house, I can do anything I want.

    I am not the biggest fan of GPL, but I don't see the problem here. Well, I do see a problem - but not with GPL. Apparently, you are using a license you are not happy with. In stead of trying to change the license, why don't you pick another license?

    -- Abigail

  • by MostlyHarmless (75501) <{gro.llehseerf} {ta} {tnedtra}> on Thursday July 13 2000, @09:40AM (#935926)
    I wasn't going to step in, but after seeing the amount of well-meaning misinformation, I had to say this, even if it may be too late to get moderated up.

    The FS does NOT, I'll say it again, does NOT control what is considered a derivative work! This is determined by U.S. Copyright Law. It is impossible to add a clause to the GPL saying that "content generated by this product is a derivative work". It has NOTHING to do with the medium you're sending it through or any of that garbage. It has to do with what copyright law says is a derivative work.
  • Because web based applications are not going be a big part of anything. Like the marketeers facination with "push" a few years ago, it just won't catch on.

    The whole concept is based on the idea that with many users who only use the service a little bit, you can try for small usage based fees. That will go the same route as web-based email that you pay for, or portals. The barrier to entry is so low that anyone can talk a few mill out of VC and start a service that is "free for now, while we build a customer base." Soon they realize that charging people money instantly destroys all loyalty, and they'll be in the "we're exploring alternative revenue models" phase, and then they will either be bought by Yahoo or Yahoo will add the same service, and the hype will move on. That's if anybody wants to use their tool in the first place.

    Web based application columnists come up with a variety of false arguments as to why they might succeed:

    1) Customer's local computing power won't be up to the requirements of the software provided over the web.

    Yeah, right. The network delay will be roughly equal to the longer execution time. The types of applications put forward as good candidates for this often include photo editing or otherwise require a lot of data transfer. And even the "network computers" are basically fairly powerful PCs.

    2) The tasks will be things the user does so infrequently that purchasing the software is not justified, but a small fee might be.

    Most of the cost of software, especially Free Software, is in learning how to use it, which you still have to do over the web. If you make it easy to learn to use, someone else will see the improvements and make the GPL'd software it was derived from easier to use.

    3) I have a niche market piece of software -- only aqua farmers with seven webbed toes on their right foot will need it once every five years -- so no competition will appear. This market would be impossible for anyone else, but with web I reach every seven toed fish farmer in the world !

    There's a reason why no one else will try to compete with you. Think about it. Also think carefully about why you can't reach every seven toed fish farmer with a download site for the software. What advantage does a web based app offer here ?

    4) Somebody famous said "the network is the computer" at some marketing seminar I went to. I think his name was Ellison. Everybody was clapping ! He's rich, right ? And I read in Datamation that Microsoft is interested in web based apps !

    Get a socially useful job like garbage collection or lettuce picking, there is no place for you in the new economy.

    Summary:

    Don't screw with the GPL, which is working well and changing the world. Just let these web based application providers compete the hell out of each other and gradually become another selection on yahoo, which will still make money from banner ads. Sure, some people will do nasty things with copies of the software you wrote, and some portion of the brainless masses that also run windows will fall victim to them. Don't worry about it, because those dimwits will give up the practical benefits of free software while entering a business that is completely untenable.
  • by Dungeon Dweller (134014) on Thursday July 13 2000, @09:17AM (#935969)
    Here's an idea, just use a different license. I know that everbody wants to hop on the GPL bandwagon, but there are a lot of other licenses out there, if none of them satisfy your needs, you could just do like all of the commercial companies do and write your own, heck, if you want it to be open source, that doesn't mean that it has to be GPL. Perhaps this is a good call for an altogether new license, however, it really doesn't have to be just another GPL, it really could be a license tailored to the specific needs of either the application at hand, or of web applications that one would think fall well into the GPL.

    Just because it's not GPL'd doesn't make it the end of the world, no offense.
  • ...or XML, or javascript, etc. Look at *BSD. Generally compiled with GCC, a GPL program, but distributed under a different license. Just because the server runs GPL software, doesn't mean that the GPL has to apply to any of the content serves. Heaven forbid the lawsuits if someone decided that they should be able to redistribute copyrighted content served up by Apache.

    I don't see where the big dillemma is. We have licenses for server code, and we have plenty of flexibility with copyrighting (or not copyrighting) the content.
  • by gwernol (167574) on Thursday July 13 2000, @09:04AM (#935982)
    Just change the GPL you use so that it refers to script as well as binary redistribution? Then you can submit the new GPL back to the GNU foundation. I mean, the GPL itself is Open Source, right? So consider this a bug fix to the GPL and go for it.