Slashdot Mirror


Stalwarts Claim Asus eeePC Violates GPL

WirePosted writes "Members of the Linux community have complained that the hot new sub-notebook from Asus, the eeePC, may have violated the spirit of the Linux General Public License (GPL). Some Linux advocates claim the eeePC has not included required source code with the installed Xandros Linux distribution and does not easily enable users to install another distro. However, there are indications that eeePC fans probably don't care."

17 of 247 comments (clear)

  1. more than the spirit by crunzh · · Score: 4, Informative

    If the following from the article is correct they violate more than just the spirit. However, the latest complaint has more to do with the modication of a particular module of the underlying Linux kernel concerned with managing the hardware interfaces of the eeePC. The module asus_acpi (ACPI - Advanced Configuration and Power Interface) was found by Java developer Cliff Biffle to have been modified so that it works with the eeePC. As Mr Biffle says in his blog, this would be fine except that Asus appears not to have followed the rules required by the GPL when making such modifications. Namely, they haven't distributed the source code for the modified module, nor have they attributed the changes to an author or given the new module a version number or name. Mr Biffle alleges that Asus also appears to have attempted to hide what it was doing by removing all references to asus-apc.

    --
    Visit http://www.crunzh.com/ for free software. Mac/Lin/Win
    1. Re:more than the spirit by morgan_greywolf · · Score: 5, Informative

      RIght. They've taken a community-developed kernel module and have modified it, and then released the result as a binary-only kernel module without including the soure orat least posting an offer to obtain the source to the kernel module. That's a direct letter violation of of the GPL.Sounds like the author of asus_acpi has a lawsuit on his/her hands.

    2. Re:more than the spirit by Karzz1 · · Score: 5, Informative

      Can second, third, and fourth-hand distribution of unattributed but non-compliant formerly GPL'd work be prohibited?

      Regarding the first part of your statement, it doesn't matter how many iterations of distribution there are. The *only* license that Asus has for distribution is the GPL. If Asus violates the GPL, they lose their right to distribute.

      As for the second part of your statement, what makes you think this code is not attributed? In the kernel tree on my current machine (using kernel 2.6.23) the file drivers/acpi/asus_acpi.c has the following as the first 10 lines of code:

      /*
      * asus_acpi.c - Asus Laptop ACPI Extras
      *
      *
      * Copyright (C) 2002-2005 Julien Lerouge, 2003-2006 Karol Kozimor
      *
      * This program is free software; you can redistribute it and/or modify
      * it under the terms of the GNU General Public License as published by
      * the Free Software Foundation; either version 2 of the License, or
      * (at your option) any later version.

      As far as compliance goes... compliance to what?

      And lastly, and probably most importantly, how did you come to the conclusion that the code was "formerly" licensed under the GPL? That is the *only* license Asus has granting them the permission to redistribute.

      I don't know if you honestly did not know this or if you are trolling. This really smells of troll to me though.

      --
      Beware of he who would deny you access to information, for in his heart he dreams himself your master.
    3. Re:more than the spirit by that+this+is+not+und · · Score: 4, Insightful

      And lastly, and probably most importantly, how did you come to the conclusion that the code was "formerly" licensed under the GPL?

      Uh, I think everybody here agrees that this software is distributed in violation of the GPL, in other words, it was formerly distributed under the GPL and is now just a warez thing.

    4. Re:more than the spirit by Kristoph · · Score: 4, Insightful

      From the blog that started all this ...

      I tend to assume incompetence before malice, and I really do believe they just messed up. (Even the asus_acpi stripping seems more like a botched search-replace job by some overworked driver author than a malicious act. Doesn't make it legit, of course.)

      Notice that neither the author of the blog, nor the author of asus_acpi has contacted ASUS and asked them to remedy the issue. It is therefore perhaps premature to talk about a lawsuit. In fact, you cannot even nullify a license without giving some reasonable (or contractually specified) time for remedy and you certainly won't win a lawsuit unless you actually let the offender know in advance what the violation is and what you want done to address it.

      ]{
      PS. Company X makes hot Linux platform. Company X neglects to release source for a module. Linux advocates call for lawsuit. It's not exactly a great way to promote Linux. I am not suggesting we should ignore GPL violations but we should at least be a touch more civilized about it. (Maybe, in this case, someone should contact ASUS and (gasp) offer to help them maintain the module in the proper way.)

    5. Re:more than the spirit by xenocide2 · · Score: 4, Insightful

      How about someone make a video describing how to use the GPL / kernel source correctly in your product, complete with overdubbable audio (no speaking people on screen). Then just translate and distribute as widely as possible. Maybe hit up English, German, Chinese and Japanese, and more as you find the resources. If you think it's merely a matter of misunderstanding, a public education plan is a good solution as I can think of.

      Personally, I think the status quo is a great testament to the legal system and the FSF's work. The threat of a lawsuit makes it possible for a single person to force a large company to obey the license he set out to begin with. Despite having far fewer resources, if the truth is on their side they can win. Now, I can see your point about idiots on the internet calling for lawsuits. Copyright is a tricky thing -- as the blog author suggested, what if ASUS already negotiated permission with the two people listed in asus_acpi? It's probably a bit harder in the kernel's case, because it links with other objects and there is no central copyright holder (the blog author is simply incorrect on copyright assignment).

      I think the bottom line is that if you discover a potential violation, share this with a few intelligent people, like the people listed in the source code, Eben Moglen's new group, and Greg K-H before writing something Slashdot can find and sentence in a court of public opinion. I hear Greg KH has lots of experience talking to vendors and finding ways to make them happy to comply. It might be a business ploy -- company infringes GPL, Greg knocks on your door demanding work in compensation for the violation, as he holds significant copyright. I imagine this would work much better now that his business card can say "Novell". But this is baseless speculation.

      I hope Asus realizes that there are many purchases waiting for this cloud to clear out -- I'm not going to buy a device that only claims to have source code available. I want to see the real deal. And thats probably the best alternative to lawsuits: making it known that doing open source correctly sells, and doing it wrong does not.

      --
      I Browse at +4 Flamebait

      Open Source Sysadmin

  2. What the hell is this weak story? by Henry+V+.009 · · Score: 4, Insightful

    I was wondering when Slashdot would pick this story up. But what's this? Violation of the GPL "in spirit?" It's a lot more than that: they've modified the source code, but haven't distributed their modifications. A friend at work couldn't get Ubuntu working with his eee's wireless card for this reason.

    And why should the customers be the ones to care about the GPL? It's the people who wrote the GPL'd code that has been stolen by ASUS that care.

    1. Re:What the hell is this weak story? by Kristoph · · Score: 4, Insightful

      ... or you know, maybe a polite letter noting that the source is missing and asking them for it.

      Because, you know, WE WANT ASUS TO SHIP HARDWARE FOR LINUX IN THE FUTURE.

      ]{

  3. Re:It's not the Linux GPL by maxwell+demon · · Score: 5, Informative

    No, it's not just the GPL. It's the GNU GPL.

    Note that this is totally unrelated to the Linux vs. GNU/Linux debate. The name of the license is "GNU General Public License", or "GNU GPL" for short. It's not the only GPL in existence (there's also the Affero GPL), so it's important to correctly qualify it.

    --
    The Tao of math: The numbers you can count are not the real numbers.
  4. Violation? Really? by Anonymous Coward · · Score: 4, Insightful
    I mean... When looking at the GPL it clearly says that you need to meet all 3 specific conditions:
    1. You must cause the modified files to carry prominent notices stating that you changed the files and the date of any change.
    2. You must cause any work that you distribute or publish, that in whole or in part contains or is derived from the Program or any part thereof, to be licensed as a whole at no charge to all third parties under the terms of this License.
    3. If the modified program normally reads commands interactively when run, you must cause it, when started running for such interactive use in the most ordinary way, to print or display an announcement including an appropriate copyright notice and a notice that there is no warranty (or else, saying that you provide a warranty) and that users may redistribute the program under these conditions, and telling the user how to view a copy of this License. (Exception: if the Program itself is interactive but does not normally print such an announcement, your work based on the Program is not required to print an announcement.)

    So, I certainly do not see anything mentioned that demands a version number or that the program be named. What is required are notices that the programs have been changed ("to protect the innocent" </joke>). And did the author of this article (or the people who are complaining) also read all the documentation to see if such notes are indeed present ?

    Then there's another thing.. The source code isn't installed or distributed. That too is a very one sided point of view. The GPL clearly learns us that you need to do one of these 3 points (thats one, not all):

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

    Naturally section 3 doesn't apply here so its either 1 or 2. 1 states that they need to make it available, 2 says that they need to offer it. Which brings me to the following point; can anyone of these users grab the source code from the Xandros website itself? Because if they can then I don't really see anything wrong here. Note; we were talking about the spirit of the GPL right? If users can get the sourcecode somewhere else I don't see any violations being made. As long as Asus makes sure that this situation remains and that if those other mirrors someday stop distributing this software takes over.

    Personally, but thats probably just me, I don't understand the need for all this squabbling. Sometimes I also think this to be pretty hypocrite behaviour. When it comes to a widely appreciated website like youtube almost every user agrees that while copyright and license violations are made they should only be enforced if the copyright holder demands it. Being a youtube fan myself I like the approach but at the same time agree that its totally wrong. How can one expect from such a copyright holder to find his/her work on the thousands if not millions of movies out there?

    But if those same guys are Linux OSF zealots then beware if you're closely touching or perhaps violating the GPL or any other open source license they favor. Because then everything is different and you should be made to comply

  5. Re:Is it just me? by Anonymous Coward · · Score: 4, Interesting

    Speaking as a free software developer, if I was MS I would put people on mailing lists and message boards for free software projects and then have them bitch and moan about every conceivable potential violation.
    To exemplify: I released a piece of software, (all original c:a 6000 loc) under the GPL. Some people started bitching to me that I had to include build files, or that my copyright text wasn't right and so on. This caused me to have to go and look it up in the license (which is not trivial because as an original author, not all conditions apply) just to be able to respond.
    By the third time this happened, I said screw it, and withdrew my software.

    License nit picking can sap developer enthusiasm like a scifi death ray. If MS really wanted to slow down the progress of free software, I'd say that this is a viable attack vector.

  6. Re:Care or don't care.. by Ajehals · · Score: 4, Insightful

    Copyright violation really really isn't stealing.

    I agree that if there is a problem it needs sorting out, preferably without anyone having to sue anyone, or any other court intervention, but its not the same a stealing something (arguably its worse) and should not be characterised as such, in this instance it is probably an accident, and may well be an accident on the part of whoever supplied the OS rather than ASUS. We, the F/LOSS community need to try at least to be a little less offensive when it comes to stuff like this. If there is a problem, talk about it, don't shoot first talk later, and the permanent cries of ha! GPL violation, we're going to sue!!! are also counter productive, I'm sure the FSF would agree that legal action is something of a last resort rather than an initial response.

  7. Remember the benefit of the doubt by deadline · · Score: 5, Insightful

    I have a Eee PC. It is a nice little system. Once customized a bit is very usable for the hardcore Linux users. The 24 second boot time is nice.

    About the GPL. The manual has a printed version of the GPL, so I don't really think Asus is trying to hide anything. What is more likely, and more like most big companies, the Eee was under a deadline to launch before the Xmas season. The last thing to get done is probably posting source code. Has anyone asked the source code? (perhaps someone has)

    Their lawyers will make sure that it gets posted as they ship a license with every product that says it will be available. i.e. They could be in a boat load of legal trouble if they don't, not to mention class-action lawsuits, copyright violations etc.

    Any finally, here is company that has come out with a full Linux sub-notebook (just 25 days ago). Instead of floating the latest conspiracy theory, how about giving them the benefit of the doubt. But, then allowing/helping a company to do the right thing, does not make for interesting blog headlines. It is all about the page views.

    --
    HPC for Primates. Read Cluster Monkey
  8. Re:Is it just me? by JohnBailey · · Score: 5, Insightful

    It would be nice to think that Microsoft put Asus up to selling a small low powered laptop with one of their pet Linux distros on it.. And deliberately breaking the license in the hope that the next Steve the Monkey Boy show could point and laugh at the Linux people being anti business. But I doubt it.

    Thanks for the mental image though. I like the idea of the Microsoft upper management seeing the sales figures and the internet buzz over a trojan horse project that was never meant to succeed selling out and a new market that Microsoft can't really compete in being revealed.

    A far more likely scenario is that Xandros delivered the distro customized for the Asus machine, and somewhere in the various legal departments, someone didn't bother following the terms of the license fully. I'll wait until Xandros and Asus respond before I start seeing malice where bureaucratic oversight is a good enough explanation. The product hasn't been out that long, so give them time to get the source properly organized and published before calling foul.

    --
    It is difficult to get a man to understand something when his job depends on not understanding it.
  9. Some clarifications are in order. by cbiffle · · Score: 5, Informative

    Hi. I wrote the blog post that iTwire cited out of context, and the submitter further mangled. I feel like I should clarify some things.

    I'm not accusing ASUS of malice, specifically, just incompetence. They included the GPL in their manual and posted a source tarball, it's just the wrong one. The outside of the retail box even cites the GPL. They've tried to cover their ass and simply screwed it up.

    As for the "OMG eee fans don't care!!11", that probably comes from the note I posted which states that I'm not planning to sue ASUS. In fact, what that means is that I've done the lawsuit thing before and simply don't have the time or energy. If I didn't care, I wouldn't have posted my evidence.

    I also don't know where that nonsense about making it hard to install another distro comes from, since I posted the info amidst a discussion of installing Ubuntu 7.10 (which I'm using to write this comment).

    And finally, I'm not a "Linux stalwart," I'm a "Mac bigot." It says that on my blog.

  10. Re:Source code is fair enough.. by Kristoph · · Score: 4, Informative

    If you read the original blog you will learn they do distribute source, it just does not include the acpi module. The author of the blog suggests this is nothing more then an oversight.

    Nothing to see here. Move along.

    ]{

  11. Re:Source code is fair enough.. by dotgain · · Score: 4, Funny

    Nonsense. Everybody knows a more apt analogy would involve crashing the EeePC into the back of a Ford Pinto, causing the whole thing to catch fire.