Stories
Slash Boxes
Comments

News for nerds, stuff that matters

Slashdot Log In

Log In

Create Account  |  Retrieve Password

Eben Moglen — GPLv3 Not About MS and Novell

Posted by ScuttleMonkey on Mon May 28, 2007 12:02 PM
from the having-to-restate-the-obvious dept.
Linux.com's Joe Barr was recently able to sit down with Professor Eben Moglen at the San Diego Red Hat Summit and discuss the GPLv3 and what it means beyond the Microsoft/Novell deal on video. "Professor Moglen explains briefly about GPLv3's work on globalization of the software license, preventing harm to others by members of the community, and the most contentious in earlier drafts, DRM."
+ -
story

Related Stories

[+] Technology: FSF Releases Third Draft of GPLv3 390 comments
johnsu01 writes "The Free Software Foundation has announced publication of the third discussion draft of the GNU General Public License Version 3. Because quite a few changes have been made since the previous draft and important new issues have surfaced, the drafting process has been extended and revised to encourage more feedback. The most significant changes in this draft include refinements in the "tivoization" provisions to eliminate unwanted side effects, revision of the patent provisions to prevent end-runs around the license, and further steps toward compatibility with other free software licenses. The FSF has also explicitly asked the community whether the new patent provisions should apply retroactively to the Microsoft-Novell deal."
[+] Eben Moglen Leaving the FSF 75 comments
An anonymous reader writes "Eben Moglen, general counsel and board member of the FSF and chairman of the SFLC, has announced on his blog that he will be resigning from his leadership position with the FSF now that GPLv3 draft 3 is out the door. "
This discussion has been archived. No new comments can be posted.
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
 Full
 Abbreviated
 Hidden
