Slashdot Mirror


The GPL And Web Applications

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..."

197 comments

  1. Re:This raises questions: by Anonymous Coward · · Score: 1

    Databases are not copyright-able in the US. IANAL but by my understanting you cannot copyright data or information, you can patent an idea, or algorithm but not copyright, and you can copyright the implementation of an idea or algorithm.

    So the table is just data, and it is not copyright-able. The DBMS that made the table may be copyrighted. For ASF the codec maybe copyrighted, and the alrogithms used to compress and decompress the data can be patented.

    I sould mention that data is a bit ambigus in this case, a movie may be reduced to 1's and 0's but it is not data in this sense, it's is still a copyright-able work. Data in this sense typicly means something like the distrubution of peoples age in Kentucy or a list of names and phone numbers for the people living in New York City. As far as I can tell the diffrence is between created and collected.

  2. Re:Hmm.... by Anonymous Coward · · Score: 1

    I've got lots of usernames, passwords, file and directory locations, etc hard coded into my CGI's...

    I don't think that it would be approporiate to require people to make an open directory for people to take them out of... Besides which, source code only needs to be distributed upon request. People could just email requests and have the source returned to them that way.

  3. Re:It doesn't matter what generates the HTML by Anonymous Coward · · Score: 1

    If you're afraid of this, you'd better not opensource your Web Thingie in the first place.

    If Big Bad makes millions of it and gives the sourcecode back, would you mind that? If the answer is yes, because you don't want them to make profit with your software, open source is not the best idea for you. If the answer is no, it doesn't really matter if they give back source or not - it's annoying, nothing more.

    Also note that IMHO in your scenario Big Bad does use the software internally - they don't make money distributing the software, they're selling content!

    Of course, you're free to write a license that does not have such problems. Chances are, Big Bad will develop their own version of the software, have it closed source, make millions selling their content, and make even more millions by also selling the software. Now that would solve a lot of problems, really.

  4. This has got to be the silliest thing... by Anonymous Coward · · Score: 4
    ...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.

  5. Rendered Services. by chalsall · · Score: 1
    When we were looking at what existing OSS license would allow us to release a project we were working on (a web-based portal system) while preventing someone from taking the codebase and modifying it and using it themselves to render services, without returning the changes.

    In a brief discussion with RMS in Vancouver confirmed it: the GPL provides no such protection. In RMS' mind it doesn't matter, because it's not a matter of code losing its freedom. The fact someone else is gaining without contributing back doesn't bother RMS at all, but was not acceptable to the underwriters of our project.

    A review of all the common OSS licenses do not provide protection in regards to this. For this reason, we ended up modifying the NPL slightly into the CommPort Public License (CPPL), which has explicit language about rendered services. If anyone's interested, have a look at http://www.tc.ca/commport/license.html.

    This has been reviewed by several lawyers, although not yet by the OSI. Feedback from the OSI would be appreciated, BTW.

    1. Re:Rendered Services. by eries · · Score: 2

      Would you guys be willing to make a generic version of your license (suitable for use in the US or elsewhere) available?

  6. Re:This is not difficult. by Phroggy · · Score: 1
    Just have the GPWL Gnu Public Web License

    I'd think WGPL would be a more consistent name (think LGPL).

    --

    --
    $x='S24;r)>63/* h@<5+oZ)32"5cz';$me='phroggy'x$];
    $x=~y+ -xz+\0-Tx+;print$_^chop$me for split'',$x;
  7. TiVo by Phroggy · · Score: 2
    A similar situation: the TiVo 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.

    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.

    --

    --
    $x='S24;r)>63/* h@<5+oZ)32"5cz';$me='phroggy'x$];
    $x=~y+ -xz+\0-Tx+;print$_^chop$me for split'',$x;
    1. Re:TiVo by cpt+kangarooski · · Score: 1

      No, I don't think that the Tivo itself counts. Tivos are not customary methods of transferring binaries. If there was a CD along with the TiVo though, that would be ok.

      --
      -- This and all my posts are in the public domain. I am a lawyer. I am not your lawyer, and this is not legal advice.
    2. Re:TiVo by sethg · · Score: 3
      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.
      --

      --
      send all spam to theotherwhitemeat@ropine.com
    3. Re:TiVo by BobaFett · · Score: 1

      Selling the machine containing the binaries is indeed distribution (just like preloading Linux on a Dell PC is). It does not matter whether it's hard to get the code out (Dell PC may come with a XMoron window manager which does not allow you to get to the kernel files, they'd still have to make source available).
      Now, Tivo has binaries of two kinds: kernel mods and their own code which actually does recording, playback, etc. Kernel mods are released on their web site, because they distribute modified kernel binary. Their own code runs on the GPL kernel, but source is not distributed, and GPL does not require them to do so.

      Finally, with all the concerns about use of GPL software on ASPs and web servers, there are limits to what the license can do: even if GPL is found by court to be 100% enforceable, the "derived work" term is NOT up the the license authors to define, it comes from copyright law (GPL says as much). If the court decides that HTML output of Slashcode is not a derived work, then the web site does no such distribution which requires source to Slashcode to be made available.

    4. Re:TiVo by Steeltoe · · Score: 1

      Hearing about companies using GPLed work and distributing modifications warms my heart. Of course it would warm my heart even more if they not only did it because they had to, but because they wanted to.

      - Steeltoe

  8. Re:GPL allows you to be selfish, just not greedy by mce · · Score: 1
    Ah, but then consider this: someone takes gcc, improves its code generation for SPARC a lot and compiles it on a x86 machine. Then (s)he makes or takes an non-GPL-ed x86 emulator for SPARC, and sells the combination of both as a proprietary C compiler for SPARC machines. Assume that it is done is such a way that the end user cannot just extract the gcc binaries from the distribution and run them on a real x86.

    By the reasoning you mention, this would not be a violation of the GPL, since the actualy gcc code is being executed by an intermediate program.

    If the above really is not a violation, then let's go one step further: assume the product is also sold with an x86 emulator running on... x86.

    --

  9. Compare GCC with a web application by John+Allsup · · Score: 1

    A web application that relies on some other GPL programs in order to run, but where the software is not redistributed is a little like a software house that -relies- upon GCC to compile their software. Without GCC their software would not work (not without modification so that another compiler could be used). Similarly, without the free software used to power the web application, the web software would not work (again, not without modification).

    In the GCC case definately, and most probably in the second case, it is perfectly reasonable not to need GPL source distribution of the web application.

    Note that the GPL is intended to mean that if you get (GPL'd) software in any form, then you also get it in source form. It does not cover what happens when you only get the output of the program (i.e. what goes on the web site). This is pretty much made explicit, if I recall correctly.
    John

    --
    John_Chalisque
  10. Re:This raises questions: by Scott+Wood · · Score: 1
    you can patent an idea, or algorithm

    No you can't. One thing you can patent, though, is a physical device, and this is often used as a loophole by which patent rights are claimed on an algorithm or idea. If you look at all of the "algorithm patents", almost all of them, if not all, start with something to the effect of, "A system comprised of a computer and software, where the software..." and then describes the algorithm. Unfortunately, the government has turned a blind eye to this sort of abuse of the system, failing to see that the only novel portion of the patent is in the algorithm, which by itself is not patentable.

    --

  11. IMHO... by jd · · Score: 2
    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.

    --
    It's a small world and it smells funny; I'd buy another if it wasn't for the money; Take back what I paid (SoM)
    1. Re:IMHO... by ars · · Score: 1
      No, the binary is the internal code in the server. A good test is control: based on what you recieve can you run the site completely. And the answer is no. You can't run the full site with just a static html page.

      The output of a C compiler on the other hand you can run completely - even without the source.

      --
      -Ariel
  12. Re:Why not... by Evangelion · · Score: 1


    The problem arises when more than just websites are run by the ASP model.

    The original intention of the GPL was to prevent a situation in which you have data, and because of limitations of the software that created/used that data, at some point in the future you loose access to that data. Imagine, if you had a bunch of files in some old word processing format from the 80's (PFS Write or something like that) - the only legal way to make use of that data would be to buy a copy of that software, which by now would be completley unavailable. So, you'd have to resort to illegal methods, assuming it was possible at all.

    Flash forward to the 2010's - you are using a wordprocessor on an ASP's site to edit your work. Let's say you can get access to your files stored on there, but suddenly the company goes belly up. What happens to your data? The software that the ASP was running is completley unavailalbe to you.

    The GPL was created to make sure that if you used a Free program to create your data, you'd always be able (one way or another) to have access to a way to interpret it. The question people are asking now is how can we assure the user of an ASP service that they will always be able to have access to the data that they use an ASP's application to manipulate.

    (This problem encompasses more than just the software - there are also issues regarding access to the data. But if you could get your data off of an ASP, how could you be guaranteed that you could manipulate it without them?)

    Note that this really isn't an issue with most current websites, but as web-based applications become more complex, I'm sure it will be one.

  13. Re:Why not... by Evangelion · · Score: 2


    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.

  14. Need an URL? by jelwell · · Score: 2

    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.

  15. IT RUNS LINUX! by jelwell · · Score: 2
    I'm sick of people not believing me. News release - the thing is running linux. As if I wouldn't know what Linux looks like.

    Joseph Elwell.

  16. Flawed View by Hallow · · Score: 1

    If I or say, my company use some GPL'd software, but we don't sell or give the software to someone else, we are not required by the GPL to share the code we added with anyone. What if we setup an application server that runs the code, and we sell access to the application server? Absolutely nothing. We are allowing the 3rd party to run the software, but we are not giving them a copy of it. We are not selling or distributing the software. We are distributing the USE of the software.

    The same goes for web based applications. The only time the GPL would be enforced is if they were selling or redistributing the software for other people to download and install/use. If you wrote a message board in PHP, distributed it under the GPL, and someone took it and added the board to a paid website, or offered the service of hosting custom discussion boards for a fee, and they modified the software a bit, would you or anyone else be entitled to their changes? No, not unless they sold or distributed the actual software.

    So, if you want people to have to give back changes even if they don't distribute the application and/or don't want anyone to make money off of your work, right your own license.

    BTW, visit zend.com, they will be providing a bytecode compiler for php4 eventually.

    1. Re:Flawed View by eries · · Score: 1
      but we don't sell or give the software to someone else


      My claim (question) is that by allowing others to use our program via the web, you are giving the software, in effect, to someone else. You are not giving them the source, you are giving them the functional equivalent of the source - in other words, the binary.

    2. Re:Flawed View by Murple+the+Purple · · Score: 1

      I don't understand the reasoning. How is a web site different from any other network protocol say SMTP or POP or even TCP?

      Maybe what you are thinking is that when someone connects to your SMTP port, they are causing code to be executed on your machine, therefore they must have downloaded the sendmail executable and you have to supply them with the source code?

      To me that sounds silly. Sendmail is not GPL'd but suppose it were and suppose I monkeyed around with it on my machine and combined it with some non-GPL or even proprietary code (which I can do privately). Then I have no right to distribute the final executable because I may not have the right to distribute the proprietary portions of the code.

      The right to make private versions of a program and not distribute them is what give software value. This is spelled out very well in the GNU Manifesto. This is also one of the reasons why the FSF criticizes the Plan9 licence. The Plan9 licence requires that all modifications be made public.

      In my opinion this whole discussion is a little silly. Way back, there was a discussion about the output of flex and bison (preprocessors that generate C code). This involves the program actually copying parts of itself into the output (sort of). In the FSF code these portions of the code are given a special exception nulling the GPL on those specific portions of the code if written as output.

  17. Re:Internal Use and ASP use -is- the same thing... by Tallus · · Score: 1
    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.

    Actually you do buy it; cd's routinely come with small print prohibiting rebroadcasting and public performance. (And does so notoriously unjustly: in the UK if you want to play music in a bar or cafe you are required to buy a license - the money from which goes to big record labels according to someones of idea of what music is being played nationally - thus ensuring your money ends up with Britney Spears regardless of the fact that you have a music policy stating "only records on obscure labels that never release more than 50 copies". Public Libraries in the UK have to take part in a similar scheme just for lending books.)

    And packaging? -books (at least in the UK - the Americans one I have to hand (O'RA) contain only a no warranties disclaimer) routine having the following clause inserted:

    This book is sold subject to the condition that it shall not, by way of trade, or otherwise, be lent, resold, hired out or otherwise circulated without the publishers prior consent in any form of binding or cover other than which it was published and without a similar condtion including this condition being imposed on the subsequent purchaser.

    ..and you thought the GPL was restrictive....


    Paul M

    "There are no innocent bystanders
    What where they doing there in the first place"

    --
    Paul M

    "There are no innocent bystanders. What where they doing there in the first place"
    William S Burroughs

  18. Where to draw the line? by Bruce+Perens · · Score: 2
    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

    1. Re:Where to draw the line? by Sloppy · · Score: 1

      That depends on your reasons for wanting Open Source, I guess.

      Exactly. I was going to say that, but then I went back and reread eries' message to figure out what is reason is. And here it is:

      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.

      It looks like his main concern is that if he distributes his server-side scripts, and then someone builds upon his work, he wants access to their mods.

      Makes sense, actually. And I haven't heard of any licenses like that, yet.


      ---
      --
      As copyright owner of this comment, I authorize everyone to defeat any technological measure which limits access to it.
    2. Re:Where to draw the line? by jfrisby · · Score: 1

      <>

      If I allow you to run my application via an X server, it is MY CPU time being used, MY memory, MY storage space, etc.

      You don't have a copy of the software. You're not even running it on your system. Why should I be forced to turn over my source code to you when it's not even running on your machine?

      But if you really want to do this, go right ahead. It will force many companies now using Open Source software to abandon it entirely. Not all business models have software as an "incidental" -- like Slashdot. Most Internet business models would be incompatible with such a license.

      Kiss IBM's support of Linux and use of/contribution to Apache goodbye. Kiss most of the .com's goodbye as they move to another platform.

      Let us say that eProject.com used Linux, Apache, Perl, and some CPAN modules. If you changed the license as everyone is advocating, how would their business model work? What business model could you find that would be even close to viable -- and still use Free software?

      -JF

      --
      MrJoy.com -- Because coding is FUN!
    3. Re:Where to draw the line? by FascDot+Killed+My+Pr · · Score: 3

      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.
      --

      --
      Linux MAPI Server!
      http://www.openone.com/software/MailOne/
      (Exchange Migration HOWTO coming soon)
    4. Re:Where to draw the line? by bfk · · Score: 1
      Bruce Perens wrote:
      Postulate a system that allows you to use free software remotely via X
      Are you sure you want a license that attempts to control use, and not just distribution? Can a copyright license even control use?
      --
  19. GPL does not cover the ASP model by Bruce+Perens · · Score: 5
    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

    1. Re:GPL does not cover the ASP model by hobbit · · Score: 1

      Read Bruce's original comment. He makes an analogy to existing broadcast law. There is a great difference between using (playing a CD at home) and providing a service (broadcasting a CD).

      Hamish

      --
      "Wise men talk because they have something to say; fools, because they have to say something" - Plato
    2. Re:GPL does not cover the ASP model by hobbit · · Score: 1

      So we'll probably need a different license. The gcc (and indeed most software) would continue to be covered by the GPL.

      Hamish

      --
      "Wise men talk because they have something to say; fools, because they have to say something" - Plato
    3. Re:GPL does not cover the ASP model by Ed+Avis · · Score: 2

      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).

      --
      -- Ed Avis ed@membled.com
    4. Re:GPL does not cover the ASP model by dgenr8 · · Score: 1

      Have you considered this carefully? Wouldn't this mean that GCC should be licensed such that anything created with it was required to be open-sourced?

    5. Re:GPL does not cover the ASP model by Rombuu · · Score: 1

      Why? What possible reason is there for this?

      --

      DrLunch.com The site that tells you what's for lunch!
    6. Re:GPL does not cover the ASP model by lovegoat · · Score: 1

      I disagree strongly. Why should the use of software compel the distribution of it, whether or not you made modifications? This is not freedom. This is servitude. The GPL should not try to force this onto people.

      --
      Lottery: a tax on those bad at math.
    7. Re:GPL does not cover the ASP model by webmaven · · Score: 3

      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?
      --

      --
      The real Webmaven is user ID 27463. I don't rate an imposter, because my ID is such a lame-ass high number.
    8. Re:GPL does not cover the ASP model by bfk · · Score: 1

      No on is broadcasting the work in question, only it's output, so that analogy doesn't apply.
      --

    9. Re:GPL does not cover the ASP model by bfk · · Score: 1

      Did I say nothing was being broadcast?
      --

    10. Re:GPL does not cover the ASP model by mairas · · Score: 1

      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.

      In practice, I do not see that as much of an issue. No sensible ASP would make any modifications to a GPL'd software without intention to publish the changes, even though the license allows it.

      Any significant use of modified GPL code would severely devalue the company, since in case of a company merger or purchase, you would lose that code. For any software company, selling the individual licenses or selling the whole company are just different sides of the coin. Essentially, in both cases you are only selling same software. In former case, you are selling limited rights to use the product, but in the latter, you are selling the software, the technological know-how and the brand associated with that software.

      For the reasons above, any company sale would in my opinion count as distribution of software, at least when the company is selling any service directly dependent on that software. If that was not the case, it would be trivial to sell modified GPL code by separating the code to a subsidiary and then selling that subsidiary.

      Just my 2 €,
      mairas

  20. I don't think there is a problem by spitzak · · Score: 1
    That code is running on their machine and you are looking at the output. You are not running the program.

    The source code in theory could be useless: It may require special hardware or connections that only the service provider has. Thus having the source code may not allow you to use the service, but you can use the service without having the source code. This implies that they are not really linked.

    On a more practical note, it is likely the "modifications" of the software include the insertion of encryption keys and passwords. Distributing this would be extremely detrimental to the service provider. And we can't go and say "the GPL allows you to delete sensitive parts of the code" since that would break the GPL entirely.

    I don't even see any problem with the "special enhanced gcc compiler" that was suggested. This is a service. I suppose it could subjugate the GPL on gcc, but I really doubt any possible enhancement would make this service viable anyways (reverse engineering it would be pretty easy and likely).

    Now if the service provider helps another provider to set up the service by giving them the program, they must provide the code under the GPL. That second provider can keep the code to itself, modify it, or give it away to the general public.

  21. Similar to r.g.m.a thread. by jammer · · Score: 2

    This is similar to a discussion 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.

    1. Re:Similar to r.g.m.a thread. by CodeRx · · Score: 1

      I see your point, but consider this.

      I take the gimp and add tons of great new features to it. I then provide a web interface to allow users to use my modified version of the gimp and take advantage of my great new additions. Oh, I also charge $50/hr for access to this service

      I'm not distributing my modified version of the gimp, so I do not have to release the source code to my changes. I am however letting other people use my modified version, and probably annoying the heck out of the gimp developers

      If Larry Ellison's NCs became popular, you could provide an ASP service using modified GPL software (which runs on your servers, but the output is displayed on the NC) without giving the source away. This problem is much bigger than just web apps.

  22. public domain by SparkMan · · Score: 1

    Software licenses will always have these complex problems of intrepretation. If you really want to make your software free, make the source code public domain.

    Don't get me wrong... I support the GPL and similar licenses and will take Free Software over the restricted stuff any day.

    But the problem with intellectual property is that it doesn't actually exist anywhere except in our heads. So every single person in the world could possibly have their own unique idea of exactly what bits make up a particular piece of software.

    If you recompile a program for a different architcture, is it the same program? What if you port it "function-for-function" to a different language? What if you write a program that generates a program? What if you run it on an emulator? What if you run an interpreter on an old program which was originally meant to be compiled? What if you quit your job and write a competing program from scratch, that looks very similar because you wrote the original? What if you conincidentally come up with a piece of code that looks very similar to somebody else's program which you have never seen before?

    This is why we have judges in our system, to answer all the silly questions that laws make us ask. But do you really want some stuffy ex-lawyer determining who owns your thoughts? Remember, intellectual property only exists in people's heads. Intelluctual property is dangerous, and will become more dangerous with each technological advance we make.

    Besides, copyright laws steal from us all the wonderful benefits of copying. Most people don't miss these benefits because they've never really had them.

    Copyright is dead, it just doesn't know it yet.

    --

    -- laws are the opinions of politicians --

  23. Same Issue, Different Slant by ewhac · · Score: 5

    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

    1. Re:Same Issue, Different Slant by Nagash · · Score: 2

      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

    2. Re:Same Issue, Different Slant by HighLordofNothing · · Score: 1

      No, I feel your kind of missing the point with your example. Lets say I develop an awsome web application such as a top flight accounting package. Now I release it under the GPL and some ASP vendor grabs it and makes tons of improvements, and then starts charging businesses $500 a month to use it. As I (and others) read the GPL, the ASP vendor would be under no obligation to release their code, although I strongly feel the spirit of the GPL should require them to.

    3. Re:Same Issue, Different Slant by Jeppe+Salvesen · · Score: 1

      Hmm.. So - if I was to modify this and that, and sell logins to my X server, I wouldn't have to redistribute the changes? At least it's nothing that wasn't around before the web came..

      The way I see it, the browser is the user interface. The server should also be considered the workstation. Publishing on the web then becomes redistributing the software, and you must thus supply your modififications to GPL'd software.

      Then again, I'm no lawyer..

      --

      Stop the brainwash

    4. Re:Same Issue, Different Slant by jamused · · Score: 1

      I disagree. I think, the spirit of the GPL says "more power to 'em." They aren't distributing your code, so they aren't depriving anyone of the (free as in speech) right to modify your code. Anyone who wants to do more than run their application (containing the "tons" of their own labor that they've added) is perfectly free to take your code (the same starting point the hypothetical company had), and modify it.

      Even in a regime with no copyright or patent laws whatsoever, you wouldn't have the right to copy data (in this case source code that they've written) that's never been published or even intended for publication. You might as well argue that you have the right to the contents of someone's diary because he quoted you in it.

  24. Re:Actually... by IdiotBoy · · Score: 1
    We don't object to people making modifications, in fact we really want that, we just don't want one of our competitors to do a billion dollar IPO off our work without opening their code.

    There's your problem, then. You have two disparate goals in the same sentence.

    I think your sentence might be better stated as, "We don't object to people making modifications, in fact we really want them; we want to make you increase the value of our IPO." Or else, "We're trying to pretend like we understand free software, but really, don't I have a right to everything you produce?"

  25. Re:Your analogy is completely flawed by hobbit · · Score: 1

    Are you sure? My understanding of the GPL if you use GPL'ed software in your product, and you make your product available, then you have to make the source available to everyone, not just those who have bought your product.

    Hamish

    --
    "Wise men talk because they have something to say; fools, because they have to say something" - Plato
  26. Your analogy is completely flawed by hobbit · · Score: 2

    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

    --
    "Wise men talk because they have something to say; fools, because they have to say something" - Plato
    1. Re:Your analogy is completely flawed by FigWig · · Score: 1

      My understanding of the GPL if you use GPL'ed software in your product, and you make your product available, then you have to make the source available to everyone, not just those who have bought your product

      You only have to deliver the source to those to whom you deliver the binary. Of course they can then distribute the source to whomever they please.

      --
      Scuttlemonkey is a troll
    2. Re:Your analogy is completely flawed by Abigail · · Score: 2
      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

    3. Re:Your analogy is completely flawed by Abigail · · Score: 2
      My understanding of the GPL if you use GPL'ed software in your product, and you make your product available, then you have to make the source available to everyone, not just those who have bought your product.

      No. From the license:

      For example, if you distribute copies of a such a program, whether gratis or for a fee, you must give the recipients all the rights that you have. You must make sure that they, too, receive or can get the source code. And you must tell them their rights.

      And later in the more legal area:

      a) accompany it with the complete corresponding machine-readable source code, which must be distributed under the terms of Paragraphs 1 and 2 above; or,

      b) accompany it with a written offer, valid for at least three years, to give any third party free (except for a nominal charge for the cost of distribution) a complete machine-readable copy of the corresponding source code, to be distributed under the terms of Paragraphs 1 and 2 above; or,

      c) accompany it with the information you received as to where the corresponding source code may be obtained. (This alternative is allowed only for noncommercial distribution and only if you received the program in object code or executable form alone.)

      The keyword being accompany.

      -- Abigail

  27. Output by jjr · · Score: 1

    I wouldn't expect the output of a GPLed program to also be covered under GPL. GPL clearly states that the person with the binary should have the source since the user of the web application doesn't have access to the binary of the application there for the person doesn't need to have the source. That doesn't mean that people shouldn't have the source. But that is just my thoughts on it.

  28. Re:Why not... by artdodge · · Score: 4
    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.
  29. Licensing server side executables by Saurentine · · Score: 1
    By clicking the pretty widgets, the browser user is giving commands to a server to deliver specific content. The client is literally executing programs on the server to trigger this delivery. The fact that the client program's end users don't usually realize this doesn't change this fact.

    If we want to use the GPL to pry open web site back end code, what we need is a license clause that specifies that the source code must be made available not only based on receipt of the binaries, but also based on the execution of the code, whether locally or remotely. Whether the server is using a script, HTML, binary code, or other methods won't matter then.

    The real question is whether a good enough GPL code library will exist to persuade developers to include the "viral" GPL code in their development efforts. If the available GPL code isn't relevant, useful, or non-obvious, web site developers will avoid containing it, as it certainly will involve extra effort to make the source available to Joe Surfer.

    If such an execution clause is included in the GPL that attempts to cover all GPL software, expect a mad rush toward BSD-style licenses.

    I'm in the middle on this one. I think it's probably a good idea to try to pry open the back ends of as many web sites as possible now, before closed-source, secret code becomes any more encrusted. But I don't think many people will like the idea much.

    It used to be that "view source" would let you see what was in the back office, as almost all pages were pretty static. But with dynamic content generation, it's pretty obvious the landscape has changed a lot. It's also becoming increasingly obvious that what runs on the server is much more important than what runs on the client, and will become even more so as time goes on.

  30. Re:Why not... by /dev/kev · · Score: 2

    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).

    --
    Quidquid latine dictum sit, altum viditur.
  31. Re:No no no no by T-Ranger · · Score: 1
    No. You only have to give the person whome you sold/leased/lent the pop machine to the code.

    You can change GPLd code as much as you want, however, if you distribute it (and only if you distribute it) do you have to also distribute the sources (or at lease facilitate the distribution - ftp, media cost only, etc).

  32. This raises questions: by Ex+Machina · · Score: 2

    Can you copyright a SQL table? You apparently can patent/copyright a file format (MS ASF is).

    1. Re:This raises questions: by oliverthered · · Score: 1

      i've often thought about gpling myself, that way the gene thieves couldn't paintent bits of me, organ donation would be a lot more fun, as would having kids..

      skin cells and saliva avialable upon request.
      --
      thank God the internet isn't a human right.
  33. make it binary. by einstein · · Score: 1

    I may be missing the point here...flame away if I am...
    can't the distributed work be placed in a binary file? like a tarball? and ta-dah! it's a binary to be distributed. or am I missing something?

    1. Re:make it binary. by einstein · · Score: 1

      ah, I get it now. thank you kindly.

    2. Re:make it binary. by Sloppy · · Score: 2

      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.


      ---
      --
      As copyright owner of this comment, I authorize everyone to defeat any technological measure which limits access to it.
    3. Re:make it binary. by Stary · · Score: 1
      Of course, but doing a binary distribution yourself doesnt mean the next part will. Meaning, Red Hat sends you a CD with a binary distribution of linux on it, sources included. This doesnt mean you have to distribute it in binary form, or distribute it at all.

      Se this comment for a more extensive scenario explaining what I mean.

      --
      Tomorrow will be cancelled due to lack of interest
  34. GPL allows you to be selfish, just not greedy by TrentC · · Score: 3

    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 (=

    1. Re:GPL allows you to be selfish, just not greedy by eries · · Score: 2

      Why is bytecode different from HTML? It's certainly not "native machine instructions" as defined by the GPL. It's just an intermediary format produced by a compiler on your source code. You still need a JVM (and related state) to execute it - just like you need a browser to "execute" the HTML. By some reasoning on this thread, the java applet would NOT be covered under the GPL, since it's just the "output" of your Java source code.

    2. Re:GPL allows you to be selfish, just not greedy by eries · · Score: 2

      Sorry if I was unclear in my original post - that is the point I am trying to make exactly. I'm trying to argue that the GPL should expand its definition of what constitutes a "binary redistribution" to cover cases like these.

    3. Re:GPL allows you to be selfish, just not greedy by ars · · Score: 1
      The answer to your Java question would be yes, they do have to give you the source. Since you have a copy of the bytecode that you can run and save, locally, independently, of the site, they also need to give you source.

      In fact I'm not even sure they can force you to only run the java code within their web page. However copyright law can prevent you from redistributing the bytecode to someone else.

      --
      -Ariel
    4. Re:GPL allows you to be selfish, just not greedy by ars · · Score: 1
      It's not the same as HTML, java bytecode is a program - it's self contained. However HTML that is generated by a program is output - and it's not self contained - having just the HTML you do not have the ability to create more of it.

      But if you have the javabyte code you have the entire piece of code needed to run something (or at least your browser will download everything it needs) - once that happens you have full control of it.

      The HTML output, you don't have full control - you don't have, nor do you have the ability, to create more HTML using the program - since you don't have the program.

      However the HTML output itself may be GPL'd - since from that you can "compile" a web page. But that's irrelevant since it's already source.

      The point is with GPL if they give you the ability to fully control the executable (of whatever kind) then the need to give you source. But if you never have the ability to execute the code, you don't have control of it, then then don't need to give you source.

      --
      -Ariel
  35. What about KDE's changes to the GPL? by FreeUser · · Score: 2

    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. 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.

    --
    The Future of Human Evolution: Autonomy
    1. Re:What about KDE's changes to the GPL? by bfk · · Score: 1
      You're confusing the text of the GPL with the terms under which a program is licensed.

      If I say "foo is distributed under the terms of the GPL, plus you have to pick my nose every time you copy it", that is not changing the GPL. That is changing the terms under which foo is licensed.

      What I can't do is add a thirteenth section to the GPL saying "anytime you copy the Program you must pick the author's nose".

      See the difference?
      --

  36. Only possible with a restrictive liscence... by Rahga · · Score: 2

    that says any work you do on our code must be open back to the public. A "billion dollar IPO" is completely irrelevant.

  37. hehehe.... by Rahga · · Score: 2

    I would never subject anyone to listening to Spear's crap anyway ;)

  38. Okay, now.... by Rahga · · Score: 3

    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.

  39. Internal Use and ASP use -is- the same thing..... by Rahga · · Score: 3

    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.

  40. In fact, you _are_ wrong. by Rahga · · Score: 4

    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"

    1. Re:In fact, you _are_ wrong. by sammy+baby · · Score: 4

      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.

    2. Re:In fact, you _are_ wrong. by rantenki · · Score: 1

      Or maybe not so wrong. It should be obvious to anyone who has ever used a web browser that html is in fact MACHINE READABLE. It just happends to _ALSO_ be human readable. Just because I understand PIC micro machine code, doesn't mean that I can't release the executable control code for my coke machine under the GPL, since I am human and the code is readable to me, hence human readble.

      I realize I am stretching here a little, but when in Rome...

      Anyhoo, the binary and the source happen to be the same file in the case of html. The html received by the end user when they receive a php3 parsed file, is a subset of that binary/source in php, but the file in whole or in part is covered by the GPL. It could be argued that content that is generated by an algorithm might not be covered (date information and whatnot), but the body of the data would be protected.

    3. Re:In fact, you _are_ wrong. by rnd() · · Score: 1
      There should be no strict distinction made between machine readable and human readable representation systems. Humans invented the 'machine readable' formats, so I'm sure somebody can read them.

      "executable, compiled, binary machine code"

      So bytecode is not covered? Does this mean that Nothing written in Java can be licensed under the GPL?

      --

      Amazing magic tricks

    4. Re:In fact, you _are_ wrong. by redi · · Score: 1
      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 might have totally mis-understood the point of the GPL (and this thread), but the quote above seems one of the first relevant posts on this topic. The info the user sees when using your app/site is output, and is not covered by the GPL. The output may well be copyrighted to you (or other parties) and non-distributable, but this doesn't violate the GPL. The "program" is the server-side code that generates the output. In your case this happens to be a set of scripts not a compiled binary, but I think that's irrelevant. I work as a web developer on a similar web-based app giving access to a database using a custom Apache module connecting to MySQL. We couldn't sell our server binary to another party who wanted to run a similar system without providing the sources, because our app is a derivative of apache and MySQL, but the output of the site is accessible only to users who've logged on and have paid for access to the appropriate info. I think it would be insane if the GPL implied that our proprietarry data must be freely distributable because it is served by a modified apache server. How the hell are open-source apps ever going to be used in commercial settings if using them means all your corporate data must be given to the public?!?! If a firm kept it's accounts in a MySQL DB should anyone be able to ask to see them? NO!

      You are only required to distribute the code if you charge for the server app, not if you charge for data served by it. This means the problem stated (That means that someone could make a website out of a derivitive work and never have to open or disclose their code) doesn't exist. If someone charges people for their script-based server app, they can't help but supply the sources, they're human-readable scripts! The only way they could prevent someone who buys the server app from seeing the sources would be to re-write it as a binary (e.g. make it an apache module written in C), but then the GPL applies!

      Have I missed the point, or is this just not an issue?

      redi

      --

      --

      --
      Please do not use this document as toilet tissue
  41. What constitues derivative works by sammy+baby · · Score: 4
    The GPL 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 (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 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.

  42. IBM Public License.. by JTFritz · · Score: 1

    The IBM license permits users to copy and reuse the source code taht it applies to. I am administering a PHP/Opensource project that has opted to use this license and we have found it to meet our needs. As opposed to the source code being binary in nature, the source code is the server side scripts that generate the public domain HTML that everybody sees and uses.

    We feel that the final product (web site code simliar to SlashCode) should include a link to the license and a link to download the sourcecode. This way the license is satisfied with being displayed to the public in a conspicuous location.

  43. Re:Why not... by Guanix · · Score: 1

    No, the GPL is not covered by the GPL. It is 100% controlled by the FSF (notice the copyright at the top).

    But I'm sure that the FSF is willing to take suggestions.

  44. GPL extention for your particular case... by ivan256 · · Score: 1

    There are many programs that are GPLd plus an extention to the GPL. You could use an addendum that fits your purposes. There are even drivers in the linux kernel that include GPL addendums (that say something like "If you base your driver on this, not only does it have to be GPLd as well, but it has to include the following message at the top of the source file...") The GPL can't possibly be the ideal free software license for everything, you need to pick the proper licence for your case. It sounds like for you a modified GPL is just the ticket.

  45. Copyleft and Copyright by verbatim · · Score: 1

    AFAIK the output and contents of a webpage, no matter how they are generated, are copyright to the creator of that page. I think that the person who owns the rights over the scripts/programs that generated a page, owns the rights to the information it generates. If you wanted to open-source the webpage output, you could explicitly say something like "the information on this site is open to anyone for any use (copyleft)" and if you wanted to retain full rights, say "Copyright so-and-so... blah blah blah"..

    That is, under copyleft, anyone could use the information as long as they don't modify it. Under copyright they would have to obtain your permission (usually a licence fee) to use or distribute it.

    If a program generates a map of an area, then the resulting map would be the copyrighted work of the owner of the script - I built a script that could create this work. If the script was open source then anyone should be freely able to use the generated data. If it is closed then you must obtain permission first (which could allow the copyright owner to release their 'right' and allow free-use).

    But thats just my opinion.

    --
    Price, Quality, Time. Pick none. What, you thought you had a choice?
    1. Re:Copyleft and Copyright by (void*) · · Score: 2
      Come on! So if I patented the Universal Turing Machine, all other Turing Machines are mine, since my UTM can in principle produce the exact same output as all the rest of the TMs.

      There is no way input or output can be made to be associated with the program itself.

  46. content is art by nut · · Score: 1

    If it's copyright on the actual content delivered that you are worried about, I think this is conceptually and morally similar to copywriting a work of art. Let's say that someone say to themselves, "I like the general layout and function of the Slashdot website, I bet I could put together a website from scratch that was pretty similar, but make a profit from it." Is this very different from someone saying, "I really like the music of Metallica, I bet I could put together a band playing the same sort of heavy metal, and get just as rich."
    We might slate the band for being derivative, and they might or might not get rich, but at what point is it reasonable for Metallica to sue them for being derivative? (I should point out here that this is a completely hypothetical analogy, I've never heard that Metallica have done anything remotely similar to this. No offense James, Lars, et al.)
    However might point is that if someone rips off the form of something but does all the engineering themselves, I don't think they can be accused of stealing something - all art is built on the work of earlier artists. Nobody creates in a vacuum.
    If someone were to get hold of the server-side scripts however, and modify them without releasing them, that would obviously be a different matter. I don't know how the GPL covers things like server-side scripting. Client-side scripting might be a bit of grey area.
    In summary I guess I'd like to say if someone rips off your ideas, they are paying you the ultimate compliment. If you didn't want people to use them, you shouldn't have put them out there in the first place.

    --
    Never trust a man in a blue trench coat, Never drive a car when you're dead
  47. Hmm.... by JoeLinux · · Score: 1

    Maybe have the cgi/perl/etc. in an openly browseable Directory? So that people could view and download them? Might be a good idea? Maybe ask RMS to rewrite the GPL to allow for that?

    Then again, that's just my opinion, I could be wrong.

    JoeLinux

    1. Re:Hmm.... by TheCarp · · Score: 2

      Actually....I would love to set something like this up. What would be really good if there was a way in HTTP to specify "don't parse this...hand it to me raw".

      I would love such a thing.

      Not only would it make it possible to read code, it would encourage good programming practices. No longer could people assume "This is invisible, I can be stupid and handle data insecurely and noone will ever know"

      --
      "I opened my eyes, and everything went dark again"
  48. I have the same problem. by AeiwiMaster · · Score: 2

    The problem is that I have a search engine.
    AEIWI

    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

    1. Re:I have the same problem. by MrEfficient · · Score: 1
      I know I'm way late with this comment, but I just stumbled on this topic. I do not consider using php code in your own web site as distributing that code. Its a little tricker with client side scripting, but I think I'd stick with this interpretation even with something like javascript.

      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.

      How will this give them an edge over you? Because you don't get to see the source to the changes they made? That only gives them an edge if the change somehow makes it a better product. And if that is the case, then it is their ideas which made it better, not yours. If they're only using this code for their own web site, then I don't think you should be entitled to their source. Now, if they sell this web site software as a package so that the buyer will be able to create his own site similar to theirs, then I think they should be required to provide the source not only to the buyer but to the world, because now they are distributing it.

      If they only use the software for their own use, then I think the only advantage they really have over you is that they don't have to do their own development, whereas you do. But that is something you must accept when you decide to open your source.
      --------------------------------

      --
      Check out AbiWord.
  49. Do you really want to kill commercial use? by jfrisby · · Score: 2

    <>

    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

    --
    MrJoy.com -- Because coding is FUN!
    1. Re:Do you really want to kill commercial use? by jfrisby · · Score: 2

      <>

      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

      --
      MrJoy.com -- Because coding is FUN!
    2. Re:Do you really want to kill commercial use? by eries · · Score: 2
      This is a very naive view. In my experience, it is just this "loophole" that we have been discussing that _prevents_ commercial web developers from going open-source. Their thinking is: if my competitors can grab my source, modify it and use it without opening their source, they would then have a competitive advantage over me. In the eyes of their investors, etc. they would have a proprietary feature set that set them apart from other vendors, even though they leveraged my work to get there. Therefore, they would have reaped the benefits of my labour without contributing anything back. That's not fair, and furthermore, it's not good business. What makes sense from a business point of view is cooperation. If I release my source, and other companies help me develop it (i.e. we cooperate) then everybody benefits. These companies can then compete on the important things like content, service, etc. Consumers benefit by not being locked into proprietary software systems.

      Note that this is NOT the same as a company deploying a proprietary service on top of Apache/MySQL/Linux - only the case of a company creating a derived work from an existing open-source project.

      I don't want commercial software developers to "adopt" open-source (or FAIS) software - I want them to participate in the process of creating it. That's good business practice. How do I know? Because I am a commercial software developer.

  50. Or a simpler case by sporkboy · · Score: 1

    Say I download the GIMP, make some local changes for 'freaky new feature 2000 (tm)', use that to make some images. Am I obligated to release my changes to the GIMP. I don't think so, it in fact seems absurd, thought other output is the same in principle. I agree that it goes against the community spirit of the GPL though.

  51. No no no no by FascDot+Killed+My+Pr · · Score: 4

    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.
    --

    --
    Linux MAPI Server!
    http://www.openone.com/software/MailOne/
    (Exchange Migration HOWTO coming soon)
    1. Re:No no no no by arthurs_sidekick · · Score: 1
      OK, the ol' sidekick was being a little flip there. Yes, obviously, for you to have any obligation to make the source available at all under the GPL, your code would have to have been modified from GPL'd code that you received under the terms of the GPL. i.e. the GPL covers primarily transfers of binaries and source. It sets the rules for those who receive code under its terms, NOT original authors. If RMS were to receive a blow to the head and decide that he wanted to release a modification of the first version of emacs under an MS-style EULA, I do believe that he could do so (assuming he's the only author; or maybe not, because probably the FSF owns the rights to the emacs code -- OK, then Linus Torvalds and the original kernel is a better case).

      If you wrote the code yourself from scratch, then you are free to make the code available TO OTHERS under the GPL; as the original author, though, my understanding is that you would remain free to modify the code to your heart's content and release v. 2.0 of sodadispense under any license you please; anybody who got the source to sodadispense v. 1.0 from you under the GPL could not do so.

      And of course (as you point out), if you just mangle the code on your own machine, you are under no obligation to release your source. Were you to copy your modded linux kernel and attempt to sell it (or even give it away, but I'm not sure), you would have to make at least your mods available.

      --
      "Oh, I hope he doesn't give us halyatchkies," said Heinrich.
    2. Re:No no no no by arthurs_sidekick · · Score: 3
      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 =)

      --
      "Oh, I hope he doesn't give us halyatchkies," said Heinrich.
    3. Re:No no no no by Hard_Code · · Score: 2

      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.

      --

      It's 10 PM. Do you know if you're un-American?
    4. Re:No no no no by G27+Radio · · Score: 2

      That's pretty much the way I looked at it when I made the G27 Project GPL. If someone wants to modify it and use the derived code on their own website, that's perfectly fine. However, if they want to distribute the derived works to anyone else they'll have to also make the Perl/PHP/SQL code available to the public upon request.

      I don't think I'd want to force users of the code to have to maintain a source distribution just so they can run their modified code on their own website. If they're cool they'll submit fixes/changes back to the project anyway, but are not required to do so.

      numb

    5. Re:No no no no by bartok · · Score: 1

      Whoa! Dude! free Linux CD with a can of coke? No way!

    6. Re:No no no no by Fred+Ferrigno · · Score: 1

      Why? His post is clearly about what he wishs it said. He is proposing to change the letter of the GPL to reflect the spirit of the GPL in a wider context.

    7. Re:No no no no by Fred+Ferrigno · · Score: 1

      Wasn't that what I said?

    8. Re:No no no no by SquadBoy · · Score: 1

      No you have to make is possible for them to get the source you do *not* have to give out the source. Read the GPL: Accompany it with the complete corresponding machine-readable source code, which must be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or, b) Accompany it with a written offer, valid for at least three years, to give any third party, for a charge no more than your cost of physically performing source distribution, a complete machine-readable copy of the corresponding source code, to be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or, c) Accompany it with the information you received as to the offer to distribute corresponding source code. (This alternative is allowed only for noncommercial distribution and only if you received the program in object code or executable form with such an offer, in accord with Subsection b above.

      --

      Cypherpunks: Civil Liberty Through Complex Mathematics. Those who live by the sword die by the arrow.
  52. Re:you are totally uninformed... by SEWilco · · Score: 1

    Right. As the FSF is the holder of the GPL copyright, you can ask them to create a derivative work (a new license) or for them to accept and publish your changed version. After they did that then you could use the new license.

  53. you are totally uninformed... by bfk · · Score: 1
    If you actually read the GPL you would see this:
    GNU GENERAL PUBLIC LICENSE
    Version 2, June 1991
    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.
    RTFM!
    --
  54. Take a look at the licence notes for BISON... by drenehtsral · · Score: 3

    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.

    --

    ---
    Play Six Pack Man. I
  55. Re:Actually... by spectecjr · · Score: 2

    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

    --
    Coming soon - pyrogyra
  56. Second order functions. by john187 · · Score: 1
    What happens when a lisp programmer writes a function to produce a lisp routine as output?

    Interesting.

    I'd make sure it output the GPL along with the routine, so it couldn't be usurped.

    Even more interesting, this is exactly the type of license on derivitive work generated by a state machine that everyone on this site was outraged about in Borland C++ builder a couple of months ago.

    Find it here John

  57. No GPL violation by Sivaraj · · Score: 1

    Installing a web-based application is a normal use of the application. It is not a distribution. So if the web admin changes something in those scripts and does not distribute the changes, it is not a violation of GPL.

    The end user is not using the software itself, but just the output produced by the software. Think that software as part of the webserver. If you are using a GPLed webserver, you can modify the server software in anyway you want, for use in your own web server, but you need not release the software to general public. Only when you distribute the modified software, do you need to release the source code.

    This is same as the right to private use modifications that RMS was talking about when he objected to Plan 9 license.

  58. Re:not talking about internal use... by jackmama · · Score: 1
    Nothing in the GPL states that it needs to be internal fair use. If you code something that serves information to people, you can't really get upset when someone makes some modifications to suit their needs, and uses it to serve information to people. Your code is just another layer within the content delivery system.

    If I've modifed Apache to be highly secure, to protect my web site, would I then be required to release my modifications? I'll use a different daemon without such silly restrictions, in that case. It actually sounds to me like you want to release the source to your scripts, and not allow anyone to put them to better use than you, which doesn't strike me as being free or open.

    Better still, don't worry about a license. Write code that suits a purpose for you, and then if you'd like, post it somewhere for other people to use. If you don't want them to use it, don't release the source. It beats the hell out of what you want to do, which seems very similar to Microsoft's public "trade secret."

    Either release it or don't, but try not to micromanage how we use it, ok?

  59. Please just don't do it by acidrain · · Score: 1

    The GPL is a wonderful thing. So is Open Source... but is this really a good idea? The liscencing issues around clearly defined things like executables can be a pain to open source developers as it is. I am having problems with mixing a version of BSD and GPL'd code right now. And I know the authors had the best intentions, and that life in the open, BUT this just sounds like it's going to cause more headaches than good. Is anyone going to benifit from protecting the scripts like this? Enough to justify those of use who really care about liscences not using it because it's too tangled? I can easily imagine conflicting liscences for content in the same page. I also know that source code is different than a "document." In that you can't have bizzare liscences around a document the same way you can with software. Software is a device, and a webpage is a document. So you are also treading on thin ice. I doubt we will ever see a clean liscence that has been reviewed by a lawyer, we will just have ambigous situations that serve to bar use for those who really care.

    --
    -- http://thegirlorthecar.com funny dating game for guys
    1. Re:Please just don't do it by eries · · Score: 2

      We don't want to bar anyone from using our code. We just want them to agree to open any changes to it that they make and subsequently publish. That's it.

  60. Re:Why not... by acidrain · · Score: 2

    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.

    --
    -- http://thegirlorthecar.com funny dating game for guys
  61. Eventual solution: Zend Compiler by TheInternet · · Score: 2

    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
    ------
    Scott Stevenson

    --
    Scott Stevenson
    Tree House Ideas
    1. Re:Eventual solution: Zend Compiler by eries · · Score: 2

      What about business-oriented develoeprs who want to enjoy the benefits of free (as in speech!) software and communal development? Shouldn't they be able to release their source with the same level of protection as other software developers (ie. no redistribution without source)?

  62. Retain Copyright by BoLean · · Score: 1

    Put a basic copyright disclaimer that lets someone read the code but refer to the GPL for everything else. The Copyright owner can use whatever Licence or licences they choose. For instance, much of PHP is distributed under the GPL and PHP licences.

  63. Re:breakdown by TheTomcat · · Score: 3

    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.

  64. Tim O'Reilly on the GPL and web apps by Idmat · · Score: 1

    Tim O'Reilly talks about this issue in an Ask Tim column from November 99 (http://www.oreilly.com/ask_tim/gpl_problem.html). Here's a piece of it:

    ...many of the leading applications of today aren't distributed at all. They are host-based services. Consider amazon or e-trade or any other e-commerce application. Or maps.yahoo.com and other map and direction servers. For that matter, consider altavista and other search engines. These are the applications that are bringing new functionality to computers.

    These applications can be built on top of open-source software with no obligation for the developers to give their improvements back to the Open Source community.

  65. 4 sets of items by Kakurenbo+Shogun · · Score: 1
    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.
    I agree with what you're saying, but I think it should be broken down into 4 sets of items:
    • The applications serving up the web pages (the web server, the PHP parser/interpreter/whatever you call it, the database software...), at least some of which is protected by the GPL.
    • Your PHP code, and raw bits of static HTML, which is owned by you or whoever paid you to write it.
    • 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 applications, your code, and the database, which produces the actual site with published information.
    The separation between the PHP parser and the code it parses is important. The code in the PHP parser has not been integrated into the PHP scripts, it has operated on them--it has executed them. It's basically the same issue as saying that you can use an open source compiler to compile closed source applications. Certainly that's how I read the GPL, and I've never heard that questioned.
    --
    Convert RSS to HTML - integrate webfeeds into your website
  66. Re:What do you recommend? by Abigail · · Score: 2
    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

  67. Re:Actually... by Abigail · · Score: 2
    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

  68. Re:Against the spirit of the GPL. by Abigail · · Score: 2
    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

  69. Re:What is the problem? by Abigail · · Score: 2
    It produces HTML, but also Javascript and SQL, depending on how it is invoked via a continuous, session-based interaction with the user.

    The fact that it also produces Javascript and SQL is irrelevant. It's still a compiler: it takes some input, it generates some machine readable output.

    This is simply not true of a compiler, which is a one-time, one-output, non-interactive experience.

    I guess you've never run the Configure script of Perl. ;-) Compiling often is not a one-time, one-input, non-interactive experience. Sure, it is when you all you have is a tarball, and you run ./configure;make. But if you are developping, you write code, you compile, change, compile again, change more, etc. Many times, varying input, and interactive. However, that isn't relevant. Those are just user interface details.

    What do you recommend?

    My recommendation is that you either keep your work proprietary, or make it free. And free means that other people can use it to make money out of it. I don't think the attitude of "here's some code, but don't dare to use it and make money with it" does anyone any good.

    -- Abigail

  70. Re:What do you recommend? by Abigail · · Score: 2
    But I think that web use is obviously NOT "modification on your private copy" but rather a public "publication" or "performance" or (if you will) "distribution" of my work, and therefore should be covered by the GPL.

    You might think so, but there isn't anything in the GPL that suggests in that direction. There is no publication, nor a distribution of any code. Not in binary, nor in source format. Taking someones input, running the program, then serving the output is not distribution.

    -- Abigail

  71. Re:What is the problem? by Abigail · · Score: 2
    Why should web developers get all GPL source without having to show their modifications to their users the way all other GPL-users have to?

    For exactly the same reason you can modify gcc, compile a program with it, and sell the binary for mega-bucks. GPL gives you one right: that a binary comes with source (or at least, has a pointer to it). GPL does not restrict usuage. Software with usuage restrictions is not free. Freedom can be achieved by giving up your own rights, and hence increasing the rights of others. Freedom cannot be gained by demanding others give up rights.

    -- Abigail

  72. Re:What is the problem? by Abigail · · Score: 2
    There was no freedom stripped out by the middle man at all. I don't agree with that reasoning by GNU. It is, wrongly, suggesting you can take something out of the public domain and make it proprietary. But that is not true. Once in the public domain, always in the public domain. People who receive the program in modified (binary) form haven't lost anything. Granted, they don't get access to any modifications, but they wouldn't have gotten them if the proprietary product wasn't distributed in the first place. Nor do they lose access to the original program - after, that is in the public domain and will stay in the public domain. There is no loss. To lose something, you first have to get it. And you never had access to the modifications so you can't lose that.

    So, my question to you is, if you publish some software, someone takes your software, modifies it, and make the output available, what exactly did you lose? (And remember, to have lost something, you first must have had it).

    -- Abigail

  73. What is the problem? by Abigail · · Score: 3
    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

    1. Re:What is the problem? by eries · · Score: 2

      Sounds terrific, but, as I mentioned in the original story, I don't really know which license to go to. Are there licenses that address our concerns with the GPL? What do you recommend?

      And just for the record, I'll point out that it's quite a stretch to say that our program is a compiler. It produces HTML, but also Javascript and SQL, depending on how it is invoked via a continuous, session-based interaction with the user. This is simply not true of a compiler, which is a one-time, one-output, non-interactive experience.

    2. Re:What is the problem? by eries · · Score: 2

      You and I seem to have gone back and forth on this a couple times on this thread. I want to reiterate my position that I dont' mind if other people get rich off of my code, as long as they keep the code free. The way I see it, they are depriving their users of the freedoms that the GPL guarantees - namely, the ability to see the source of GPL-derived software that you use. Why should web developers get all GPL source without having to show their modifications to their users the way all other GPL-users have to?

      My analogy vs. the compiler is kind of a red herring. I don't mean to imply that compilation is simple. I just wanted to show that it's not like our scripts just generate HTML, which can then be taken to any machine at any time and executed, like a traditional binary. Instead, what makes our scripts useful is the unique combination of HTML and other data that they make available to the user in the course of a session.

    3. Re:What is the problem? by eries · · Score: 2

      Let's put aside the actual text of the GPL for one second. Let me quote the following from the GNU web page (http://www.gnu.org/copyleft/copyleft.html):

      "The simplest way to make a program free is to put it in the public domain (18k characters), uncopyrighted. This allows people to share the program and their improvements, if they are so minded. But it also allows uncooperative people to convert the program into proprietary software (18k characters). They can make changes, many or few, and distribute the result as a proprietary product. People who receive the program in that modified form do not have the freedom that the original author gave them; the middleman has stripped it away.

      "In the GNU project, our aim is to give all users the freedom to redistribute and change GNU software. If middlemen could strip off the freedom, we might have many users, but those users would not have freedom. So instead of putting GNU software in the public domain, we ``copyleft'' it. Copyleft says that anyone who redistributes the software, with or without changes, must pass along the freedom to further copy and change it. Copyleft guarantees that every user has freedom. "

      My question that I keep hammering at is whether or not the effect of considering a web application as simply "output" rather than a "redistribution" is to allow this freedom to be stripped out by a middle man. What do you think?

  74. Re:The GPL does not require that you give away cod by eries · · Score: 1

    Actually this is not what my question was about at all. I'm not worried about other people being able to comply with the GPL if they want to (by linking to the source) but that they be required to provide the source to any modifications that they make _to the same people that they redistribute to_. Further, I happen to think that a "public performance" (like a website) is conceptually the same as a "binary redistribution" and so should be covered by the GPL, or a GPL-like license.

  75. Re:Open Source - the Charter for Crime by eries · · Score: 1

    Always wanted to feed a troll, but this time I'll let RMS do it, from http://www.gnu.org/philosophy/reevaluating-copyrig ht.html:

    By contrast, copying useful, enlightening or entertaining information for a friend makes the world happier and better off; it benefits the friend, and inherently hurts no one. It is a constructive activity that strengthens social bonds.

    Some readers may question this statement because they know publishers claim that illegal copying causes them "loss." This claim is mostly inaccurate and partly misleading. More importantly, it is begging the question.

    The claim is mostly inaccurate because it presupposes that the friend would otherwise have bought a copy from the publisher. That is occasionally true, but more often false; and when it is false, the claimed loss does not occur.
    The claim is partly misleading because the word "loss" suggests events of a very different nature--events in which something they have is taken away from them. For example, if the bookstore's stock of books were burned, or if the money in the register got torn up, that would really be a "loss." We generally agree it is wrong to do these things to other people. But when your friend avoids the need to buy a copy of a book, the bookstore and the publisher do not lose anything they had. A more fitting description would be that the bookstore and publisher get less income than they might have got. The same consequence can result if your friend decides to play bridge instead of reading a book. In a free market system, no business is entitled to cry "foul" just because a potential customer chooses not to deal with them.
    The claim is begging the question because the idea of "loss" is based on the assumption that the publisher "should have" got paid. That is based on the assumption that copyright exists and prohibits individual copying. But that is just the issue at hand: what should copyright cover? If the public decides it can share copies, then the publisher is not entitled to expect to be paid for each copy, and so cannot claim there is a "loss" when it is not. In other words, the "loss" comes from the copyright system; it is not an inherent part of copying. Copying in itself hurts no one.

  76. What do you recommend? by eries · · Score: 2

    That's all well and good, but we've looked at about two dozen potential licenses, and are still not closer to getting what we want. We like the spirit of the GPL. The closest we've found so far is the Artistic - is that good enough?

    1. Re:What do you recommend? by eries · · Score: 2

      Right. But I think that web use is obviously NOT "modification on your private copy" but rather a public "publication" or "performance" or (if you will) "distribution" of my work, and therefore should be covered by the GPL.

    2. Re:What do you recommend? by ars · · Score: 1
      It's not. However if you wish to add such a clause you can do so. But under the GPL this is not the case.

      To make an analogy, say I'm an ASP (ex: I render 3d images) - you send me data, I run it and give you output. The code I'm running is under the GPL, and I've modified it. Just because I'm running code for you does not obligate me to also allow you to get the modifications. It would be nice for you - since you could modify my code to also add colored shadows to images, but the GPL does not require it.

      Essentially what you have here is a case where a user is running a binary remotely, without ever getting the binary. And since the user never got the binary (it was not distributed), modifications don't need to be made public.

      It boils down to: in one case you are running the binary locally, in the other remotely. In once case I have control of the binary - you can't stop me from using it - in the other you have control of it, and can prevent it's use.

      Yes, this is a loophole of the GPL - I create a binary and set up a server where people can run my binary without ever recieving it - only the output. But this is correct because you are controlling the binary, you never make it available to me.

      The binary in the web server is the code in memory once it loads up the source. Since I never give you this binary, I also don't need to give you the source.

      --
      -Ariel
  77. not talking about internal use... by eries · · Score: 2
    You can not prevent internal derivative works.

    I agree with this statement, but the case I'm worried about has nothing to do with internal use. I'm talking about someone making money off our code by sharing it will thousands of _external_ users. Surely that's not just internal fair use, even though my code never leaves their internal servers....

  78. Additional discussion at K5 by eries · · Score: 2

    I also posted this story over at which has generated quite an interesting discussion as well (it's still in the "moderate submissions" queue for now).

    1. Re:Additional discussion at K5 by eries · · Score: 2

      Ugh! it's just not been a good day for me and typos. This should read, of course, "posted this story over at Kuro5hin..."

  79. Actually... by eries · · Score: 2

    I'm not really talking about either of these cases. We do sell a commercial product based on this code, which is not governed by the GPL but is a simple non-redistributable non-exclusive license. What we want is to be able to give away most of our code for free use so long as anyone that uses it also makes their source available for free use. We don't object to people making modifications, in fact we really want that, we just don't want one of our competitors to do a billion dollar IPO off our work without opening their code.

    1. Re:Actually... by eries · · Score: 2

      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...

  80. Re:Against the spirit of the GPL. by eries · · Score: 2

    Agreed, but what we're talking about here is not "private modifications" but ones that are quite public. 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.

  81. Re:But.... by eries · · Score: 2

    bingo.

  82. Re:Against the spirit of the GPL. by eries · · Score: 2

    No, I just don't want people to redistribute my work in a non-free (or if you prefer, non-open-source) way. Isn't that what the GPL-shaman is supposed to protect me from? If not, what license should I be using instead?

  83. Re:breakdown by eries · · Score: 2

    let me just quote from the GNU home page:

    "The simplest way to make a program free is to put it in the public domain (18k characters), uncopyrighted. This allows people to share the program and their improvements, if they are so minded. But it also allows uncooperative people to convert the program into proprietary software (18k characters). They can make changes, many or few, and distribute the result as a proprietary product. People who receive the program in that modified form do not have the freedom that the original author gave them; the middleman has stripped it away.

    "In the GNU project, our aim is to give all users the freedom to redistribute and change GNU software. If middlemen could strip off the freedom, we might have many users, but those users would not have freedom. So instead of putting GNU software in the public domain, we ``copyleft'' it. Copyleft says that anyone who redistributes the software, with or without changes, must pass along the freedom to further copy and change it. Copyleft guarantees that every user has freedom. "

  84. Is the GPL GPL'd? by chocolatetrumpet · · Score: 1

    'cause if it is, then all you have to do is replace "binary distribution" with "asp/php/webscript" distribution. Just use the "Find and Replace" option in your favorite text processor...

    right?

    --
    Spoon not. Fork, or fork not. There is no spoon.
  85. Re:Violating GPL with X? by MostlyHarmless · · Score: 2

    Unfortunately, this would require people to distribute sources even if they only modify it internally. This is what RMS called an annoying thorn in the side for Plan 9 -- requiring the distribution of modified versions even for internal use. Even worse, it would mean that all users have to have a copy of the source with them at all times or risk violating the license.

    --
    Friends don't let friends misuse the subjunctive.
  86. No no no no! by MostlyHarmless · · Score: 4

    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.

    --
    Friends don't let friends misuse the subjunctive.
  87. RMS on Plan 9 License -- similar by kevin805 · · Score: 2

    Wasn't this exactly what RMS was ranting about wrt the license for Plan 9? He took issue with the fact that even internal modifications must be released.

    Now, I think RMS is a communist egomaniac, and while I don't think requiring disclosure of internal changes is any less free than "our API is GPL infected", I do agree that it's a bad idea.

    Want to make sure no one uses your software? Release it with a requirement that internal modifications must be rereleased.

    The reason that people accept the GPL is because they don't think it's fair that someone can close the source, and sell a product which is mostly someone else's work, and no one else can sell that product (even the original author). Another option would be prohibiting it from being sold, but it turns out that the GPL with companies selling it is a much better business model.

    Think of the analogies to other information. You write an essay and give me a copy. Should I be able to translate it to german and sell it to a magazine under my own name? No, you probably want to prohibit that, and people think you are justified in prohibiting that. Okay, now you gave me your article, and I add some comments to my own version: "look up this reference", "I don't think this is correct", "reminds me of that nut with the funny name", etc. But I don't give it to anyone. Should I be required to / do you have the right to force me to disclose those comments.

  88. Re:Internal Use and ASP use -is- the same thing... by ghost. · · Score: 2

    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.

    I can't say I'd be opposed to that particular restriction...

    --
    Bush is a cylon.
  89. Re:Code that outputs code by RGRistroph · · Score: 1

    Why is it so important to have a GPL on machine generated code ? Machine generated code is functionally close to compiler output. Most machine generated output is not that useful -- it's the ability to modify the generator that is useful, and not in question, in this senario.

    What you are trying to do is beyound what the GPL offers, and that is why you are having problems. You can keep secrete the code that you compile with gcc and distribute the binaries.

    There really is no reason to concern yourself with restricting other's restrictions on object code. In your case, the useful and powerful part will always be program A. Your attempt to saddle program A with a more restrictive version of the GPL -- more restrictive in that it will apply to the result of processing -- is unlikely to gain program A widespread acceptance.

    Consider that someone could compile a program with gcc and then use a hex editor to edit it. Who cares ?

    What is this program B that is so useful yet machine generated ? Enlighten us, Viking Coder.

  90. Re:This is really not something to worry about by RGRistroph · · Score: 1

    I aggree that CGI and CORBA-like component architectures fall into this catagory. I disagree that this is a problem or even a particularly interesting nuance of the GPL.

    Part of the reason is that CGI and CORBA are like web based applications in that they are also massively over hyped. If a software project decides to use CORBA, that's a sure sign that you will never find a use for that project.

    If someone takes a GPL'd CORBA component and modifies it but doesn't distribute it, and makes it's use available via the internet or some other network, that's fine. They still can't distribute it outside of their company. They can distribute it's use a little more, but they are not going to make a lot of money that way. And they won't be able to sell the service to people who need to be networkologically isolated because of security reasons, such as defense labs, which are big consumers of that CORBA crap.

    Consider also that the expansion of possibilities that comes from network availability works for Free Software as much as against it. Think of all the people who telneted into Compaq's linux server to try out alpha linux and liked it. Think of those VNC oriented people who were offering linux accounts, like workspot.com. If the industry developes to the point that you can try a dozen different applications or OS's with a click of the mouse, then Free Software's qualities will shine through, and it will be harder for other software to compete.

  91. Re:Code that outputs code by RGRistroph · · Score: 1

    I still think this is a non-issue. Without knowing the details of what you are doing it's hard to tell, but it should fall into one of two catagories:

    1) The generated code is a derived work. A good example would be a useful library of C pre-processor macros, or macros in any other language; running them through the C preprocessor would not produce a GPL-free work that you could modify and distribute without restriction. I could write a piece of code to turn a C++ template library into a massive set of non-templated code instantiated for some set of types, but I think the resulting work would be a derived work and also under the GPL. I think that running an automated process on a set of code should often be derived work -- you can't use sed to make a GPL free set of code by simply changing variable names, to give another example.

    2) The generated code is object code. Examples of this would be those translators that translate code from one language into C, such as scheme or fortran. Here it doesn't seem very useful to insist that the output be under the GPL, and it clearly is not a derived work of the translator. Running f2c on GPL fortran code produces something that you cannot distribute except under the terms of the GPL, no question about it.

    In general, I would say if the user had to write special input to make the new code, your tool was rather like a processor, and would fall into case two. You seem to describe a case in which someone would download code from you and change a few lines and rebuild, not adding new work of their own; and the building process happens to be a 2-stage one of generating the code and then compiling it, very analogous to pre-processor macro expansion followed by compilation.

    If you want to describe your project in more detail here or via email, feel free. But check out this library: www.fftw.org. It is a GPL'd library, which has the code generator and the generated code in the package under the GPL. Perhaps by analogy to that package you can resolve your questions, or you might want to consult the authors of fftw on their thoughts.

  92. Re:This is really not something to worry about by RGRistroph · · Score: 1

    The license issues on the back end of a web site are no more vital than the license issues of the web server they use. And no one "falls victim" to this issue at all.

    A few years ago, if you wrote and GPL'd a nice piece of server-side code, you might expect to benefit from changes others made from it because they would have to distribute it to make a lot of money off of it.

    But one among many of the constant stream of new efficiencies is easier methods of allowing people all over the world to run anything on one computer without distributing it to many places. This is but one in a long chain of tricks to get more out of your computer and system it is part off.

    So ?

    It doesn't particularly favor closed code or open code. After all, all those people who couldn't figure out how to install linux can now use it via VNC and workspot.

    You can't respond to every little shift the technological landscape with panic and more restrictive licenses. That path is doomed.

  93. This is really not something to worry about by RGRistroph · · Score: 3

    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.

    1. Re:This is really not something to worry about by _wintermute · · Score: 1

      I think it is indeed something to worry about; an site that uses more than static html to present content falls victim to this issue.

      Your own argument reveals the crucial point of the matter: all of the major internet ventures such as Yahoo, Amazon, Hotmail, Slashdot use some form of server-side scripting/programming to serve information...the license issues on the back-end are vital.

      --
      technoshamanic resistance within hyper-transgressive ontology
  94. Re:Internal Use and ASP use -is- the same thing... by Steeltoe · · Score: 1

    People are already buying crap to install on their local harddrives. What will prevent them to use crap on distant servers?

    I do however, agree with your attitude. Let those who will live in the crap, it's the only way to learn.

    - Steeltoe

  95. Re:breakdown by Steeltoe · · Score: 1

    The point here isn't about the output, but the server program (which would be derivative). He is addressing a license that would enforce making the source for the server program publicly available if people are using information generated by this program.

    Of course the sheer difficulty, intrusiveness and draconian efforts of such a mess makes it kinda laughable at best. People are yet again trying to measure and control where information is to be flowing. Why can't people accept that you have to give in order to receive, and stop this bullshit about licenses and profits. No license or profit margin programmed a great program, ever.

    - Steeltoe

  96. Code that outputs code by Viking+Coder · · Score: 1
    Imagine this : I distribute the source code to my program, A. That program, when run, produces a file which contains the source code to a program B. Now, I put A under the GPL, so people can modify it. And I put stuff in the source code that when run, inserts text in the output that puts B in the GPL, as well. What's to stop someone from legally change the source code to A, such that when it outputs B, it says that B is in the Public Domain? They've just taken my code, and changed its legal intent, in a way that I can't possibly imagine how you'd prevent.

    You might shake your head and think that I'm contriving a situation - but I actually have source code like this, and it is a genuine concern of mine, and I imagine other people.

    --
    Education is the silver bullet.
    1. Re:Code that outputs code by Viking+Coder · · Score: 1
      My objection is that they can make money off of my generated code, B - can modify it, can fix it, can redistribute it, and never share any of their fixes with me - and they don't have to distribute their final code.

      Call my code YACC - and everyone's happy that the final output code is without liscence restrictions (as long as it doesn't include any YACC libraries.)

      But, if instead my program were to output the source code to Slash... I make a GPL program that outputs a GPL program - who's to complain? But, what if someone legally modifies my GPL program to output a non-GPL'd Slash - and procedes to modify it, and do wiked-evil things with it. I grant that this is a contrived example.

      A more real-world example is the kind of automatic code generation that goes on in the Mesa libraries. Or, for instance, if my code is "unrolling the loop" for a complicated chunk of code, in order to produce highly optimized output.

      Essentially, I have my infectious-GPL code. You can't use it, unless you're GPL, too. But, my infectious-GPL code's only usefulness is in producing output source code, tailored to your specific needs. My original intention was to output GPL code! To restrict the use of the output of my program - after all - it's SOURCE CODE THAT I PRODUCED. Granted, I produced it indirectly - and therein lies the problem.

      --
      Education is the silver bullet.
    2. Re:Code that outputs code by Murple+the+Purple · · Score: 1

      There was a discussion once about flex and bison on slashdot. The FSF had to include specific provisions on some of the source files. I got into a petty battle with Bruce Perens before I relized he was right.

      Essentially when you run the processors it fills out templates, generates code etc. The templates and such are under GPL so the resulting code would also have to be under GPL because they are derived from the GPL source, thus the exception on some of the source files that allows certain portions of the code _when_copied_ into the output to nolonger be covered by the GPL.

      So if you produce a GPL program that produces source, my guess is that portions of that source are contained in the original code. The evil derived code producer would have to rewrite those portions of the program and would have to accept not distributing the final code (or else his changes would become GPL).

      I think your concern is that your preprocessor generates a considerable amount of code and perhaps the modifications necessary would be small. I would suspect that in the end it is performing template.

      In the end Bruce Perens just advised someone to GPL the code and add a provision saying that all output from the code is also under the GPL (or not under the GPL, I forget which and I couldn't find it in Slash).

  97. What about... by kreyg · · Score: 1

    I was thinking that if output of a program under GPL wasn't protected by the GPL, then what about a program that reformats code? Just run every program through it and suddenly you have GPL free code...

    But that's not really right. If you put GPL code in, you get GPL code out. If you put freeware code in, you get freeware code out. This code is still derived from GPL code.

    Programs generated out of Thin Air (TM) are only protected by the Thin Air (TM) license.

    --
    sig fault
  98. This is getting ridiculous. by SmokeSerpent · · Score: 1

    If I use a GPL'd program to process my web pages offline based on templates, and tweak it to do something that I find useful, then publish the pages on my site, am I now bound by the GPL to release my source changes? Clearly not, the pages are output. This is the same thing, only done dynamically.

    If I provide a service touching up old family photos, and use GPL'd tools to do it, do I have to publish changes I make to these tools, since really it is the customers who are "using" the tools through me. Duh, no.

    I can't believe this same idiotic subject has been on Slashdot twice in two weeks(and submitted by a main-thread participant in that discussion, no less). If you don't like the GPL, don't use it.

    --
    All kings is mostly rapscallions. -Mark Twain, The Adventures of Huckleberry Finn
  99. breakdown by purefizz · · Score: 2

    I think it requires you to look at things as generated. If you generated HTML output, then that is a "derivative" work if I'm not mistaken. Since it is derivative, what you do with it is still limited by the original license.

    kick some CAD

    1. Re:breakdown by redi · · Score: 1
      I think there should be a new license set up for distributed output applications.

      NO!
      The output that the app produces might be (and probably is) confidential, copyrighted or otherwise protected and only intended for viewing by some parties. If the fact that it was served or generated by a GPLed app meant the output was covered by the GPL it would be impossible to keep that data private! If GPLed software is to be successful in commercial environments (as I know it can be) you can't possibly put this sort of insane restriction on it! It would mean that any website providing subscription-only content couldn't use any GPLed software, as the output would instantly become publicly distributable! Please see my earlier post (http://slashdot.org/comments.pl?sid=00/07/13/1831 245&cid=221) for a better explanation of why there is no need for a new license, the GPL covers this situation perfectly, as long as you realise it wasn't intended to cover data, only software, algorithms and such like.

      redi

      --

      --

      --
      Please do not use this document as toilet tissue
  100. Geography is Irrelevant by dweezil · · Score: 1

    The licensee of your software is the operator of the server, not the end user. The operator of the server can modify the software and, as long as they only run it on their own servers, are not re-distributing your software - even though their users are distributed.

  101. Order form analogy by c_monster · · Score: 1

    For those stuck on the HTML-as-program idea when dealing with the GPL, here's an illustration of the difference between derivative work and a product of that work:

    Assume that I have an O'Reilly book, and the back of that book contains an order form. O'Reilly used say, TeX and Linux to produce the form. When I send the completed form to them, they process it through a GPLed OCR system and use TeX to create a response.

    Should O'Reilly send me a CD with TeX, Linux, and the OCR program because I sent them an order? No. No one would expect that, even if O'Reilly could benefit the world by distributing the order processing system they developed.

    So, why is it different when they use Perl, Apache and Linux to send me the order form and process its response? Yes, they might have developed a kick-ass ordering system and it would be nice of them to share, but that has nothing to do with the people who use the products of the system.

    --
    Read the full text my book Perl for the Web
  102. It was a GPL exception. by yerricde · · Score: 2

    Programs that use the GNU GPL but want to give the user additional freedoms have an option open in section 10 of the the GPL: exceptions. The author can add additional freedoms to the GPL but cannot add additional restrictions. For example, most KDE programs now use an exception: "You are permitted to link this program to the Qt library" that may, in fact, be granted implicitly by #includeing the Qt headers.
    <O
    ( \

    --
    Will I retire or break 10K?
  103. Framing a Java applet by yerricde · · Score: 2

    In fact I'm not even sure they can force you to only run the java code within their web page.

    That would be considered the same thing (according to © standards) as framing an HTML page. The same court decisions would apply.


    <O
    ( \
    --
    Will I retire or break 10K?
  104. Against the spirit of the GPL. by jamused · · Score: 2

    What you're asking to do is against the spirit of the GPL and the Free Software movement. The point of Free Software is to make sure that you have access to the code, so that if you want to make your own private modifications, you can do so. To ensure that is the case, the GPL requires that the software not be redistributed unless interested parties can gain access to the code. As you correctly note, that means that as long as the software isn't redistributed the modifiers don't have to distribute the source to their modifications.

    What you are seeking to do is to take away some of the freedom from the Free Software, by making the user redistribute the code, even if he doesn't want to, just because the output of the code is distributed. There are a lot of practical, even ethical, reasons not to redistribute your own private mods (such as unwillingness to fork the project).

    Bottom line is that as long as the sofware is free, in the free-speech sense, it's going to be perfectly valid to add your own private modifications to it and still distribute the output from running the code any way you like. Anything less, and it wouldn't be free software.

  105. Perl code? Interpreted languages? by Murple+the+Purple · · Score: 1

    So is everybody saying that the GPL cannot apply to a perl code because perl codes are not distributed as binaries? Did I miss something?

    What about other interpreted languages? So basically everyone here is saying that software written in interpreted languages is not covered by GPL?

    Consider the "problems" with the Plan9 license. The FSF criticizes this licence _because_ it does not allow private modifications.

    Read the manifesto. Private modifications are one of the things that make software valuable.

  106. Your choice by Dungeon+Dweller · · Score: 1

    A lot of people don't like the artistic license for various reasons, but plenty of good apps have been listed under it. To be honest, INAL, and I've never used a major license in any project that wasn't already under that license that I just happened to be contributing to.

    --
    Eh...
  107. Use a different license by Dungeon+Dweller · · Score: 4

    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.

    --
    Eh...
    1. Re:Use a different license by Refrag · · Score: 2

      The good thing about having a few standards licenses instead of everyone tailoring their license to their company of application is that the licensee doesn't have to take time out to look over the license and make sure that they fully understand it. As most licenses are now, you have to spend quite a bit of time reading each one trying to find the one sentance (or paragraph, or word) where they're going to fuck you. So, most people don't read them.

      With standard licenses (or better, no licenses on software) you can at least say "Oh, this is the GPL, I know what I'm agreeing to" or "This is the MSL, I know not to agree to it because I have to fuck a goat or pay $50 each time I start the program -- even after it crashes."

      Refrag

      --
      I have a website. It's about Macs.
  108. It doesn't matter what generates the HTML by ca1v1n · · Score: 3

    ...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.

    1. Re:It doesn't matter what generates the HTML by Stary · · Score: 1
      I think the problem is this scenario: You make this grand open source Web Thingie 1.0. You place it under the GPL and release the source to the world. Now Big Bad Company comes along, takes the code, modifies it and runs Wub Thangie 2 on their servers. They make millions off it, but refuse to release the source to their modifications. Why? Because they're not doing a binary distribution of the system, which means they don't have to distribute the sources either, but can still be within the limits of the GPL.

      Problem is, Big Bad Company has taken your program and used it in a non-internal way, without releasing sources, thus effectively converting your open source program to a proprietary tool. Clearly not in the spirit of the GPL, but not violating it's wording.

      --
      Tomorrow will be cancelled due to lack of interest
  109. Re:Why not... by Refrag · · Score: 1

    A programer does retain the copyright when he GPL's his software. He then has the choice of keepting the copyright to himself, or assigning it to another entity, such as the FSF.

    However, I don't think the GPL can cover itself. Wouldn't that be an infinite loop?

    Refrag

    --
    I have a website. It's about Macs.
  110. What about the output from Apache? by grahamsz · · Score: 2

    Say I have my apache take a pattern of data on my hard disk and turn it into a website, perhaps using php to do some more intelligent things with it.

    Surely what comes out is a derivative work of the data which goes in.

    If i take the source of apache, and compile it, i get:
    Source -> Compiler -> Binary
    and in that case the binary output is a derivative of the source (protected by GPL), no one would ever really argue that it's derived from the compiler.

    Now if i say convert a bmp image into a jpeg then we have:
    Bitmap -> Converter -> Jpeg
    This time the binary output is again a derivative of the source, and again not a derivative of the compiler.

    And now the website example:
    Database Output, User Input & Cookies -> Apache & Php -> Html
    The output is once again derived from the input, and not from apache.

    Does that make any sense?

  111. Re:HTML ! != Binary by JCMay · · Score: 2
    [rant]

    noahbagels wrote:

    Any serious judge, or jury with industry knowledge, will know that everything stored, trasmitted, operated on, etc... is binary
    You are giving a lot of credit to judges and juries-- credit that, at least here in the States, is undeserved.

    I think that given a highly-enough paid lawyer, a jury here in the good ole US of A could be made to think that computers store their data on cow pies. Look at the numerous examples: Johnny Cochrane and OJ Simpson leap to mind.

    Here in Florida, poor sick smokers have been awarded amost a TRILLION DOLLARS, I think, in punitive damages as a reward for their stupidity in choosing to use a LEGAL product that everyone knows will eventually kill you. Perhaps we should take up drinking Drano now so we can get in on the next gravy train!

    [/rant]

  112. ummm.... by GreatUnknown · · Score: 1
    When you redistribute a PHP script, there is no binary form. PHP works by being interpreted command-by-command as it is being run. If a company redistributes a PHP script (the script, not the output), they ARE releasing the source.
    Under the terms of the GPL, if they modify the script, they do not have to release it.


    And for everyone who's saying that the output of the script (ie. the HTML produced) should be made public because the script that produced it is GPL'd, well thats like saying everything i type in vi should be made public, because that's GPL'd.

  113. The GPL does not require that you give away code by SquadBoy · · Score: 1

    with the binary what it does require is that you make a written offer and provide a means where by they can get the code in the *same* format that they got they binaries. I quote "Accompany it with the complete corresponding machine-readable source code, which must be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or, b) Accompany it with a written offer, valid for at least three years, to give any third party, for a charge no more than your cost of physically performing source distribution, a complete machine-readable copy of the corresponding source code, to be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or, c) Accompany it with the information you received as to the offer to distribute corresponding source code. (This alternative is allowed only for noncommercial distribution and only if you received the program in object code or executable form with such an offer, in accord with Subsection b above." So you just put a link on your page to a copy of the code tarball, zip, and whatever the Mac uses and you are well within what the GPL demands. Get a copy of the GPL and read it it is really quite easy to comply with.

    --

    Cypherpunks: Civil Liberty Through Complex Mathematics. Those who live by the sword die by the arrow.
  114. Why not... by gwernol · · Score: 3

    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.

    --
    Sailing over the event horizon
    1. Re:Why not... by irony+nazi · · Score: 1
      You are exactly correct Evangelion. My question is, "Why should the GPL matter?" The software is not being redistributed, it is being used.

      The whole issue brings up privacy concerns. Essentially, I am using software at my website, not redistributing it. I don't think the GPL should tell me that I have to release my changes to the software.

      I've installed and use Slashcode. I plan on making money with it through my business. As long as I don't distribute the program, I shouldn't be forced to allow people to see my changes to the code.

      To reask my question again... Why should the GPL matter in this case? It's not distribution, it personal private or commercial use.

      --

      Bringing irony to the Slash-masses
  115. HTML ! != Binary by noahbagels · · Score: 1

    Disclaimer: I'm not a lawyer, and may be wrong:

    Hello Boys & Girls
    HTML, and everything on your screen is binary!
    Binary redistribution, while conventionally thought of as 'compiled code', is not soo different from HTML.

    Think about java class files that can be easily de-compiled, or Java files that can be compiled!!!

    Can you simply de-compile a binary java file, re-compile it, and distribute that, without violating the GPL?

    Any serious judge, or jury with industry knowledge, will know that everything stored, trasmitted, operated on, etc... is binary

    Sometimes, slashdot is quite immature. Finding theoretical loopholes is lame.
    How many people want the wrath of the open-source community, or for that matter: the negative publicity.

  116. Richard Stallman desexed my cat... by Legolas-Greenleaf · · Score: 1
    ... he GNUtered the poor thing. =^/

    The output would, i think, be the compiled form. It would definately be copyrighted to the designer (intellectual property et. all, since there would be no output without the designer). If you have the source of the PHP scripts for the backend avaliable, I can't see the problem...
    -legolas

    i've looked at love from both sides now. from win and lose, and still somehow...

  117. I think you are mistaken (bison, yacc etc) by FooRat · · Score: 2

    I suspect you are mistaken. The output of a GPL'd program does not fall under the GPL.

    Consider bison (http://www.gnu.org/software/bison/biso n.html (which has (as well as yacc) been around a while so this issue is nothing new)) which generates C code .. this is from the bison documentation:

    As of Bison version 1.24, we have changed the distribution terms for yyparse to permit using Bison's output in non-free programs. Formerly, Bison parsers could be used only in programs that were free software.

    The other GNU programming tools, such as the GNU C compiler, have never had such a requirement. They could always be used for non-free software. The reason Bison was different was not due to a special policy decision; it resulted from applying the usual General Public License to all of the Bison source code

    So there you have it.

  118. modify the distribution terms? by riflemann · · Score: 1
    It would seem that the path towards solving this problem would involve a licence variant - One which would require that as well as having to supply source to people who receive binaries, it is also required that people who will _use_ your application have the source available too.

    "This and all derivative works must have the source available to End Users of the application" or something more legalese..

  119. Re:Violating GPL with X? by brer_rabbit · · Score: 1
    But if a third party (let's call the third party XYZ) made proprietary changes and didn't release the source code, wouldn't XYZ run into problems when the next release of the software comes out?

    What I mean is, I release WhizzBang 1.0 under the GPL. XYZ makes proprietary changes & doesn't distribute the changes. Now I release WhizzBang 2.0 with the added functionality of doing laundry. If XYZ wants WhizzBang 2.0, they'll have to merge their proprietary changes into 2.0, which may very well cause conflicts with the newer version.

    So is their a point where XYZ will wake up and realize they're putting too much effort merging proprietary code back into WhizzBang? If XYZ released their changes under the GPL and merged the changes into the main branch, then their upgrade path suddenly becomes a lot simpler.

    So how does this effect us free software hackers? When we release enhancements in a manner that merging 3rd party code becomes a hassle?

  120. This is not difficult. by winkellox · · Score: 1

    Just have the GPWL Gnu Public Web License

    --
    -- Ad Majoram Dei Gloriam
  121. The truth will set you free by cmpgn · · Score: 1

    I wish there was a bound copy of the Bibl^H^H^H^HGPL available, handily seperated by Chapter^H^H^H^H^H^H^Hparagraph and numbered by Verse^H^H^H^H^Hline. It would make citing so much easier:

    "Though shoult have no other gods^H^H^H^Hliscenses before me." (GPL 19:46).

  122. Violating GPL with X? by 11223 · · Score: 2

    On the same token, you could use X-Windows to violate the GPL for 'net applications - I could make a proprietary modification to (for example) GIMP and convince people to run the program over the 'web with Broadway and X11R6. There needs to be a license that counts USING the program as DISTRIBUTING the program. 'nuff said.

  123. The GPL and server apps by pcidevel · · Score: 2

    In my opinion the GPL poorly fits server applications. Take for instance a MUD. If I were to write a MUD and distribute it GPL'ed, in my interpretation of the GPL anyone can take that MUD and change it and run it without having to distribute modified source, unless of course they decide to distribute modified binaries. In this case the MUD administration gets the advantage of profitting from my hard work, and furthermore they can do anything they want with my hard work and never give back to me or the community. The only thing they have to refrain from doing is passing out the binaries to anyone, which is exactly what you would want to do in a competing market.

    --

    I thought someone said there was going to be free beer!

  124. You answered your own question. by gitm_tym · · Score: 1

    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.

    You've answered your own question. The actual instantiation of your program and any data/scripts it produces are unquestionably output, and therefore the GPL wouldn't apply anyway.

    It does appear to have some grey areas when you juggle the semantics around, but output is output.

    gitm

    --
    - The pen is mightier than the sword, the court is mightier than the pen, and the sword is mightier than the court.
  125. two sides to every coin by graveyhead · · Score: 1

    Hi everyone. I have been a SlashLeech(tm) for a while now, but I feel compeled to speak.

    CmdrTaco seems to reffer to the relationship between browser and server in the same capacity as model/view/controller separation used widely in programming circles. From this point of view, the user interface is part of the program, and therefore subject to GPL rules.

    In the early days of the web, we just had content. Nobody envisioned that the browser could become an interface to large scale applications. The GPL appears to suffer from this same blind spot which afflicted (or afflicts) the browser implementations of today. They are not equipped to deal with an entity which can at the same time be both program output and part of a binary application program.

    I feel torn by this issue, not wishy-washy, so don't interpret my next statement the wrong way. I feel that the GPL should be modified to be explicit about allowing what is already happening today on a massive scale: the GPL should not alienate any market segment which helped make it mainstream. Image the massive amount of work necessary to make 50% or so (open for debate) of existing web sites which would have to change to accomodate this.
    --Peace out

    --
    std::disclaimer<std::legalese> sig=new std::disclaimer; sig->dump(); delete sig;