Slashdot Mirror


Microsoft "Bans" Use Of GPL Code

iceT sent us a link to an article about Microsoft banning the GPL from be used w/ their Mobile Internet Tools beta. It's kinda tricky, but the article is really interesting (except I still don't really know what code I would get w/ the mobile internet tools beta). They specifically ban several Open Source licenses from being used with the toolkit. Update 1.5h later by J : Yes, we know we ran this a little while back but there are good quotes from NuSphere and Ximian in today's piece. C'mon, don't you want to read them?

11 of 352 comments (clear)

  1. Shooting themselves in the foot. by Genom · · Score: 4

    Any license which restricts what TOOLS the developer can use to develop software is shooting itself in the foot.

    Developers generally have a favorite set of tools they use to program - even if they only program web pages or shell scripts, they have a favorite editor.

    Telling a programmer they can't use their favorite editor to edit source code files is counterproductive - they'll just go elsewhere. There are plenty of toolkits to use, but only MS' says you can't use EMACS or VI ;P

    My 2 cents, anyway.

  2. What about surprisingly clued states like Iowa? by KlomDark · · Score: 5
    Of all places, Iowa has the most clued state government around that I know of - they have already put a law on the books that says that the UCITA is not enforcable in their state. Same with EULAs - not enforcable, only contracts that can actually be negotiated by both parties are legal.

    People make a lot of fun of IOWA (Idiots Out Wandering/Wondering Around) (I don't live there myself) but I have been massively impressed by the legal stance their state gov has taken lately!

  3. Topic - Repeat, Article - New (?) by dschuetz · · Score: 5
    Okay, so we saw an article about this EULA back on June 21. So we'll now see a slew of messages saying "deja vu" and "dammit, post something new." With which I have to admit I partially agree.

    However, what if there's something useful in this new article? Does that make the story redundant? What if it's only a marginal increase in information? What delta is appropriate for a new headline story, and who decides that delta?

    Could I suggest, for discussion (and if a consensus develops could someone plese bring it to Taco's attention?), two possible ways to provide timely follow-up information without starting a flamefest of "what, nothing new today?" messages?

    • Create a "Follow-ups" category, and post any story directly related to any "recent" (say, 3 months?) story under this category. People can then choose to ignore that category, if they like.
    • Create a section for links, stories, cool pages, etc., with no associated discussion. That way, all the quick "here's another story" articles could be brought to people's attention, and maybe only use 1 or 2 lines of web real estate to do so.

    Anyone else think this is a good idea? Or should I just crawl back under my rock?

    david.

  4. Which license is viral and restrictive? by evilpenguin · · Score: 5

    I'm sure people made this observation when this story was posted the other day, but which license is restrictive and viral? The one that says "you can put any software on the machine with me" or the one that says "if you use me, you can't use this entire class of software?"

    Shouldn't this set off big red flashing lights at the DoJ?

  5. The real viral licenses! by mjh · · Score: 5

    It never ceases to amaze me that M$ proclaims that the GPL is "viral". Consider what kind of virus would attach to an open source developer, if he/she were ever to get a gander at some of M$'s "shared source" code?

    That developer would effectively be forever forbidden from working on public project. The burden of proving that he didn't use any of M$'s code would fall on him/her. With M$'s history, if that developer's company had an license, even though he/she didn't look at the code, the developer would probably forever have to prove that he didn't look at the code!

    IMHO, if I worked for a company that agreed to the shared source license, and I had an open source project going, I'd try and find a new job.

    Now THAT is a viral license.
    --

    --
    Key to financial independence: Spend less than you earn. Save and invest the difference. Do it for a long time.
    1. Re:The real viral licenses! by taliver · · Score: 5
      I think it's even more interesting to attach the word "viral" to a license. I'm wondering how many executives will be out there responding to the tech guys desire for linux, "Linux, isn't that that Virus writing OS?"

      Pretty sneaky if you ask me.

      --

      I demand a million helicopters and a DOLLAR!

  6. Misuse of Copyright by bwt · · Score: 4

    This may be a text-book case of "misuse of copyright" where one uses intellectual property rights in an anticompetitive way. Here Microsoft is using its copyright to excluded competition (sort of anti-tying competing products).

    The common remedy, by the way, when there is a conclusion of misuse is that the government refuses to enforce the abuser's copyright until the anticompetitive behavior is fixed.

    Perhaps various authors of GPL software should coordinate to file antitrust cases in a few dozen different jurisdictions. I think there are probably some firms gearing up to bring private MS antitrust suits who might be interested in doing these kinds of filings on a contingency basis. Basically, some big firm could take the "best" case forward in the hopes that the precedent will turn all the others into good investements.

  7. Yes, well that's news isn't it. by sydb · · Score: 4
    --
    Yours Sincerely, Michael.
  8. Re:I know I shouldn't feed the trolls... by SubtleNuance · · Score: 5

    When you're in business to make money (and who isn't?)

    Im not. I work to live - not live to work. Making money is *not* my biggest goal in life... you know, I kinda also like to hike and read and make-love-to-my-wife and garden and drink-cold-beer and lotsa other stuff that isnt very profitable at all. included in that is aid my community to the best of my ability... this is why I support the GPL. Why do people insist on making all arguments based on economics - there are *alot* of other worthwhile and valuable efforts other than the pursuit of profit. Pursuit of profit is not self-justifying.

  9. Re:Hrmm... by stud9920 · · Score: 5

    while(user.karma<50&&user.karma>-10) {
    int whoringType=rand();
    switch(whoringType){
    case 1:
    toPost=copyOfArticle("They basically say that...");
    break;
    case 2:
    toPost=obviousCommentThatWillBeModdedAs("Funny");
    break;
    case 3:
    toPost=AYBParody("Funny");
    break;
    case 4:
    toPost=geekHumor(pseudoCode);
    break;
    default:
    toPost=antiMSRant();
    break;
    }
    if(troll){
    goatse.Post();
    firstPost.Post();
    } else {
    toPost.Post();
    }
    }

  10. Hrmm... by Violet+Null · · Score: 5
    while (!NewStories()) {

    void* OldStory = GetOldStory();
    Post(OldStory);

    }