More
Loading... please wait.
  • by HappySmileMan (1088123) on Monday May 28 2007, @12:25PM (#19300977)
    I should hope not... I expected it to be about open-source software and Linux...

    It was also being drafted long before the MS/Novell agreement IIRC
    • by Tovok7 (948510) on Monday May 28 2007, @01:01PM (#19301205) Homepage

      I should hope not... I expected it to be about open-source software and Linux...
      The GPL isn't about "Open Source" and Linux either. It is about securing people's freedom. Unfortunately, most people are not aware of this important issue.
        • by Tovok7 (948510) on Monday May 28 2007, @01:26PM (#19301393) Homepage
          I said that the GPL is not about Open Source, because most people I know (also many non-computer guys) think of Open Source as having the source code available somewhere. They mostly don't care whether that's the case or not. They do not know that the trademark "Open Source" meant originally Free/Libre Software. They do not know that it is their freedom which is at stake here. Even Bruce Perens one of the founders of the Open Source movement said that It's Time to Talk About Free Software Again [debian.org]. We should listen to him!
          • Re: (Score:3, Interesting)

            They do not know that the trademark "Open Source" meant originally Free/Libre Software. They do not know that it is their freedom which is at stake here.

            Or, just maybe, most people don't see it that way.

            People generally don't consider it a blow against their freedom that their car doesn't come with the required information to make an exact replica of the engine, or when their microwave doesn't come with a circuit diagram, or their music CDs don't come with sheet music.

            Why would they see it any differently w
        • "Open Source" is about securing people's freedom...

          No, "open source" is not about software freedom and it never was [gnu.org]. The open source development methodology has to do with writing more reliable software, more quickly, and at lower cost. To understand why this misses the point the free software movement raises, consider this excerpt from "Why "Open Source" misses the point of Free Software":

          "The idea of open source is that allowing users to change and redistribute the software will make it more powerful and reliable. But this is not guaranteed. Developers of proprietary software are not necessarily incompetent. Sometimes they produce a program which is powerful and reliable, even though it does not respect the users' freedom. How will free software activists and open source enthusiasts react to that?

          A pure open source enthusiast, one that is not at all influenced by the ideals of free software, will say, "I am surprised you were able to make the program work so well without using our development model, but you did. How can I get a copy?" This attitude will reward schemes that take away our freedom, leading to its loss.

          The free software activist will say, "Your program is very attractive, but not at the price of my freedom. So I have to do without it. Instead I will support a project to develop a free replacement." If we value our freedom, we can act to maintain and defend it."

          I'm glad open source proponents use the GNU GPL and help secure software freedom for the users of those programs, I'm also glad open source proponents work together with free software activists on a variety of issues. I'm even glad that people go into depth on how to make money and license software under free software licenses (most notably: the GPL and LGPL). But these business-oriented discussions are not the most critical issues—human rights for software users and building community are more substantial issues. The open source movement was defined in part to get away from the "freedom talk" free software activists engage in, thus it's no surprise that when some people talk about "open source" they're not calling attention to freedom very much. Some open source proponents, such as Eric Raymond, want to talk about what the two groups have in common which means often talking about only the open source movement's values. The organization founded to champion open source's values, the Open Source Initiative, has considerable work to do to reframe the debate such that software freedom is an important part of that movement, assuming they want to make that a goal in the first place [digitalcitizen.info].

              • Re: (Score:3, Insightful)

                They don't. They don't think they should. That's their whole point.

                Except they do, at least some of them some of the time. Here's for example a blurb from an interview with Theo [newsforge.com]:
                "NF: Lots of hardware vendors use OpenSSH. Have you got anything back from them?
                TdR: If I add up everything we have ever gotten in exchange for our efforts with OpenSSH, it might amount to $1,000. This all came from individuals. For our work on OpenSSH, companies using OpenSSH have never given us a cent. What about companies that in
        • by JimDaGeek (983925) on Monday May 28 2007, @05:08PM (#19302859)
          Huh? Even if MS gave away their code with a purchase of MS Windows, you couldn't change the code and distribute it. With GPL, I could download your code that you charge for, and then give it to everyone I want without fee. You cannot do that with proprietary code. Heck, end-users are not even allowed to OWN the code/software they buy from a proprietary vendor. They just get to use/license it.

          Everyone keeps thinking the GPL is about developers. However it is not. The GPL is about users and their freedom with the software. Say it over and over in your heads people... The GPL is about users.

          BSD-style licenses basically say I don't care about what you do and I don't care if you restrict users of derivatives works of this code.
          GPL-style licenses basically say you can create derivative works, you can distribute those works. However, you cannot restrict the rights of the users of this work from doing the same. BSD does NOT provide for that when it comes to derivative works.

          So, in a nut shell, if you don't care who does what with the code, BSD or (even better IMO) LGPL can help you there. However, if you care about the users of your work the GPL is a good bet.

          Me personally, I write code for users not developers. I enjoy writing code and having someone say that it came in handy and helped them. Those are the people I want to see have rights that copyright just doesn't provide.
          • Re: (Score:3, Interesting)

            Heck, end-users are not even allowed to OWN the code/software they buy from a proprietary vendor.

            End-users don't own my GPL'd code. I do.

            If the end-user owned it, they wouldn't be required to distribute their source with their modifications. They could do whatever they liked with it.
              • Re: (Score:3, Insightful)

                No, you don't. If you release any code under the GPL, any user is granted rights to that code. Regardless of what crap you think. If you release "your" code under the GPL, I have full rights to modify, distribute or sell the code I got from you.

                The difference is that the copyright holder has the right to distribute his code under any license, not just the GPL. If he owns the copyright for the entire package, he can relicense the package at will. This is the basis for multi-licensing, and this is the reason why e.g. MySQL requires you to grant them an unlimited license to be able to contribute, so that they can sell their code to such companies that cannot use the GPL version.

                As a recipient of GPL-covered code, you cannot do that.

  • by Anonymous Coward on Monday May 28 2007, @12:32PM (#19301029)
    Go to hell, communists. You democrats are trying to destroy the United States' only hold over China: They need Microsoft software. When they can get crappy free solutions to do the same, the United States will just continue to become indebted to China and other countries. And it will be all your fault, you Hillary fanboys. For the sake of national security, free software efforts must become against the law. Besides, free software destroys our free market, creating monopolies, by selling at excessively low prices. Would Microsoft get away with giving away free products to take competitors' market share away? No. Neither should these ****ing tree-hugging, Prius-driving free software zealots. The captcha is appropriately "planking."
    • Is it just me or is "Anonymous Coward" a very hateful person?

      He/she seems to be the only user here to ever go on a freedom-bashing/flaming/hate-filled rant.
    • Re: (Score:2, Insightful)

      ...Neither should these ****ing tree-hugging, Prius-driving free software zealots...
      Wow. I wonder what OSS has done to you, for you to hate it so much? I hope you are not loosing sleep over this...
    • by jeevesbond (1066726) on Monday May 28 2007, @01:24PM (#19301377) Homepage

      This is such a hilarious troll, normally I wouldn't feed but the parent post is so ridiculous that it's gone beyond trolling into some random fantasy land.

      Go to hell, communists.

      The GPL is not Communist in nature, in fact when I distribute software under the GPL it's all about me and my choice to share work with others. In a Communist scenario all the sofware would belong to the state, the choice of sharing would not be mine. Secondly, nowhere in the GPL does it say you cannot charge for your work, Studio to Go [ferventsoftware.com] is a good example of this.

      You democrats are trying to destroy the United States' only hold over China: They need Microsoft software. When they can get crappy free solutions to do the same, the United States will just continue to become indebted to China and other countries. And it will be all your fault, you Hillary fanboys.

      Right, because Free software is all a conspiracy to ruin the US. Of course most of the people who answered the survey in this MIT study [mit.edu], when asked what their motivation is, said: 'I'm a Hillary fanboy and want to ruin the US!' Or could it be that FLOSS developers enjoy coding and want to share stuff they like? Which do you think is more likely?

      I like FLOSS but am not a Hillary fanboy. In fact am not really interested in your elections, suprise: there are people who live outside the US!

      For the sake of national security, free software efforts must become against the law.

      This is the funniest thing I've read for a long time. It would be interesting to see this happen, my hypothesis is that this would ruin software development in the US. Am pretty certain your country would suffer rather badly if it outlawed FLOSS but the rest of the world continued developing it. Think of all those savings your corporations would be missing out on! What about the US corporations who're distributing FLOSS, e.g. IBM, Sun, HP, Dell, RedHat et al?

      Besides, free software destroys our free market, creating monopolies, by selling at excessively low prices. Would Microsoft get away with giving away free products to take competitors' market share away? No. Neither should these ****ing tree-hugging, Prius-driving free software zealots. The captcha is appropriately "planking."

      Oh dear, that's funny. Free software does not destroy the free market, but encourages it. With FLOSS there's much less possibility for vendor lock-in (since everything is out in the open and I can't imagine the many volunteers working on FLOSS projects being happy with creating proprietary file formats etc.). Theoretically Microsoft would not get away with giving away software for free, yet that's exactly how they gained their monopoly: by turning a blind eye [arstechnica.com] to piracy. Your point is invalid in another respect: Microsoft is a company whereas Free software is an ecosystem/licensing model. If all proprietary software disappeared tomorrow there would still be plenty of competition, this is one of the things people complain about with GNU/Linux: there's too much choice!

      I'd almost like to see your post modded up as 'Funny', just because it's so stupid and full of hilarious vitriol. Also I feel it's important to debunk rubbish like this sometimes, just in case someone else read your post and thinks that you've got a point (a scary prospect).

      • by lixee (863589) on Monday May 28 2007, @02:19PM (#19301697)

        In a Communist scenario all the sofware would belong to the state, the choice of sharing would not be mine.
        Communism, as preached by Mark, has never been implemented. What you're thinking of, is some kind of Bolshevism.
        • Communism, as preached by Mark, has never been implemented. What you're thinking of, is some kind of Bolshevism.

          You're absolutely right of course, I was 'dumbing down' the issues somewhat. The average westerner's definition of 'Communism' is that totalitarian state I was referring to: Soviet Russia under Stalin typifies Communism for most people.

          My apologies for continuing to perpetuate mis-information.

        • Right now it's still voluntary, yes...but if you know anything about Stallman and/or Bradley Kuhn, then you also know that they are very adamant in their belief that the GPL is the only license with the right to exist. You can be very sure that if Stallman had any ability whatsoever to dictate that the GPL were the only scenario under which software could be distributed or used at all, he would exercise it with great enthusiasm.

          Where did Stallman or Kuhn ever say that the GPL is the only license with a righ

          • by Dionysus (12737) on Monday May 28 2007, @05:19PM (#19302941) Homepage

            Where did Stallman or Kuhn ever say that the GPL is the only license with a right to exist?
            Guess you haven't read Why Software Should Be Free [gnu.org] or Kuhn's response to the Slashdot interview [slashdot.org]. Both men believes the choice of license is not something the developer should be allowed to decide.

            To quote Kuhn:

            Today, some argue that the "right to choose your own software license" is the greatest software freedom. By contrast, I think that, like slavery, it is an inappropriate power, not a freedom. The two situations both cause harm, and they differ only in the degree of harm that each causes.
        • Right now it's still voluntary, yes...but if you know anything about Stallman and/or Bradley Kuhn, then you also know that they are very adamant in their belief that the GPL is the only license with the right to exist. You can be very sure that if Stallman had any ability whatsoever to dictate that the GPL were the only scenario under which software could be distributed or used at all, he would exercise it with great enthusiasm.

          What's so great about a world where Bill Gates and Co. are basically entitle

          • Bottom line is that he who writes the code chooses the license. That is TRUE freedom whether apparent fascists such as yourself like it or not.

            If we take freedom to be the ability to make decisions that mainly affect you, and power to be the ability to make decisions that mainly affect others, then we could say that the choice of license is an exercise of power. For more on this opinion, see
            http://www.gnu.org/philosophy/freedom-or-power.htm l [gnu.org]

            • Re: (Score:3, Informative)

              >You do realize that's a choice FSF doesn't believe you as a developer, have a right to make? Just read what Freed wrote in reply to your message, or some of the quotes from Kuhn or Stallman.

              Of course, by "have a right" you mean "should have a right". In Freedom or Power? [gnu.org] they write:

              However, one so-called freedom that we do not advocate is the "freedom to choose any license you want for software you write". We reject this because it is really a form of power, not a freedom.

              It seems they merely reject ad

        • However, a GPL monoculture has been seen time and again to be the end goal. Stallman's ideal scenario would be every bit as much a monoculture as Microsoft's

          A license monoculture is not the same as a software monoculture under the control of one company. As for the rest of your post: weird and reality-twisting. Richard Stallman would like everyone to use the GPL? That's hardly a suprise. Yet you make it appear that promoting the GPL is the same as threatening to shoot anyone who doesn't. Only Microsoft

        • There are a plurality of licenses, and GPL is simply one of them. No-one is forced to use GPL. If you like a program released under GPL and want to include its functionality in your own program (for sale of not), you can always re-write it.

          Until GPL, re-write was the only option, and if every program in teh world was GPL, that still remains an option.
    • Re: (Score:3, Interesting)

      Go to hell, communists


      I love how whenever you start talking about "freedom" with certain types of people you get called a "communist."

      I know the AC is just trolling (or he's a total ass-hat), but I've actually encountered this in real life with otherwise intelligent people. You start talking about openness and choice and they feel threatened by that for some reason. I guess the only freedom they care about is their freedom to amass wealth.
    • Re: (Score:3, Interesting)

      If freedom is a communist idea, what does that make the United States, in your opinion?

      A fascist dictatorship?
  • Nice but (Score:3, Interesting)

    by Mateo_LeFou (859634) on Monday May 28 2007, @12:45PM (#19301103) Homepage
    I'd like someone at linux.com to explain the rationale behind publishing one brief clip per day over the course of the week, instead of just publishing the interview. I'm not saying its a horrible thing to do.. just can't figure out why.
    • Re:Nice but (Score:5, Interesting)

      by otomo_1001 (22925) on Monday May 28 2007, @12:57PM (#19301181)
      I am guessing the theory was that if they broke it up that more people would come back to read it. More pageviews = more ad revenue?

      God I hope not, the "news" with 5 pages of 2 paragraphs each is bad enough as it is. Now if the news sources think that spacing the article out over time will help, we can pretty much kiss the usefulness of the web goodbye.

      This pretty much guarantees I will not be reading anything from linux.com now.
      • Re: (Score:3, Interesting)

        I think it's about time for someone to develop a "MergeNews" Firefox addon. You load an article in a known news source that suffers from multiple-page syndrome, it loads all the pages in the background, constructs a single, merged one, without the useless things of the original, presenting you the result.

        Who's up to the task? ;)
      • The main problem with internet news, is that you cannot wrap fish in old news, so stuff tends to hang around until someone eventually forgets to renew his domain name.
    • I'm not at linux.com, but I'll give it a go. You're right that this seems a little short, but the Serial [wikipedia.org] has a long and venerable tradition in western literature and journalism. Especially in this case, most people are not inclined to sit down with a tub of popcorn and watch an ogg of Eben Moglen for 10 minutes. On the other hand, 1.5 minute segments are much more digestible. And, if it's good, it's something to look forward to for a few days.
      • Re: (Score:3, Insightful)

        The real reason for publishing these five videos separately is so that they are searchable separately by topic.

        This makes them more useful, long-run, for people who are just learning about free software -- or about Eben Moglen, for that matter.

        - Robin
    • Maybe they want the story present for multiple days without appearing to have stale news so that more people will become aware of the information.

      Maybe they want search engines to return more hits for solid GPL3 related info, so they will pepper the sight with multi-part articles for a while... if a casual browser hits one they will see links to the others w/out having to use more searching.

      Maybe they are more concerned about casual users educating themselves on this issue as the hardcore ones are already i
  • by PoliTech (998983) on Monday May 28 2007, @01:10PM (#19301263) Homepage Journal
    Novell views GPLv3 as a danger to its agreement with MS to resell SUSE Linux certificates. Novell comments that if "the Free Software Foundation releases a new version of the GNU General Public License with certain currently proposed terms, our business may suffer harm." That verbiage is from the annual report's risk factors section.

    http://www.sec.gov/Archives/edgar/data/758004/0000 95013407012375/0000950134-07-012375.txt [sec.gov]

    The FSF has as much as said that they will target the Microsoft-Novell deal. http://gplv3.fsf.org/rationale [fsf.org], and since it's not a matter of "if" GPLv3 becomes more than a draft, as much as it is "when"...

    The current draft of GPLv3 can affect Novell's biggest source of cash - Microsoft. (and may also affect SUSE gaining more market share in the enterprise) If the final GPLv3 impacts the patent agreement between Microsoft and Novell, Novell has big problems. And (IMHO) increasing SUSE acceptance among enterprise customers suffers a setback.

    • by sharperguy (1065162) on Monday May 28 2007, @01:48PM (#19301519)

      The entire aim of the GPLv3 is to baisically fix "bugs" and loopholes present in the GPLv2 in order to make sure that the four software freedoms are always present in GPL-licenced software.

      Any company that claims their business may suffer harm should either point out why certain points in the licence are unfair, or accept that the reason they will "suffer harm" is because they were exploiting the errors within the GPL for their own means and therefor going against the spirit of Free Software.

      The FSF may be specifically targeting the M$-Novell deal in some areas, but it is not the only rational, because the creation was already underway before it was apparent the deal had even been agreed apon. Also if they target this deal then it is because of areas of the agreement which are not in the spirit of Free Software, and should only affect these areas.

    • On the other hand [opensuse.org], the third and latest draft [fsf.org] does not prohibit Novell [novell.com] of any of its Linux offerings.
      • Re:LOL (Score:4, Interesting)

        The GPL is not anti-bussiness nor anti-capitalist. It is just against one kind of business, that is selling the same software again and again for huge profits at each copy. A business plan that can not be sucessfull on a free society.

        • Re: (Score:2, Interesting)

          No, no it is not It is against people putting restrictions on the use of software once it has been obtained. These rescrictions can include restriction to modify, redistribute, or even just use in a way other than originally intended. They are against this because they feel it directly affects the freedoms of you and me. Most people in the modern world use computers, many on a daily basis. They say that if restrictions are placed on how the computers are used, then restrictions are placed on how people li
      • Re: (Score:3, Interesting)

        you bring up a decent view. you shouldn't be modded down or given stupid answers so i'll try to give a good one. i can definitely understand the feeling of wanting money for selling one's work.

        i can try to give a rebuttal, but to do so requires primarily me giving an anti-intellectual-property speech. well, here it is. the argument here is that having a world of all free software is _more_ according to capitalist ideals than having a world that is all or mostly proprietary software. the capitalist ideal inv
      • Re: (Score:3, Informative)

        Someone needs to sit a few people from Novell down at some point and explain to them that a desire to ensure that businesses suffer harm was arguably one of the main motivations behind the GPL having been written at all.

        Tell that to the thousands of companies saving billions of dollars by using GPL software.

        For once, I wish someone could actually give me a reasoned rebuttal on why they believe that I'm wrong in believing that (at least the intention behind) the GPL is largely anticapitalist

        The GPL is neithe
      • Re:LOL (Score:4, Informative)

        by multisync (218450) on Monday May 28 2007, @04:31PM (#19302599) Journal

        Someone needs to sit a few people from Novell down at some point and explain to them that a desire to ensure that businesses suffer harm was arguably one of the main motivations behind the GPL having been written at all. For once, I wish someone could actually give me a reasoned rebuttal on why they believe that I'm wrong in believing that (at least the intention behind) the GPL is largely anticapitalist


        Please explain to me how a developer choosing to license software with the GPL is "anti-capitalist?" All the GPL does is grant additional rights to the user, provided they abide by the terms of the license. If they don't abide by those terms, they are not entitled to those additional rights.

        How is this different from commercial software? It comes with a license as well, outlining the terms under which you may use it. If you do not wish to abide by the terms of the license, you are free to try another product with a different license (BSD, for example). Nobody is forcing you to use this particular software. And nobody is preventing another business from releasing software under the license of their choice.

        What is "anti-capitalist" about users and developers having choice?
      • Re: (Score:3, Interesting)

        Others have said it, probably better, but the GPL is not really aligned with either socialism or capitalism, merely with the idea that software (and perhaps more generally information, but it only deals with software) should not have artificial restrictions placed on its duplication. This embraces aspects of socialism ("share the wealth") and capitalism (only scarce commodities have value, and information by its nature is not scarce). You can argue about whether it's beneficial to an economy to enforce ar
      • i hope any SEC filing/statement mentions potential harm due to changes in software licensing...

        I'm sure that you're pleased to hear that they do [groklaw.net].

  • by Freed (2178) on Monday May 28 2007, @01:47PM (#19301505)
    As long as...great great tinkerers need to worry about the freedom to tinker, http://www.freedom-to-tinker.com/ [freedom-to-tinker.com];
    ...the powerful such as Bill Gates keep investing in long-term research on how to lock people down;
    ...we leave it to the U.S. government to following the Constitution, including recovering the real purpose of copyright and patents by, e.g., repealing the DMCA;
    We will need the likes of the GPL3 to give an option to reduce the inevitable temptation of vested interests to use DRM to subjugate people.
      • >that Novell would have to suffer though? Sure they earned money from m$ but is that so bad? they shouldnt have gpl3 hurt novell imho.

        Money from MS in itself has nothing to do with it. Indeed, of the three parts of the deal--business, technical, and patent, it is just the patent agreement that is the problem. Fixing the loophole that it exploited is far more important than the fates of corporations, particularly ones that have shown willingness to exploit find and exploit such loopholes.

        If you are unco
  • To explain (Score:3, Insightful)

    by Anonymous Coward on Monday May 28 2007, @02:50PM (#19301921)
    First, I am NOT the hate-filled idiotic Annomynous Coward. While I am from the good ol' US of A, (Still the most free country in the world despite what Bush Jr has done to try not to make it so) I believe that Open Source through the GPL is the only way to get a REAL competitor to Windows. Despite how important Microsoft was to the OS Revolution (I won't deny MS's contributions to getting a 'computer in every home'), Microsoft will easily help a competitor to make a standard (i.e. Embrace), adding new stuff that the competitor doesn't have (i.e. Extend), and then preventing said competitor from using their stuff when it becomes a defacto standard (i.e. Extinguish). Of course, the GPL prevents this because if you modify the code and publish the product, you accept the conditions of the GPL, which includes having to share the source code with the user, including the modified parts. However companies like Tivo and Novell have created ways to short-circuit GPL v2, by using DRM and Patents... thus GPL v3 closes these two loopholes. Novell and Tivo can gladly stick with GPL v2, but they will have to fork to avoid GPL v3. Meanwhile, most end-users would not care about GPL v2 or v3, just that it is free as in beer, rather as in freedom.
    • Re: (Score:2, Interesting)

      That's far too complicated. My "license" simply says, "Go nuts." I won't let anybody prohibit me from using and copying and distributing anything that contains any code that I wrote. You can't steal the sun from me...or something like that.
                • Re:they're right (Score:4, Interesting)

                  by Teun (17872) on Monday May 28 2007, @05:31PM (#19302997) Homepage

                  People don't get rich by making dumb business decisions.
                  What makes you think Getting Rich is the (ultimate) goal in life?
                  Most that I know who write their code under the GPL just want to have a good life and share with like minded.
                  Sharing != giving away.