Slashdot Mirror


Maui X-Stream at it Again?

Goyuix writes "In their latest commercial venture, Maui X-Stream, the now infamous company behind Cherry OS, has recently launched a suite of tools that once again takes advantage of GPL'd code to get their dirty work done... This time it is a set of video encoding, streaming and display tools. A choice quote from SourceForge: 'There are boundled dshow filters, string, toolbars, dialogs, command line switches, etc..., which can be verified easily by just running the applications and taking a look, or a bit harder by analysing the memory dump'. Is the situation getting worse or is community just getting better at finding the violators?"

33 of 293 comments (clear)

  1. Not Better, Just Smarter by gbulmash · · Score: 4, Insightful
    Is the situation getting worse or is community just getting better at finding the violators?

    I don't think it's the community getting better, at least not in this case. If you have a crook who is known to steal televisions and then put them in his front yard, disguised as birdbaths, you're going to get suspicious every time a new birdbath appears in his yard.

    Maui X-Stream is that crook and this video project is their latest birdbath.

    - Greg

    1. Re:Not Better, Just Smarter by MrAnnoyanceToYou · · Score: 3, Interesting

      On the smart side, he's gotten >100,000 people to look at his birdbath multiple times, where there hasn't been a single story on Slackware / debian / enlightenment / Nethack / etc on the Slashdot front page in weeks.

      Possible he's running Google ads somewhere nearby?

    2. Re:Not Better, Just Smarter by gbulmash · · Score: 3, Funny
      Forget about Maui X-Stream, I want to hear more about this TV stealing birdbath maker!

      His name is Eddie and I believe he'll be appearing in the Christmas episode of "Reno 911" ;-)

      - Greg

    3. Re:Not Better, Just Smarter by mrdaveb · · Score: 4, Informative

      I don't understand why the community has a problem with this in the first place. The original source code is still under the GNU license.

      People who release code under the GPL are perfectly entitled to 'have a problem' with people breaching their software licence of choice.
      Anyone who thinks it's OK for others to take their programs, close the source and release modified versions shouldn't be using the GPL - try the BSD licence instead.

      --
      Homme petit d'homme petit, s'attend, n'avale
    4. Re:Not Better, Just Smarter by Directrix1 · · Score: 3, Insightful

      Open source implementations which are compatible with formats used by proprietary vendors are not proprietary software. Additionally, we would be nowhere without reverse engineering and the open sharing of knowledge. And that "we" includes proprietary software companies like Microsoft.

      --
      Occam's razor is the blind faith in the natural selection of least resistance and in universal oversimplification. -- EF
  2. Getting worse? by Drakonian · · Score: 4, Insightful

    It's hard to say it's getting worse since it's only one company that keeps blatantly offending.

    --
    Random is the New Order.
    1. Re:Getting worse? by Anonymous Coward · · Score: 5, Interesting

      It's hardly just one company. The linux kernel, busybox and iptables seem to be popular among manufacturers of SOHO network devices. Sadly the GPL is not as popular.

      The various open source media player programs also attract gadget developers who don't care enough about licensing.

      Last but not least there is a trend to attempt legal and technical trickery to circumvent the GPL requirements. Companies which are completely aware of the license requirements are nevertheless building business models around open source and either try to make the GPL benefits too expensive for interested people or try to delay source releases indefinitely by continuously making small source management "mistakes".

  3. Worse by breakbeatninja · · Score: 4, Interesting

    I think the situation is definitely getting worse AND the open source community is becoming more adament about exposing this sort of behavior. The problem is that all open source licensing relies on honesty and many commercial vendors don't know the meaning of it, so when the two sides clash, open source may get the short end of the stick.

    --
    shop.envescent.com - Computer hardware and more.
    1. Re:Worse by arose · · Score: 3, Funny

      You mean GNU Brute International Elite Squad?

      --
      Analogies don't equal equalities, they are merely somewhat analogous.
  4. I may be a bit late to the party here - by thewldisntenuff · · Score: 3, Insightful

    But is the problem that they aren't properly stating who the source code belongs to? I mean, I thought code-copy was okay in the GPL so long as you noted the GPL warning and who the code came from.....For example, I can repackage an OS and sell it with my own support, etc (a la CentOS -> RedHat), so long as I make such statments, right?

    I really don't know - so it'd help if someone would explain it instead of modding me (-1, stupid)

    Thanks

    -thewldisntenuff

    1. Re:I may be a bit late to the party here - by TelJanin · · Score: 3, Informative

      You also have to give the source code to anybody that you've given the binary to, if they ask. However, you are not obligated to give the source to everybody.

    2. Re:I may be a bit late to the party here - by TelJanin · · Score: 3, Informative

      You are allowed to sell the software. You are not allowed to keep the source to yourself. Somebody could re-sell GIMP for $200, and as long as they gave the source code to their customers it would be legal.

    3. Re:I may be a bit late to the party here - by gbulmash · · Score: 4, Informative
      No, if you are using GPL'd code and selling it for profit, it is against the GPL.

      Dang, someone better tell RedHat, SuSE, Lindows, etc., etc., on and on and on!!!!!

      I can sell compiled binaries of grep for a billion dollars each if I can find someone willing to pay that for them. The GPL allows it. AFAIK, I just can't relabel it as FrepSearchIncredible, withhold the source code, and pretend it's my own unique product.

    4. Re:I may be a bit late to the party here - by PocketPick · · Score: 4, Funny

      I am intrigued by this FrepSeachIncredible. How much are you looking for again?

    5. Re:I may be a bit late to the party here - by slamb · · Score: 4, Insightful
      I can sell compiled binaries of grep for a billion dollars each if I can find someone willing to pay that for them.

      But of course you can't find someone willing to pay. The GPL permits you to sell software, but it also permits any of your customers to undercut you by selling it for a lower price or just giving it away. So if you write some GPLed software, you can probably sell it once. If someone else wrote it, you probably can't sell it at all.

      So there are two realistic ways to make money off GPLed software:

      • Do custom development for a fee. Like a consulting business that develops niche software that probably only one company would ever use. They have more options in case you become unreasonable or go bankrupt, so presumably they'd be willing to pay more than for a proprietary solution.
      • Sell an aggregation (like Red Hat Enterprise Linux), documentation, or support. This is what those companies you mentioned - RedHat, SuSE, Lindows, etc. - do.

      These are valid ways to make a living, but they'll never be as lucrative as Microsoft's business model. Namely, to write the software once, sell it over and over, and sell the extras separately.

    6. Re:I may be a bit late to the party here - by slamb · · Score: 3, Interesting
      > > I can sell compiled binaries of grep for a billion dollars each if I can find someone willing to pay that for them. The GPL allows it.

      > Um, would you care to state where in the license this is explicitly allowed? Because I can cite where it's explicitly prohibited.

      No, you can't. The GPL is explicitly designed to allow you to do this, as stated in the preamble:

      When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for this service if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs; and that you know you can do these things.

      I suspect you're thinking of this paragraph:

      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,

      But you're not required to give the source to anyone who doesn't have the binary, and you're not required to give the binary away.

    7. Re:I may be a bit late to the party here - by yamla · · Score: 4, Informative

      That's not true at all:

      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,

      "any third party".

      --

      Oceania has always been at war with Eastasia.
  5. Well... by Effugas · · Score: 4, Insightful

    To be clear -- using dshow filters, piped executables, and so on is fine by GPL; you're just not allowed to link the code into your application. It looks like they modified the GUI tools, though, without releasing source. That's not allowed.

  6. try out the live chat! by croddy · · Score: 5, Interesting

    Chat Information Please wait for a site operator to respond.
    Chat Information You are now chatting with 'Gene'
    Gene: Hello
    you: where are you distributing the vx30 source code pursuant to the conditions of the GPL
    you: hello?
    you: a simple URL is all that is required.
    Gene: If you knew what you were talking I would talk to you but...
    Chat Information Chat session has been terminated by the site operator.

    1. Re:try out the live chat! by AndroidCat · · Score: 4, Funny
      I tried and got someone called Liza.

      > Hello, I am Liza.
      * Where are you distributing the vx30 source code pursuant to the conditions of the GPL?
      > Would you prefer if I were not distributing the vx30 source code pursuant to the conditions of the GPL?
      * A simple URL is all that is required.
      > Come, come, elucidate your thoughts.
      * What?
      > Does that question interest you?
      * What are you wearin ..

      She was no help at all.

      --
      One line blog. I hear that they're called Twitters now.
  7. Hopefully not a growing trend by coupland · · Score: 3, Interesting

    My question is, what's to stop this sort of behaviour? Most free software projects operate under a tight budget as it is, how many have the funds to sue anyone who misappropriates their GPLed code? If every victim has to solicit donations to fund a lawsuit then what's to be done? Sure the FSF can probably help, but I doubt they'd have the resources to defend the GPL on multiple fronts if violators launched a wholesale attack.

    1. Re:Hopefully not a growing trend by Audacious · · Score: 3, Informative

      Actually, now that the GPL has been shown to be valid in court, it should be getting easier to have a lawyer represent you in court. Donations are then not needed because all you have to do is to make sure your lawyer gets paid when the money is collected from the people who have stolen/misappropriated/converted your GPL'd code into their applications.

      This is NOT to say that you can just go down to your local street corner and have lawyers rush towards you with open arms, gushing with enthusiasm about wanting to represent you in court. But any lawyer who deals with copyrights, patents, and such should have a very good grasp on how to go about dealing with people who misappropriate computer code. In many cases, all it really takes is for a lawyer to write a halfway decent letter to the offender for them to back off. Thus, for less than $300.00 you can probably find a lawyer willing to write the letter to the company.

      This is also not to say that the person to whom the GPL'd code belonged could not write a letter by just getting one of those Business Lawyer CDs and using the template letter to send a cease and desist letter.

      But I would use a lawyer. Mainly because it gives more force to what you are saying and/or doing.

      (And yes, IANAL! Not all of the time mind you - sometimes I'm just a normal person - but right now IANAL!) ;-)

      --
      Someone put a black hole in my pocket and now I'm broke. :-)
  8. Have you seen the price??? by stox · · Score: 3, Funny

    $799.00, holy cow, whatta deal!!

    BTW, what happened to 1.0?

    --
    "To those who are overly cautious, everything is impossible. "
  9. Time for a court injunction? by davidwr · · Score: 3, Interesting

    Is it time to get a court injunction?

    Perhaps the time is right for a "GPL Clearninghouse" whereby authors can "contract" limited enforcement responsibilities to the clearinghouse. If PearPC and the items currently in question were both enforced by this clearinghouse, the clearinghouse would find it a lot easier to enjoin these people from ever violating the GPL again with respect to ANY code under its management.

    Judge, to the officers of Maui X-Streme:
    "You are hereby ordered to comply with the licensing restrictions of any and all code which now, or in the future, is owned or managed by The Clearinghouse, provided that The Clearinghouse informs you or the general public that it is managing the code in question. Failure to do so will be contempt of court, punishable by jail time. This order will be reviewed every 24 months. Do you understand?"

    --
    Knowledge is how to play a game, intelligence is how to win, wisdom is knowing what game to play.
  10. Acquisition by slamb · · Score: 4, Informative
    I think it's getting worse. They're by no means the only violators; just the most flagrant.

    I recently discovered that Acquisition (a popular Mac OS X gnutella client) is using GPLed Limewire code. It's not anywhere on the main Acquisition website, acquisitionx.com. The website implies the whole thing is written by David Watanabe. It's shareware with nag screens. Most users will never know there's Limewire code used. The most obvious place it's mentioned is the fine print of the "About" box.

    There is some source available, at AcquisitionX.org. (There are no links from the other site. Found it through some googling.) This is the "core" of Acquisition, a modified version of LimeWire's core code. But the actual UI code is not released. The developer claims this is "full and complete compliance with the LimeWire GPL", but it's not. The key characteristic of the GPL is that you have to release applications that use GPLed libraries under the GPL themselves. He's following the terms of the LGPL instead. If they'd meant to release it under that license, they would have! He's profiting from other people's work without following their license or giving them proper credit.

    (Sorry for making people click through. I deliberately have no links to either Acquisition site because I don't want to increase his PageRank.)

    1. Re:Acquisition by Steamhead · · Score: 5, Informative

      The net core of Acquisition is piped rather then linked, thus it is in complete compliance with the GPL.

  11. Call Them Up! by Jukashi · · Score: 4, Informative

    Seriously here their number: 1-808-661-5699

    I just gave the guy a piece of my mind, if we all do it...well they'll just change the number - but its fun! lets hear some recordings!

  12. Re:Or the phone number... by Anonymous Coward · · Score: 5, Funny

    Toll free is better (costs them money): 1 (866) 661-5699

  13. I'd say we're getting smarter by Spy+der+Mann · · Score: 3, Informative

    Specially with a dedicated website for posting these frauds.

  14. i called maui x stream by Ravenrage · · Score: 5, Interesting

    and when i asked about when they are going to release the code i was told quote "if those lazy bitches on slashdot bothered to check the evidence they would know it contains no gpl code" and when i asked about the fact that the claim can be verified i was told "fuck you" and then they hung up

    1. Re:i called maui x stream by northcat · · Score: 3, Insightful

      That's a pretty outrageous claim you're making. How can we know it's true?

      (Yeah yeah, I know, I'm captain obvious)

  15. Their Con Is Working? by wan-fu · · Score: 4, Interesting

    Assuming that this really is a GPL violation, then I'm surprised they've already got some big names to fall for the con. On their own website, they make mention that VX30 was used by HFPA. I was incredulous of course and decided to do some fact checking. Well, turns out, it's true! The video gallery over at the Golden Globe awards has an icon for VX30 which links back to MXS.

    Here's what I think would be the most hilarious thing of all:

    1. the code turns out to be a GPL violation.
    2. HFPA gets mad, makes a ruckus - especially to the movie industry
    3. movie industry sues MXS
    4. ???
    5. Slashdotters celebrate and rejoice over the movie industry suing someone
    Wouldn't that be something?
  16. Re:How Is This Particular Instance by LnxAddct · · Score: 5, Insightful

    Err Red Hat has always provided full source to everything and has never tried to hide the fact that it uses GPL code. In fact it thrives on it, Red Hat produces more open code then any other entity. This includes gnome.org, the kernel, apache, gcj, and most other major open source projects are maintained mostly on Red Hat's payroll. Linus never seemed to have an issue with anything they did, he did afterall take something 10 million dollars worth of stock that they gave him for free just for his contributions. Some major open source folks work at Red Hat, everything from top kernel maintainers, to the guy who wrote the first gcc c++ compiler. People very rarely appreciate what Red Hat has done for the community.
    Regards,
    Steve