Slashdot Mirror


Abit Violating The GPL?

petard writes: "I just learned about Abit's GNU/Linux distribution, Gentus. According to this discussion, it seems that Abit has not seen fit to release source code to their modifications of various GPL'd utilities. Even worse, it appears that they've slightly modified BP6Mon (from redseb at GoUPiL) and released it binary-only and under the "Abit License"! " Allright, everyone turn off the flames and concentrate on making sure that they are in fact distributing in binary-form-only GPLd code. We need a good contact point @abit to send a polite reminder. If you can't be polite, you won't help anything.

52 of 115 comments (clear)

  1. Re:Good for them by Anonymous Coward · · Score: 2
    And with their BP6 dual socket 370 motherboard they have given the cheapskate Linux users the ability to overclock 2 celerons. And this is the gratitude they get from the community ? Someone is smoking cheap $3 crack.

    Anyway, the GPL only applies in the US. Taiwan, AFAIK, IANAL has NO intellectual property laws whatsoever, so in fact ABIT can do whatever they like and there is nothing (apart from sending in the marines) that the US can do about it.

    Kind of interesting that. US law only applies in the US. Is that SO hard to understand ?

    and don't even get me started on the unenforcability of the GPL/

  2. Re:Rather than cautioning the flamers... by Thomas+Charron · · Score: 2

    Story looks pretty strait to me. I looked, and I see no source available, nor any mention of any source being available.

    Heck, there isn't even a source rpm in sight for *anything* in their distro.

    --
    -- I'm the root of all that's evil, but you can call me cookie..
  3. Re:Good for them by Thomas+Charron · · Score: 2

    To my knowledge, no loopholes where found, and you can freely get the source to CPhack and continue to develop and modify it to your hearts content.

    I also find it funny that your taking the defence of 'People need to make money' when their distro is quite simply RH 6.1 with a few visual changes to some of the Gnome utilities to make it look more branded.. ;-P

    --
    -- I'm the root of all that's evil, but you can call me cookie..
  4. Re:Abit by Thomas+Charron · · Score: 2

    Err, to my knowledge, no one will buy their distro. They're distributing it with their motherboards..

    --
    -- I'm the root of all that's evil, but you can call me cookie..
  5. Re:Good for them by Chang · · Score: 2

    I hardly know where to start with this one.

    The GPL isn't a US law. It's a software license that applied to ABIT as soon as they distributed a copy on a CD with one of their motherboards.

    ABIT sells motherboards to distributors in other countries. Those countries can certainly control the import of ABIT products.

    This whole thing has nothing to do with the US or it's laws. Anyway, ABIT is certainly going to do the right thing here. They have made a killing selling to Linux users (among others) and they have no business reason to make money off the software. They are a hardware business.

  6. Wierd, I ran into this last night... by tgd · · Score: 3

    I bought a BP6 yesterday and last night I was using the RPMs from the CD they provided to upgrade my RedHat 6.1 installation.

    First off, I think its really slick that they include a Linux distribution with their motherboards. People should be really careful about how they talk to Abit about this -- don't flame them or attack them, but be polite about pointing out the issue.

    I wanted to recompile their "extra" modules -- the stuff for monitoring system temperatures and stuff, to work with the 2.2.12 kernel that came with RH 6.1. Lack of source was annoying but I ended up just upgrading the kernel too, to the Abit version and everything works great.

    I'm not convinced that they're really violating the GPL anyway. I don't get from the GPL that I have to distribute source to a package I'm distributing in binary form if that package consists of third party source code available elsewhere and thirty party source patches, also available elsewhere.

    I didn't see anything in their distribution I couldn't get and compile from other places on the net. The only difference seemed to be that the configuration of the software, and the packaging made it convenient to install.

    Does this really violate the GPL? Does anyone know of a specific package included in the distribution that consists of patches to GPL'd software where that source and patch aren't available elsewhere?

    I think this is an overreaction...

    1. Re:Wierd, I ran into this last night... by Score+Whore · · Score: 2

      Huh? The fact that source isn't released *IS* the violation of the GPL.

      Only if it's code that has been modified. I can take gcc compile it, distribute the binaries and not give anybody any source code. Unless you can prove I modified it it is not a violation of the GPL. I am not required to provide a download site for every GPl-ed piece of software I distributed if the source is available elsewhere.

    2. Re:Wierd, I ran into this last night... by Mr.+Slippery · · Score: 2
      1 - the FSF is in violation of the GPL by distributing on CD-ROM GPL-ed software at substantially more than the physical cost of duplicating...

      No no no no no. There is absolutely nothing in the GPL that prevents you from charging for software. (Section 1 of Terms and Conditions: "You may charge a fee for the physical act of transferring a copy".) You just can't charge those people who buy the software for the source, at least beyond cost of duplication. (Section 3b: "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".)

      --
      Tom Swiss | the infamous tms | my blog
      You cannot wash away blood with blood
    3. Re:Wierd, I ran into this last night... by kaphka · · Score: 5
      Only if it's code that has been modified.
      That's just not true. Excuse the long quote, but it's the best way to answer the question:
      3. You may copy and distribute the Program (or a work based on it, under Section 2) in object code or executable form under the terms of Sections 1 and 2 above provided that you also do one of the following:

      a) 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.)
      Considering all the hype about the GPL on /., you'd think people would at least read it.
      --

      MSK

    4. Re:Wierd, I ran into this last night... by PurpleBob · · Score: 2

      Huh? The fact that source isn't released *IS* the violation of the GPL.

      Also, the licenses are there in plain sight, and changing the GPL license on a piece of software to Abit without the permission of the copyright holders is completely illegal.
      --
      No more e-mail address game - see my user info. Time for revenge.

      --
      Win dain a lotica, en vai tu ri silota
    5. Re:Wierd, I ran into this last night... by WhyteRabbyt · · Score: 2

      I'm not convinced that they're really violating the GPL anyway. I don't get from the GPL that I have to distribute source to a package I'm distributing in binary form if that package consists of third party source code available elsewhere and thirty party source patches, also available elsewhere.

      At the very least, if they're distributing binaries derived from GPL'd code, they must provide the modified source. It is unclear to me yet if these RPMs are Abit-derived, or based on other people's patches, but without source its impossible to tell.

      Additionally, it seems that at least one RPM has had the copyright altered from the GPL to Abit-owned. That's also not permitted


      Pax,

      White Rabbit +++ Divide by Cucumber Error ++

      --
      free experimental electronic music netlabel at www.viablehybrid.com
    6. Re:Wierd, I ran into this last night... by Captn+Pepe · · Score: 2
      Only if it's code that has been modified. I can take gcc compile it, distribute the binaries and not give anybody any source code. Unless you can prove I modified it it is not a violation of the GPL. I am not required to provide a download site for every GPl-ed piece of software I distributed if the source is available elsewhere.

      Well, you're partially right. If you actually read the GPL (v2 or higher), it says that if you commercially redistribute GPLed software, even unmodified, you cannot rely on a third party to distribute the source code; you must host it yourself. If you're just redistributing to a friend, or even giving away your own custom distribution for free, nobody requires that you offer the source.

      --

      Quantum mechanics: the dreams that stuff is made of.
  7. Re:Source is available... by tgd · · Score: 3

    The kernel source is on the CD -- its a completely stock RedHat 6.1 distribution with new kernel sources.

    The kernel sources DO include their patches, and work fine.

    If you got the RedHat 6.1 SRPMS, and added a few (freely available) patches to them, you'd have the Abit distribution...

    So source is available for the whole thing.

  8. GPL really that hard to understand? by mdxi · · Score: 2

    So far everytime something like this has come up (with a company), the violator has begged off saying "We misunderstood the nature of the GPL" or something like that.

    I for one have a hard time believing this. I first encountered the GPL when I was 17 years old, with zero experience with the legalese that licenses are written in. I had no trouble understanding the rights and restrictions carried by the GPL.

    I just can't believe that any large corporation could possibly "misunderstand" the language of the GPL.

    That leaves 2 possibilities: willful violation or just not bothering to read the damned thing. I can see the braindead types of technically clueless people who run corporations doing this: "Linux? Oh yeah, it's free! We can do whatever we want with it! Those moronic geeks, we'll make millions off of them!"

    Maybe I'm just bitter...

    --

    --
    Posted with Mozilla
  9. Re:GPL question by Dr.+Evil · · Score: 2

    That doesn't sound correct. Section 2b of the GPL reads:

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

    The original question was:

    What if a company uses software released under the GPL as part of a larger software product, and does not modify the GPL'ed stuff at all?

    Which to me clearly fits into this category and must be GPLed. This is why the LGPL exists, so that programs or libraries designed to be linked to (libraries, etcetera) can be linked to by commerical non-GPL software packages.

    How far this goes is totally beyond me. If MS Office were to suddenly start calling ispell, I don't think it would apply. As for a hard technical definition of why it wouldn't... I don't know.

    http://www.gnu.org/copyleft/gpl.html

    http://www.gnu.org/copyleft/lesser.html

  10. Re:Good for them by Guy+Harris · · Score: 2
    it's that there are (apparently) no IP laws in Taiwan.

    And the evidence that makes this apparent is?

    This Business Law in Taiwan page says

    Taiwan protects intellectual property and trademark rights under its Copyright Law, Patent Law and Enforcement Rules, and Trademark Law.

    and this page on "Steps to Selling in Taiwan" (which appears to be on a US Air Force site - go figure) says:

    Until very recently, Taiwan had been plagued with copyright and patent pirating and counterfeiting. Items such as watches, shoes, electronics, clothing, music, books, and computer software were unabashedly copied, the products often indistinguishable from the originals. Faced with the loss of huge profits because of these practices, foreign companies and their governments complained and called for changes to remedy this situation.

    Taiwan has revised and toughened its laws related to intellectual property rights, including laws on patents, copyrights, and trademarks. Pirating still exists, but the extent of such practices has been greatly reduced. To protect your product from pirating, you should register your patents, copyrights, and trademarks in Taiwan.

    ...

    A major revamping of Taiwan's copyright law in 1985 provided protection for authors of almost any type of original work. In 1993, Taiwan's legislature passed The American Institute in Taiwan - Coordination Council for North American Affairs (AIT-CCNAA) Bilateral Copyright Agreement, which granted even more protection to U.S. copyright holders. To register a copyright, submit an application to the copyright committee of the Ministry of the Interior. It may take three to six months before the copyright is approved.

    and here's something that I infer is a translation of the copyright law itself.

  11. You guys take the cake... by chrish · · Score: 4

    You guys really take the cake. Here's an entire distribution full of modified GPL software, and you take a "let's be friendly" approach. Be accidentally includes some GPL'd debugging code, which wasn't even usable by applications, and the whole OSS community freaks out.

    Abit is a huge company, that presumably has the resources (legal, QA, whatever) to check into this sort of thing. Be is a small company that's struggling to survive in a Microsoft-dominated world (you know, just like Linux was until a year or two ago). Did you mean to suggest that small companies are to be reamed at every opportunity, while large companies are to be given the benefit of the doubt?

    --
    - chrish
    1. Re:You guys take the cake... by eval · · Score: 4

      I agree. I think we should make a lot of noise about this, even before we've gotten all the nitty-gritty details.

      I try to be a level-headed person, and don't encourage rampant flaming. However, the Linux community's greatest asset in cases like this is the ability to generate noise and "buzz". Right now, we should be spreading the word that Abit seems to be violating the GPL. Tomorrow, it should that they *are* violating the GPL. And next week, the boycott should start, and we should be in stark-raving-Stallman-ESR mode. Not flaming, but sticking to our ideological guns and using our *significant* weight in the technical community to rein in Abit, and to prevent this from becoming a common occurrence. We need to make it known that if a company violates the GPL, we're going to notice and get mad about it. Otherwise, they'll never learn, and we'll keep going through this time after time, and eventually, they might win.

      We don't have the usual tools that Big Companies[tm] do to keep each other semi-honest (lawyers, contracts, hit-men). We need to use what we do have, our brains and mouths.

    2. Re:You guys take the cake... by Teancom · · Score: 2

      You guys really take the cake. Here's an entire distribution full of modified GPL software, and you take a "let's be friendly" approach. Be accidentally includes some GPL'd debugging code, which wasn't even usable by applications, and the whole OSS community freaks out.

      As is obvious from your contact info, you are pretty into BeOS. Great, so am I. Well, with the "Be GPL Fiasco", I noticed something. /. posted a story with _no_ inflammatory language in the blurb, a link to a story that basically said: "Be screwed up, I already called them on it. Be did The Right Thing (r), but I just thought I would take this opportunity to remind everyone to keep a look out for those companies that aren't as fast to respond and willing to go the extra mile. I came away from reading Peren's note impressed both with how he handled it and how Be handled it. It seemed fairly professional on both ends. Then I go back to /. to look at the comments. /. had some rabid stallmanites who saw "GPL violation" and went off the deep end, but by and large they were replied to by people who actually read the page by Perens and straightened out. Then I went to BeNews. What was the story over there? Slashdot posts story condemming BE!!!! Kill all slashdotters!!! /. sUx0r3!!!!! wtf?
      Anyways, I just thought I would point out that both times, the /. editors did nothing but suggest the "let's be friendly" approach, and I am willing to bet that you will see the same response to this story that you did the other one: 1/2 rabid "kill kill kill" posts, and 1/2 "hey, let's at least talk to them first." posts, the first moderated (mostly) troll, and the second moderated (mostly) insightful. But to blame the editors for any of this just shows a lack of understanding of how /. works. Anyway, I'll get off my soap box now :-)

    3. Re:You guys take the cake... by scumdamn · · Score: 4
      Your overgeneralization is more than unfair. It's offensive.
      I read Slashdot every day and I've never flamed a company for GPL violations. It's not my code out there, and these companies aren't violating my license. Remember that everywhere you go 99% of everybody are idiots. Especially on the internet. Here's a little something to think about:
      1. Bruce Perens' code was misused last time
      2. He spoke to someone at Be, didn't sue, signed a writ of understanding and didn't cause them any financial harm.
      3. The news about Abit just came out (AFAIK)
      4. Be was not reamed. In fact, there was a big reaction to the fact that Bruce was being unfair to Be and jumping the gun. He seemed to take that criticism well.

    4. Re:You guys take the cake... by mcrandello · · Score: 2

      1/2 rabid "kill kill kill" posts, and 1/2 "hey, let's at least talk to them first." posts

      I think perhaps we need a new category for this sort of thing, something that will help diffuse these otherwise ugly occurrences.

      I'd like to humbly propose we accept the suggestion made by suck.com, and use From the Jihad, Jihad dept. for news of GPL violations. They even have a cute little topic icon for us to use. Seriously, taken in such light it would be hard to justify some of the over-the-top responses that news like this seems to get.

      Just a suggestion :)

  12. Re:Good for them by Ares · · Score: 3
    Although US law does not apply in Taiwan, the distribution may well be in violation of the GPL, and if so, US copyright law applies the moment it arrives on US ground. Put another way, if I were to go to one of the East Asian Piracy markets (Malaysia comes to mind, though Taiwan may be even more of a haven), and purchase several thousand dollars worth of software on CDs for pennies (or less) on the dollar, its fine to possess there. As soon as I get back home, they immediately become illegal to possess.

    The source of the distribution is irrelevant if it is being distributed in the US where, coincidentally, US law does apply, and anyone who owns code on that distribution has every right to go after their American affiliate (if such a beast exists) or their American distributors for criminal and civil penalties under US copyright code.

  13. The Source Code is Available by Davoid · · Score: 2

    The Gentus distribution is basically RedHat with a few tweaks and utils thrown in. So if you have, or can get RedHat-6.1 you have the gentus source code. The other utils are also available....
    From the Gentus Linux homepage tech support FAQs:

    http://www.gentus.com/faq_a06.html

    They do not have available for download a separate iso image for a source CD. That is because ALL the source is available elsewhere. I don't think this violates GPL. While they do not specifically supply all of the source for everything on their distro... they DO tell you where you can get it for next to nothing. All the tweaks they do to commonly available source is in /usr/src/linux/.

    --
    "Don't sweat the technique."
  14. No. by Booker · · Score: 2

    The ISO is mounted here - ftp://ftp.kando.hu/pub/CDROM-Images-mounted/gentus /gentus.iso/

    The filesystem tree is a standard Red Hat CD, and RedHat/RPMs has only the binary RPMs. No Source.

    ---

  15. Looks like it's being discussed already by Booker · · Score: 3

    There are some message boards on the site, and one of the threads is about GPL issues. Someone from Abit has replied, and said:

    (http://www.gentus.com/ubb/Forum1/HTML/000214.ht ml)

    ==============

    hi,
    I am in no way representative of Abit on this subject of Gentus. However, your concern has being understood, and thanks for voicing your opinion.

    I will try my best to pass on the message to the management.

    regards,

    Tim


    ---

  16. Confusing the issue by Booker · · Score: 3

    1) /RedHat/RPMS contains only the binary installation RPMs. There may be one RPM named "kernel-source" but that's it.

    2) Saying "oh, company B has the source, go get it from them" hardly seems like fulfilling the terms of the GPL. It's certainly against the spirit, if not the letter, of the license. Why is it Red Hat's responsibility to provide source for the Abit distro?

    3) They have actually modified many of the packages, so pointing to Red Hat for source information is just plain wrong. The source for these packages is certainly not there.

    ---

  17. Perhaps lessons were learned by Booker · · Score: 5

    Well, that's a rather cynical point of view... I'd like to think that /. readers and editors learned a thing or two from the Be/Perens experience, and are handling this differently.

    Just because Abit is huge doesn't mean that you shouldn't take the time to gather facts, and compose a thoughtful response.

    ---

  18. If True. by Rotten · · Score: 2

    If it's true, it doesn't surprise me. We will see many things like this happen in the future. Some people in the "corporate" world just want to take adventage in other's people work. Who knows how many commercial projects are now using parts of GPL'd code?
    Like rats, for every single rat you see, there's ten more hiding.

    1. Re:If True. by _Sprocket_ · · Score: 3
      Some people in the "corporate" world just want to take adventage in other's people work.
      While I feel this is a perfectly true statement, I also fear there is another thing to consider. A misunderstanding. Confusion born of ignorance and not "getting it".

      The whole Open Source concept (ie: freedom, not beer) escapes a great deal of people. They seem to waffle at the philisophical, as well as technical, aspects of Open Source. What they focus on instead is software that you can buy cheaply OR download for free. Corporate business types are especially prone to this. The end result? Open Source software is labled as "freeware".

      Freeware? Beer! Grab.

      Freeware has a whole different "feel" to it - from the old "get what you pay for" mentality to the free lunch crowd. The GPL must cause a great deal of confusion for these folks when they're eventually forced to look over it again.

      On a semi-related side note... some of those in the industry do not help matters. SUN, for example, seems to enjoy labeling anything GPL as "freeware". You'd think they know better. In fact, I suspect they do.

  19. Perfect Timing! by marvinx · · Score: 3

    Wow... this is great timing... I've just purchased an Abit BP6 board. I've been wondering if I should use the Gentus distrobution. It has optimized UDMA 66 IDE drivers, but by using it I get locked in to using that exact distro. Because no one has found the source, I can't upgrade my kernel. Apparently, Mandrake has built in support for the BP6's IDE controller. Also, the 2.3.99 kernel has support for it, too. There are patches for the 2.2.x kernels available @ http://www.kernel.org/pub/linux/kernel/people/hedr ick/ to get the UDMA/66 IDE controller to work.

    I really hope Abit releases the sources. It would be great to actually pick my distrobution /and/ use their optimized drivers.

    1. Re:Perfect Timing! by roman_mir · · Score: 3

      Ok, Listen, we have to fight. Take that ABit BP6 board and put make a voodoo doll of it, I mean a voodoo MotherBoard. You have to visualize the enemy (ABit board of directors). You must use long sharp needles. First one goes into the existing ISA slot. This will kill their rudimental toes and the appendix. Use the next needle to scratch the bus, this will paralize their legs. Third needle goes into PCI slot, at this point they should be experiencing burning sensation between their legs. With the next needle go through the BIOS that will stop them from not only violating the GPL and programming Gnu/Linux but also will force them to put their forks into their eyes and their spoons into their noses.

      Of-course to perform the ritual you must read and learn by heart the entire black man pages for Caldera and Solaris, also it would be nice to take lessons from such experienced magic performers as /. moderators.

  20. Re:Any commercial redistributer MUST provide sourc by JamesKPolk · · Score: 2

    Nope. They don't have to include the source with their distribution at all. The non-commercial clause only 3c.

    3b says they satisfy the requirement if they...

    Accompany [the software distribution] 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 [the GPL] on a medium customarily used for software interchange....

    So, if they didn't include an offer to supply the source, Abit broke the GPL. But, if they make the offer in the future, and attempt to make the offer to those who purchased it before, then I'd say that all would be well.

  21. Doesn't sound illegal, yet. by kevlar · · Score: 2

    They can distribute whatever they want, so long as:
    - They allow people to _GET_ the source... you don't have to privide source with binaries.
    - That they don't modify the license.

    I'd be willing to guess that the executables they changed still has the GPL in them. ./prog --license;

    As for their license being attached. I'm willing to make a guess that its for their programs and not the GPL'd programs. Besides, I have never heard of anyone knowingly violate the GPL. Its usually some clueby lawyer thinking he's doing his job.

    1. Re:Doesn't sound illegal, yet. by kevlar · · Score: 2

      Have you asked them for the source?

  22. It's a Karma thing by Tekmage · · Score: 2

    GPL may or may not be applicable in Taiwan; I have no idea.

    However, if they expect to maintain any level of respect in this community, they shouldn't abuse and insult us in this manner.

    Their intentions do seem to be to help this (greater Linux) community with their modifications, but their approach is a kind of anti-Robin Hood. They are a rich company stealing from the "poor" (aka non-profit) GPL coding community. Hopefully it is just a temporary breakdown in communications, after all, they are a Taiwanese company therefore not primarily English-literate.

    (PS. I'm an ASUS user (P2L97-DS), so it's a technical non-issue for me.)

    --
    --The more you know, the less you know.
  23. Any commercial redistributer MUST provide source. by AJWM · · Score: 2

    Quite a few folks here seem to think that if the source is available somewhere, a redistributer of (unmodified) GPL'd binaries doesn't need to supply or make available the source themselves.

    This just isn't so. Read section 3, it's very explicit about that. Only non-commercial redistributers (ie, if I burn a copy of a RedHat CD for a friend) of unmodified binaries are allowed to make the offer of source from a third party -- and then only if that redistributer received such a written offer in the first place.

    If the CD I'm copying also came with a CD full of source, and no written offer that the source was on some ftp site (regardless of whether the source really is there or not), then I have to burn a copy of that source CD for my friend too (no written offer, no third-party responsibility).

    In effect, the GPL only allows source distribution, with the option of including a precompiled binary as a convenience. (I know, that's not the wording, but that's the effect.)

    --
    -- Alastair
  24. Source is available... by akey · · Score: 2

    ... at least according to this FAQ. It appears that it is an ISO-only distribution, and that source code is available in /REDHAT/RPMS/. Whether it's the complete source to everything (doubtful), or just to the kernel, or just to the things they have modified, I don't know. Has anyone actually pulled down an ISO and burned a CD?

    ---

    --

    ---
    "Go Metallica. Die RIAA." -- Linus Torvalds
    1. Re:Source is available... by Score+Whore · · Score: 2

      If you can't identify changes then how do you know they are changed? Maybe it's just repackaged or recompiled with different options? Adding a corporate logo wouldn't be considered a change by a court. In fact if it's a trademarked logo you don't have a right to use it anyway so it's irrelevant if they don't want to provide a nice little include file with the bitmap in it.

      Merely not distributing a clearly documented source package is not indicative of a whole slew secret GPL violations.

    2. Re:Source is available... by WhyteRabbyt · · Score: 2

      If you got the RedHat 6.1 SRPMS, and added a few (freely available) patches to them, you'd have the Abit distribution...

      Not necessarily. There are more RPMs changed than just the kernel. There's no way as yet of knowing what the other changes actually are, Im afraid.


      Pax,

      White Rabbit +++ Divide by Cucumber Error ++

      --
      free experimental electronic music netlabel at www.viablehybrid.com
    3. Re:Source is available... by WhyteRabbyt · · Score: 3

      Has anyone actually pulled down an ISO and burned a CD?

      Yup. It appears to be a bog-standard RedHat 6.1 (Cartman) distro, with certain RPMS replaced by Abit's own versions. In subdirectory /RedHat/RPMS (Yup, unlike LinuxOne, they haven't even sed'd RedHat with Abit in the copyright or anywhere) the following RPMS are Abit-specific

      I810X-1.0-3abit.i386.rpm
      X11R6-contrib-3.3.6-1abit.i386.rpm
      gmc-4.5.42-6abit.i386.rpm
      gnome-core-1.0.54-2abit.i386.rpm
      gnome-core-devel-1.0.54-2abit.i386.rpm
      hdparm-3.5-1abit.i386.rpm
      indexhtml-6.1-2abit.noarch.rpm
      initscripts-4.70-1abit.i386.rpm
      kdesupport-1.1.2-3abit.i386.rpm
      kernel-2.2.13-13abit.i386.rpm
      kernel-2.2.13-13abit.i586.rpm
      kernel-2.2.13-13abit.i686.rpm
      kernel-BOOT-2.2.13-13abit.i386.rpm
      kernel-doc-2.2.13-13abit.i386.rpm
      kernel-headers-2.2.13-13abit.i386.rpm
      kernel-ibcs-2.2.13-13abit.i386.rpm
      kernel-pcmcia-cs-2.2.13-13abit.i386.rpm
      kernel-smp-2.2.13-13abit.i386.rpm
      kernel-smp-2.2.13-13abit.i586.rpm
      kernel-smp-2.2.13-13abit.i686.rpm
      kernel-source-2.2.13-13abit.i386.rpm
      kernel-utils-2.2.13-13abit.i386.rpm
      lilo-0.22-7abit.i386.rpm
      linux_logo-3.01-1abit.i386.rpm
      mc-4.5.42-6abit.i386.rpm
      mcserv-4.5.42-6abit.i386.rpm
      redhat-logos-1.1.0-1abit.noarch.rpm
      rhl-gsg-6.1en-2abit.noarch.rpm
      rhl-ig-6.1en-1abit.noarch.rpm

      Pax,

      White Rabbit +++ Divide by Cucumber Error ++

      --
      free experimental electronic music netlabel at www.viablehybrid.com
  25. Re:Good for them by Score+Whore · · Score: 2

    On what grounds do you believe the GPL only applies in the U.S.?

    The point isn't that the GPL only applies in the US, it's that there are (apparently) no IP laws in Taiwan. The GPL isn't a law, it's a license that lays out the terms you are allowed to distribute software under. All of it's enforcability comes from copyright law. In the absence of copyright law then the license is moot.

    But the main point the originator of this subthread missed is that a company doing business in a country is bound by that country's laws throught the process of that business.

  26. Abit by Diamond+Slicer · · Score: 2

    Hmmm... the community will not purchase Abit's products if they violate the GPL. Simply put - Abit needs to release the code or noone will buy there stuff. Also this may be an excellent time to do a court test of the GPL - contact Abit - get them to agree to release their code but hold off until the issue has gone to court. Have them put up only a token defense and get a precendent for the GPL set.

    Abit - release your source - Many of the community, me included will NOT buy your products if you do not release your source code.

    --
    Is it progress if a cannibal uses a fork?
    1. Re:Abit by MarkKomus · · Score: 2

      "Also this may be an excellent time to do a court test of the GPL - contact Abit - get them to agree to release their code but hold off until the issue has gone to court. Have them put up only a token defense and get a precendent for the GPL set."

      Well if Abit puts up only a token defence this would easily be appealed and overturned by any future case, so no precendent would be set.

      If the GPL is to be tested it should be against a properally done defense, because if it stands against that, then it should stand against future arguments.

  27. I Wonder How many flames they do get... by dalamar · · Score: 3


    We all know that some really foolish people are going to take it upon themselves to flame abit. It always amazes me how people who don't have any right to flame do. I believe that maintainers (Or significant contributers) to a software project should be the people with the right and need to contact the offenders. Not some guy who happened to read a news article. I guess it's just mankinds want to cause change.

  28. Re:Rather than cautioning the flamers... by WhyteRabbyt · · Score: 3

    The story is straight, although possibly a bit premature, since there appears to be a possibility that someone cluefull at Gentus has realised the situation (see the last message on the discussion board page).

    Ive already emailed Gentus, a few days ago. Their stance appears to be that supply their modified kernel as a source RPM, they are conforming to the GPL. The way is appears to me from the email Ive had is that someone is confusing supplying the kernel source with the distribution source.

    Pax,

    White Rabbit +++ Divide by Cucumber Error ++

    --
    free experimental electronic music netlabel at www.viablehybrid.com
  29. I'm already talking to Gentus 'bout this by WhyteRabbyt · · Score: 5

    As someone who's already raised the issue with Abit, it seems there's a bigmisunderstanding on Abit's part. NB: I have comments posted already on the Gentus discussion page mentioned

    Ive already formally requested information on obtaining the source code from the two discussion forum moderators, as well as directly through Abit. Both the forum moderators appear to be of the opinion of the fact that since the Gentus ISO includes the Linux kernel source code, they conform to the GPL. I have not had a reply from Abit themselves.

    I havent had a chance to check exactly what's in the kernel source RPM they mention, but from the sound of it, its the Hedricks IDE patches pre-applied to a stock kernel.

    I was going to clarify further with Gentus, and re-explain the GPL to them before submitting this story to Slashdot, but it looks as though the story is out before Ive had a chance to get more info from Gentus

    It would be nice if folk waited a bit longer and behaved rationally in the meantime, so that we can get a sensible answer, without the shit-slinging.

    I'm still pursuing it the 'proper way', so can folks be nice, and just make tens of thousands of polite, formal requests for the source, instead of harassing them. Im sure it'll work better in the long term


    Pax,

    White Rabbit +++ Divide by Cucumber Error ++

    --
    free experimental electronic music netlabel at www.viablehybrid.com
  30. Proposed Open Letter by WhyteRabbyt · · Score: 5
    The following might do as a starting point for an open Letter to Gentus.

    Try sending it to johntsai@www.gentus.com and yakumo@www.gentus.com
    snip from here -->

    Dear Gentus,

    I am writing to you to formally request information on obtaining the source code to the Gentus Linux distribution.

    Since the entire distribution, including the kernel, utilities and other software, is derived from work released under the GPL, I believe I am entitled to request the availability of the source code for all the supplied software, not just the kernel. There appear to be several RPM's included in the Gentus distribution which are Abit-modified versions of previously GPL'd code. I am particularly interested in the source code for these modifications.

    It also concerns me that at least one RPM appears to have been derived from a GPL'd product, but has had its license changed to an Abit-specific copyright. As you should be aware, changing the license of code derived from the GPL actually breached the GPL. I would thus also request you to clarify the situation with regard to AbitPermon and its derivation from BP6Mon.

    Thank you

    -- to here

    Pax,

    White Rabbit +++ Divide by Cucumber Error ++

    --
    free experimental electronic music netlabel at www.viablehybrid.com
  31. Idea: force the GPL lawsuit? by frankie · · Score: 3
    otherwise there will be a lawsuit that will be THE famous GPL lawsuit, oh yeah.

    People keep speculating about this bold event, when the GPL will finally be tested in court. Which makes me think -- why wait?

    I realize there are some potentially criminal issues here about collusion, and abuse of the legal system. But... it might be a really GOOD thing if some small company would violate the GPL in a deep and egregious fashion. The FSF and /. would politely ask them to stop, and they would refuse. So it goes to court, and the FSF fields a strong legal team. Unfortunately the small company can't afford a really hotshot lawyer. They do "their best" to defend a case, but in the end they lose.

    Result: the GPL is affirmed to have legal standing in a US court decision, setting a precedent that holds weight for all future cases.

    Thoughts?

  32. Well... by Erik+Fish · · Score: 5


    Perhaps the source has been made available in the bottom drawer of a locked filing cabinet located in a disused lavatory with a sign on the door reading "Beware of the Leopard".

  33. The code is Out There (X-Files) by roman_mir · · Score: 2

    Yes, paradox is correct, the code has to be out there, somewhere and it is time for Molder and Skully to start searching for it. Maybe what they will find will amaze them or amuse them but it for sure will prove the point paradox tried to make.

    On the other hand, who exactly will be suing Abit?
    How is it done properly and who the plaintiffs are, who pays the money, etc?

    Now that VA Linux and RH share value has gone down alot, will they support this cause? Or are there other ways?

    anyone?

  34. Maximum Linux and GPL by cybergremlin · · Score: 2

    I reacently picked up a coppy of MaximumLinux magazine that included two distro disks. I was suprised to read the licence agrement in the back of the mgazine. It forbid the copying of the disks or any portion of them. In other words it forbids the redistrobution of the GPLed software on the disks, and if I change any of the GPLed source code I cannot distribute the changes. Smells like a violation to me.

  35. To be fair to Abit.... by JudgePagLIVR · · Score: 2

    It seems that an observing employee has already responded to the string, stating he'd get management on it. And one of the original coders has already threatened to sue. :)

    --
    Judge Pag, the Learned, Impartial, and Very Relaxed