Slashdot Mirror


Did Microsoft Borrow GPL Code For a Windows 7 Utility?

Goatbert writes "Rafael Rivera over at WithinWindows.com has found evidence that Microsoft has potentially stolen code from an open source/GPL'd project (ImageMaster) for a utility made available on the Microsoft Store to allow download customers to copy the Windows 7 setup files to a DVD or USB Flash Drive. If Rivera's evidence holds up, this could be some serious egg in the face for Microsoft at a time when they're getting mostly good press from the tech media."

19 of 493 comments (clear)

  1. "Obviously lifted" not so obvious by BadAnalogyGuy · · Score: 4, Insightful

    The code in question seems to be called into scrutiny because the two areas of code bear the same name (ReadBytes) and operate similarly.

    The longer you work in the development of software, the less magical it all becomes. The first time you plugged some code into a terminal and it worked, it seemed like an amazing amount of wizardry and behind-the-scenes stuff that you could never fully fathom. Compilers, binary code, arcane source languages, electronic signals. It's amazing to a neophyte just how much stuff is going on.

    But the longer you plug away at it, the more you realize that it's just code. Nothing special is really going on. You're mostly moving data from one area of memory to another. It's almost a form of Nirvana once you reach this point.

    So when someone comes along and says "OMG YOUR READBYTES METHOD IS JUST LIKE THIS ONE IN SOME GPL CODE!!!!11", it kind of pegs that person as someone who doesn't really have much experience with real programming. Sure, they may use a lot of tools, and know how to recompile their kernel, but they really don't have a firm grasp of what and why they are doing what they are doing.

    1. Re:"Obviously lifted" not so obvious by caffeinemessiah · · Score: 5, Insightful

      The code in question seems to be called into scrutiny because the two areas of code bear the same name (ReadBytes) and operate similarly.

      (bold mine)

      Actually, if the function is just something called "ReadBytes(char *buf)" or similar, then that's a bit strange. If it was truly Microsoft-written, it would be:
      WINAPI DWORD ReadBytesW(LPCSTRWRAAXA szCharBufW_x, struct READBYTESINFO *srbinfArgs).

      --
      An old-timer with old-timey ideas.
    2. Re:"Obviously lifted" not so obvious by petermgreen · · Score: 4, Insightful

      Don't even get me started on the dual-version ANSI and Unicode functions,
      Transitioning from a system where strings were assumed to be in the local legacy encoding to a unicode based system (a transition all operating systems relavent today have had to go through) is a difficult problem with essentially no good soloution.

      The way unix-like systems went for is to use UTF-8 and treat it as if it was just another legacy encoding. The problem with this approach is that it means that systems configured for unicode and systems configured for legacy use different encodings which tends to break stuff.

      The way windows went for is to introduce duplicate APIs for unicode, this has the advantage that nothing that worked before breaks but requires all apps that want unicode support to be updated.

      Can you think of any better soloutions?

      --
      note: i'm known as plugwash most places but i screwd up registering that here somehow in the past and now can't register
  2. Knee jerk by Romancer · · Score: 4, Insightful

    So the evidence is a ReadBytes snippet?

    I'll wait till there's evidence before even commenting about the ramifications of something like this. This is just wild speculation at this point.

    --


    ) Human Kind Vs Human Creation
    ) It'd be interesting to see how many humans would survive to serve us.
    1. Re:Knee jerk by Timothy+Brownawell · · Score: 5, Insightful

      Moderated 'Flamebait.' 0 points left.

      Seriously, whoever decided that we just get one dropdown and no 'confirm' button needs to be taken out back and shot. And I'd just used my other points on some actual trolls upthread, too. :(

  3. It's not "stealing"...right? by Tankko · · Score: 5, Insightful

    Come on people, you can't have it both ways. If you can't "steal" music, you can't "steal" code. MS "stealing" this code didn't deprive the Open Source community from using the code (i.e. stealing my car), or at least that's the argument /.er use whenever the word is used in conjunction with music and movies. Eat your own dog food.

    1. Re:It's not "stealing"...right? by liquiddark · · Score: 4, Insightful

      I don't think everyone here believes you can't steal music, first off. I believe you can steal music, books, printed art, all kinds of artwork. I come from a fairly serious artist background, and I know folks personally who have been scraping by for years on the meagre earnings of an average artist. It's not a fun life.

      I believe large record syndicates are creeptastic and digital media is equation-changing, but that doesn't mean there's no evil in stealing non-physical works. Artists, unless they happen to be the pretty-close-to-literally one in a million shot, make almost nothing and they make a huge difference in how livable a society is. That's not changed by the fact that they can deliver media via digital channels; only people's expectations of the cost involved is changed. The number of consumers shrinks, but so does their expected price point. It's one of the reasons why there are still a lot of physical-media artists (the others including nobody's come up with good, cheap 3 dimensional sound, graphics, or texture delivery systems, physical media still work in some contexts, and art is large a physical act).

      And if you can steal art, you can certainly steal code. Of course, in this case it's probably going to have no repercussions because you'd have to educate people on the struggle of open source in terms that wouldn't make a lawyer cry before you could really even get into it, but those of us who've self-selected have at least a notion of the violation and its meaning. And, happily, the irony - if MS really is using open source in its first "better" product in a long time, that's a fun little fact to know.

    2. Re:It's not "stealing"...right? by Junior+J.+Junior+III · · Score: 5, Insightful

      This is the correct argument, but you have it backward. If it's OK for MS to "steal" (by the definition that MS accepts for the word) then MS should allow people to "steal" Windows, and stop complaining about, trying to stop, prosecuting, software piracy. They should amend their EULA to allow users to decompile, reverse engineer, and modify their binaries.

      Besides, it's not as though GPL code is anti-copyright.

      --
      You see? You see? Your stupid minds! Stupid! Stupid!
    3. Re:It's not "stealing"...right? by Timothy+Brownawell · · Score: 4, Insightful

      I'm fairly sure that by accepting money for someone else's property, you are stealing money from that person, whether you deprived that person of the property or not.

      The actual code isn't anyone's property, only the copyright on the code is.

  4. Re:not sureprised by BrokenHalo · · Score: 4, Insightful

    Microsoft is evil. Always has been. Always will be.

    Maybe you're very young, but I seem to recall that Microsoft was at one time held as a sort of liberator from IBM's hegemony. I guess it's all a matter of perspective...

  5. That's his evidence? by Ironsides · · Score: 5, Insightful

    Seriously, what he shows to be evidence looks like code that was written straight from reading the ISO disk image specification. Next up, school math class accused of mass cheating for solving math problems in similar ways.

    --
    Fly me to the moon Let me sing among those stars Let me see what spring is like On jupiter and mars
  6. Re:not sureprised by Abreu · · Score: 5, Insightful

    Probably those who get paid to work on GPL software...

    Your point is? Do you have an accusation to make?

    --
    No sig for the moment.
  7. Did a GPL project steal code from Microsoft? by Manfre · · Score: 4, Insightful

    With the amount of "evidence" in the article, the same accusation could be made against the GPL project. Perhaps the author of that project illegally gained access to Microsoft code and used it as a starting point for ImageMaster.

  8. Re:It's .NET code by Timothy+Brownawell · · Score: 5, Insightful

    It's .NET code. It's already "Open Source" by virtue of tools like Reflector existing.

    I do not think that that is what "Open Source" is generally taken to mean.

  9. Plagiarizing != stealing != copying. by Spy+der+Mann · · Score: 4, Insightful

    I don't think everyone here believes you can't steal music, first off.

    Speak for yourself. I do believe you can't steal music.

    You could steal the original copies. You could steal a famous painting. But "stealing" music? For instance, what IS music? It's nothing but a mathematical concept involving harmonics and sound.

    What are words? You can't "steal" what I said. This isn't like the little mermaid where you could steal someone's voice and leave him/her mute.

    Non-physical works CANNOT be stolen. Unless you're talking about a PHYSICAL COPY, you cannot steal it by definition. Copying a work? That's completely different. But if it's a non-destructive process, you're not stealing it. You're just COPYING it.

    If you want to use an appropriate term for what Microsoft supposedly did with this GPL code, it's called plagiarism. Sure, it's called "stealing" nowadays, but using this word is oversimplifying.

  10. Re:not sureprised by schon · · Score: 4, Insightful

    Copyright infringement IS stealing

    No, it isn't. Here is a handy guide illustrating the difference.

    it just has a different legal definition.

    And you know *why* that is? Because *IT'S NOT THE SAME*. If copyright infringement *WAS* the same as theft, we wouldn't need a special law dealing with it - it could be covered by theft laws. The fact that it isn't should tell you something.

    It literally fits the non-legal definition.

    No, it doesn't. It fits the propaganda term. Just because some media trade groups misapply a term as an act of propaganda does not make it so.

  11. Re:not sureprised by DAldredge · · Score: 4, Insightful

    Why is it that the only copyright violations that upset the /. masses are those involving code under the GPL?

  12. Re:not sureprised by Blakey+Rat · · Score: 4, Insightful

    I think most people think Outlook is pretty bad, until they actually have to *use* Notes... believe me, if you believe Outlook sets a low bar, Notes' bar is underground.

    I'm certainly not going to suggest Outlook is perfect, or even good. But compared to the alternative, it's incredible.

  13. Re:not sureprised by lordtoran · · Score: 4, Insightful

    You make it sound like the evilness (read: utter lack of ethics) were a funny meme, not a plain, cold fact.

    --
    Want to hear the voice of GOD? cat /boot/vmlinuz > /dev/dsp