Stories
Slash Boxes
Comments

News for nerds, stuff that matters

Slashdot Log In

Log In

Create Account  |  Retrieve Password

Open.NET — .NET Libraries Go "Open Source"

Posted by ScuttleMonkey on Wed Oct 03, 2007 12:57 PM
from the close-but-no-cigar dept.
An anonymous reader writes "whurley just posted a blog about Microsoft's announcement To Make .NET Libraries available under a crippled 'Open Source' program using their new Microsoft Reference License. The post includes the official pr doc from Microsoft as well as several points about how this really isn't open source. One example: If a developer finds a bug in the code, rather than fixing it themselves and submitting a patch to the community they'll be encouraged to submit feedback via the product feedback center."
+ -
story

Related Stories

[+] Microsoft Releases Source of .NET Base Classes 110 comments
Disgruntled Fungus writes "A few months ago, we discussed Microsoft's intention to open source the .NET libraries. According to a developer's official blog, the source code is now available. The source to libraries such as System, IO, Windows.Forms, etc. can now be viewed and used for debugging purposes from within Visual Studio. Instructions for doing so have also been provided. The source code has been released with a read-only license and 'does not apply to users developing software for a non-Windows platform that has "the same or substantially the same features or functionality" as the .NET Framework.'"
This discussion has been archived. No new comments can be posted.
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
 Full
 Abbreviated
 Hidden
More
Loading... please wait.
  • Could be worse (Score:5, Interesting)

    by east coast (590680) on Wednesday October 03 2007, @12:59PM (#20840467)
    they'll be encouraged to submit feedback via the product feedback center

    In some ways I'd rather see these things organized "under one roof". As long as the product feedback center is responsive I don't think this is going to be a big deal for most.
    • Re: (Score:3, Insightful)

      Maybe I'm biased - ok, definitely I'm biased - but this just doesnt feel like "open source" to me so much as "beta-testing with a peek at the code" or, to be blunt, "do our debugging for us."
      • Re:Could be worse (Score:4, Insightful)

        by moore.dustin (942289) on Wednesday October 03 2007, @01:08PM (#20840627)
        So what? If they want you to do the debugging for them via this method then it is up to us, the users, to satisfy that. If you do not want a part of it then do not participate. It is as simple as that. If there are people out there that are willing to look and submit bugs then the program is a success to Microsoft and that is all that matters here, how it helps Microsoft. Remember though, that is not a bad thing, it is just business.
          • Re:Could be worse (Score:5, Interesting)

            by CaymanIslandCarpedie (868408) on Wednesday October 03 2007, @01:26PM (#20840947) Journal
            Fair enough, but Microsoft is trying to get street cred through a disingenuous use of the term "open source".

            Except if you'd read TFA you'd see MS never even mentions the term "open source" or anything like it. They are very clear on what is and isn't offered and it being open source is certainly not one of thier cliams. That term come from a blog.
            • Re:Could be worse (Score:4, Informative)

              by geeknado (1117395) on Wednesday October 03 2007, @02:56PM (#20842395)
              Actually, they do mention the term open source(well, with a hyphen...In the context of saying "no, this is not open source". But hey, the blogger got a bunch of hits by suggesting otherwise, eh?
          • Re: (Score:3, Funny)

            What has any bastard done to deserve being used as a derogative term.

            how, for example, is this statement any different from "souless greedy ni**ers"?

            While I might, as a bastard, have managed to move on, being a bastard brings more than enough burdens on the child by itself, such that it is hardly soul-ful for society to pile on, by using the term as a generic substitute for a derogative adjective.

            And no, the meaning /doesn't/ change over time, merely because its secondary uses are more prevalent.

            Just consid
            • Re: (Score:3, Funny)

              by nuzak (959558)
              You're a really uptight bastard, aren't you?
              • Re: (Score:3, Interesting)

                by LeninZhiv (464864) *
                Interesting. I had always assumed the opposite: "bastard" being used as derogatory first and foremost by wives whose husbands had bastard children (very common historically, especially among the nobility and wealthy who would often provide for their bastard children). The wives would be very severe with the bastards and denigrate them in front of the rest of the household, and try to get others to do the same, in order to gain as much as possible for their own, legitimate, children. (And also out of jeal
      • Re:Could be worse (Score:5, Informative)

        by Goaway (82658) on Wednesday October 03 2007, @01:10PM (#20840673) Homepage
        Yes, you are right. This does not feel like "open source". You know why? Because it is not open source. Nowhere in their announcement do Microsoft claim it is open source. They even explicitly mention that it is not open source.
          • Re:Could be worse (Score:5, Insightful)

            by JebusIsLord (566856) on Wednesday October 03 2007, @02:47PM (#20842253) Homepage
            If you can see the code, it's visible source. The word "open" has many different connotations. Open to view? Open to change? Open to redistribute? The open source community almost always assumes the latter two definitions, so Microsoft has done well by avoiding this loaded terminology. As you can see, the author of the article puts the words "open source" in Microsoft's mouth anyhow, because they knew it would cause controversy where there otherwise isn't any.
            • Re: (Score:3, Funny)

              by dvice_null (981029)
              Son: *slams the door and locks the dad behind it*
              Dad: Open the door!
              Son: The word "open" has many different connotations. Open to view? Open to change? Open to redistribute? ...
              Dad: Just open the god damn door and let me in!
    • Re: (Score:3, Insightful)

      I couldn't agree more. I also agree with MS on this. You don't want people screwing around with custom builds of the framework. Then something stops working and you end up being a flamebait for the mass media. I suspect must have seen the 20 min, or 3 page articles in newspaper/TV. In this case it would be like:

      Blah, blah, .Net causes crashes, crashes caused airline reservation system to fail, medical devices weren't working ... etc. Somewhere near the bottom, users were using Uberfast .Net 3.0 an opensource distrobution of the .Net Framework. MS refused to comment.

      The end result would be that MS gets blamed for bugs that aren't theirs. Their is plenty of flamebait from MS already, it is good to see they are trying to be helpful without risking themselves to m

        • Re: (Score:3, Informative)

          The biggest issues I have seen with the transition to .net are in the richtextbox, the printing model and the IDE itself.

          Try adding an RTF box onto a form and messing with a selection (for instance setting it to bold), the old method would allow the other font attributes to remain, now you change the font styling for the entire selection: bold italic font size etc.
          Without calling back to the COM interop or recursing each character on a hidden control you are screwed.

          Printing is geared towards the developer
        • Re:Could Be Better (Score:4, Interesting)

          by Frostalicious (657235) on Wednesday October 03 2007, @08:38PM (#20846225) Journal
          What issues are you talking about exactly? I've worked with .Net for six years and am unaware of "all kinds of issues"

          Maybe he's talking about the IDE. I've run into lots of junk that hasn't been fixed for years. Things like .lic files becoming corrupted, loosing the ability to type non-word characters, source safe integration breaking, files in the .Net temporary directory getting locked, and projects loosing the ability to load DLLs. These are all design time problems, so my impression was they got a low priority and MS just decided to let us live with it.
        • Re: (Score:3, Interesting)

          I've worked with .Net for six years and am unaware of "all kinds of issues"

          What have you been doing? I've had all kinds of issues, from network connections being dropped even though they weren't, to the encryption libraies randomly (about one in 100,000 times) incorrectly encrypting a block, to projects that will only compile in release mode and not debug mode, to those stupid web projects that were broken from their inception, to code that runs find when compiled in debug mode but when in release mode (eve
  • by pembo13 (770295) on Wednesday October 03 2007, @01:05PM (#20840571) Homepage
    Seriously, most of us capable of seeing the negatives don't need help from the poster to see them. All those who don't see these licenses as not completely open source aren't going to have their minds changed by mini rants.
  • Unemployable? (Score:3, Interesting)

    by overshoot (39700) on Wednesday October 03 2007, @01:05PM (#20840575)
    Then there's the fascinating question of future employment prospects once you've seen the "crown jewels." A key part of copyright law is whether you've had the opportunity to copy the material rather than recreate it (clean room.) Keeping your developers "uncontaminated" can be a tricky business.

    Being exposed raises some serious issues regarding the future employability of the "exposed" developers.

    • Re: (Score:3, Insightful)

      by DaHat (247651)
      There is nothing of the sort.

      Your argument is like saying "If you've ever read a book you can never write another book on a related subject as your insights would be contaminated by the earlier reads or through outright copies."

      "Nyeh, it.s not an original movie/song... they could have copied from this previous work that was similar. They shouldn't have made their own."

      The issue of copying of code or misappropriating of IP is as old as both have been around... and is generally only relevant in very specific
      • Re: (Score:3, Interesting)

        by stinerman (812158)

        If you ever work on Mono, could the fact that you have looked at Microsoft's source become some basis for a lawsuit?

        Looking at a copyrighted work and then making a similar copyrighted work is completely legal. Otherwise, any of us who watched a James Bond movie would not be able to make our own spy movies. Copyrights aren't patents. Copyright infringement only occurs when you copy works you don't have the rights to copy. Think of looking at the source and then making your own version an analog to "putti

      • Re:Unemployable? (Score:4, Insightful)

        by Mspangler (770054) on Wednesday October 03 2007, @09:14PM (#20846583)
        "You know it's funny how you Open Source people constantly wave this red flag about lawsuits and contamination when the reality is Microsoft has never sued any individual over these issue."

        But their stooge, SCO, did sue IBM over the exact same prInciple. Once you've seen the holy (SysV/.Net) code, you are forever doomed to merely recreate it's glory, and therefore your work is really their work, and you have to pay them to use the code you wrote.

        Yes SCO lost, but can you afford several million in legal fees to exonerate yourself? Especially since Microsoft has already been making noise about all the patent violations already in Linux? They want a fight that they can win against Linux. Since SCO has flamed out, they will be more careful the second time; to wit, they will make sure there really is some code that at least looks like theirs before they file suit.

        So, in proper /. format;

        1) Get hapless kid to look at .Net code.
        2) Kid then goes and implements something similar in Mono or elsewhere in Linux.
        3) Sic the lawyers on the kid, terrorizing said kid into admitting he copied the secret code.
        4) Wave around headlines "Linux coder admits copying secret MS code!"
        5) Turn loose Lyons, Enderle, O'Gara, Didio, and any other shill they can buy to terrorize PHBs.
        6) Profit!!

        Optional #7, buy wreckage of Novell for two ship's peanuts, set up program to "Help honest businesses bamboozled by those Linux Pirates to convert to a safe, legal operating environment."

        A simple straightforward business plan with a very low set up cost. And no downside. If it fails, (no one takes the bait) in a year no one will remember it anyway.
  • .NET is already open (Score:5, Informative)

    by iONiUM (530420) on Wednesday October 03 2007, @01:06PM (#20840583) Journal
    You can already see all the source of the .NET framework using Lutz Roeder's Reflection tool. I use this all the time to see how the innards of functions work when something goes screwy with .NET.

    If you're interested you can check out the free tool here: http://www.aisto.com/roeder/dotnet/ [aisto.com]
    • Re: (Score:3, Informative)

      by Allador (537449)
      Not quite.

      The reflector re-generates source code based on the IL. But there's no guarantee that its the SAME source code. It is perfectly possible and reasonable to have two different sources compile to the same IL. Now they're not going to be drastically different, but they can be meaningfully different. But you're always going to lose some information content when compiling down to IL.

      In addition, the VS.NET debugger will grab symbols for the source code as well, which allows the debugger to link dire
  • encouraged (Score:4, Funny)

    by garlicbready (846542) on Wednesday October 03 2007, @01:06PM (#20840591)

    they'll be
    encouraged to submit feedback via the product feedback center

    I do not think that word means what you think it means

  • by Goaway (82658) on Wednesday October 03 2007, @01:08PM (#20840619) Homepage
    Nowhere in Microsoft's announcement do they in any way claim that they are releasing anything as open source. But hey, don't let that stop you from attacking Microsoft for not doing something they never claimed to do nor have any obligation to do.
  • by xxxJonBoyxxx (565205) on Wednesday October 03 2007, @01:10PM (#20840665)

    ...this really isn't open source. One example: If a developer finds a bug in the code, rather than fixing it themselves and submitting a patch to the community they'll be encouraged to submit feedback via the product feedback center."


    This doesn't seem that odd to me. Anyone else know of a major open source project where your patch of the day is guaranteed to end up in main line code?

  • by denis-The-menace (471988) on Wednesday October 03 2007, @01:10PM (#20840675)
    If you see the code and then create something remotely like it, MS will sue your ass off.
    This way, the more people who see the code will become "Tainted" for clean-room rewrites of parts of .Net

    Brilliant!

    (This is the "Embrasse" portion of the plan to kill of Mono.)
    • by Mongoose Disciple (722373) on Wednesday October 03 2007, @03:15PM (#20842715)
      No offense intended, but I'm not sure how a post like this got modded so far up. Are we passing out tinfoil hats at the door now? (I know, I know. I must be new here.)

      Let's take as a given that Microsoft would like all developers to be using their technologies. In their perfect happy world, every developer is using Visual Studio as their IDE, their language of choice is a .NET language, everyone's writing apps to run on Windows, etc. Microsoft all over the place.

      In pursuit of that goal, is it more logical that they would make this move to:

      A) Allow .NET devs to see/debug through the .NET libraries, making developing using their stuff more attractive to some subset of the developer community, or

      B) Begin an intricate long-ranging litigation scheme against something like Mono, that even fewer developers than the subset in (A) know much about, that in no way is currently posing any kind of threat to their dominance (such as it is), on the off chance it might bear some kind of fruit years down the line?

      Shit, Bond villains don't even bust out plans like the scenario you've concocted.

      Sure, MS is greedy. Sure, they don't hold sacred the principles of freedom that you do. Sure, they may be evil -- but they're a generally *sensible* kind of evil, the kind that isn't building an elaborate cannon that shoots heads of lettuce while guns are available.

      • Re: (Score:3, Funny)

        by grcumb (781340)

        Sure, MS is greedy. Sure, they don't hold sacred the principles of freedom that you do. Sure, they may be evil -- but they're a generally *sensible* kind of evil, the kind that isn't building an elaborate cannon that shoots heads of lettuce while guns are available.

        You, my friend, have obviously never taken a close look at ActiveX. Not only does the gun shoot lettuce, it's e. coli-laden lettuce, and it fires it straight out the back of the barrel down the shooter's throat. 8^)

          • by Mongoose Disciple (722373) on Wednesday October 03 2007, @03:28PM (#20842907)
            Out of curiosity, how much work have you done with Java and C#?

            C# is to Java as Java is to C++ as C++ is to C on to infinity. To say that C# is just a copy of Java is about as much true and about as much false as saying Java is just a copy of C++. It is, and it isn't.

            In each case you have a "new" language created based strongly on an old one, benefiting from the "mistakes" of the previous language.

            The tricky part is, what's a mistake in the design of a language varies depending on your perspective and what you're trying to do it with -- and so the "evolved" language ends up better for some tasks and worse for others. Java addresses a ton of things that C++ doesn't do well (or require a much more seasoned C++ developer to do well), at the cost of becoming unsuitable (or at least, less suitable) for some uses, such as embedded programming or high-end game programming.

            C# is that same kind of quasi-evolution from Java. It makes some things a lot easier to get right, but at a cost of giving up some of the things that are good about Java. The key here is that the differences between the two aren't as much in the base language's syntax as in the core frameworks/libraries that are built around them. That's what makes the chance to see more of what makes those libraries tick and why they made the design decisions they did interesting.
            • How C# came to be (Score:3, Interesting)

              by Nurgled (63197)

              Back when Sun was first pushing Java, Microsoft tried to build a platform on top of it. Microsoft had, once apon a time, a product called J++ which was essentially Java with some neat new features such as delegates. J++ was designed by Anders Hejlsberg, who was brought to Microsoft from Borland primarily to work on J++ as Microsoft's next-generation platform.

              Sun objected vehemently to Microsoft's extended version Java. I can't say I really blame them, since Microsoft should perhaps have worked with Sun to

  • by Otter (3800) on Wednesday October 03 2007, @01:11PM (#20840681) Journal
    The Microsoft announcement says specifically and repeatedly that this is not "open source" and explains why they chose not to use such a license. They seem to understand the term a lot better than "whurley" does.
  • by bobdehnhardt (18286) on Wednesday October 03 2007, @01:13PM (#20840713)
    We need to come up with a term for Open Source stuff that isn't quite open, just so we can avoid the confusion and dillution of the original term.

    A few suggestions:
    • Slightly Ajar Source
    • Semi-Closed Source
    • Partially Unshut Source
    • Marginally Unobstructed Source
    • Mostly Dehiscent Source


    Okay, yes, I was just pulling words out of the thesaurus at the end there....
  • Wise move by MS (Score:3, Insightful)

    by MtlDty (711230) on Wednesday October 03 2007, @01:14PM (#20840743)
    When .NET was announced as a platform independent language, I always struggled to imagine Microsoft developing the framework on anything other than Windows. Can you imagine Microsoft developing class libraries for Linux, or Apple Macs? Surely the world would end.

    So this move is a fairly wise one by MS. There's now a chance that the .NET framework will be developed for other platforms. And once that happens MS can help nuture a happy little band of developers, all sucking up MSDN licenced tools.
    • Re:Wise move by MS (Score:5, Insightful)

      by Almahtar (991773) on Wednesday October 03 2007, @07:46PM (#20845777) Journal

      And once that happens MS can help nuture a happy little band of developers, all sucking up MSDN licenced tools.
      If you think they'll settle for that you are misled.

      It was wise for Microsoft to release this code, yes. And it would be wise for open source developers not to touch it or .NET with a 10 foot pole. Candy from a stranger is stupid, candy from a known backstabber is beyond retarded.
  • So fucking what? (Score:5, Insightful)

    by m50d (797211) on Wednesday October 03 2007, @01:15PM (#20840753) Homepage Journal
    So they encourage you to report things to them rather than distributing a patch yourself. So what? Trolltech does this, MySQL does this, Sun does this, Mozilla does this; in fact virtually every significantly-sized open source project encourages you to fix problems through their own channels rather than throwing a patch around yourself. It's just good sense.
      • Re: (Score:3, Insightful)

        by Trillan (597339)
        Reading it, I'm pretty sure developers are not permitted to distribute the patch. This is really not "open source": this is "viewing source." Microsoft is providing view only, and only downloading the source as you step through it.

        Now, like I said, this isn't really open source in any true sense of the word. But being able to step into your framework's code to see what's really going wrong isn't anything to sneeze at, either. Being able to read the code to determine exactly what triggers a bug is quite usef
  • Remember IBM? (Score:5, Insightful)

    by Null Nihils (965047) on Wednesday October 03 2007, @01:26PM (#20840949) Journal
    Rememeber IBM? They used to be the gigantic Evil Empire everyone thought would either become the overlords of humanity, or implode gloriously in a blazing fireball of liberation.

    Instead they became just another business, later honorably defending (their contributions to) the Linux source code against the wretched SCO. Their interests have become more aligned with that of their customers.

    I think Microsoft has less wiggle-room to remain viable than IBM did when they lost total domination over their market (because MS's business is mainly about using restrictive copyright licensing to make sure they're the only ones controlling the software on PCs, which quite different from what IBM's business is) but something similar is happening, however slowly and painfully.

    Microsoft knows, to some degree, that in order to remain relevant it must give people access to the guts of its software. The software market has become far too complex for the ancient ways of floppies-in-a-box style business to work. However, as their Open.NET idea shows, they're still trying to keep as much control as possible, for as long as possible...
    • Re: (Score:3, Insightful)

      by turgid (580780)

      Instead they became just another business, later honorably defending (their contributions to) the Linux source code against the wretched SCO. Their interests have become more aligned with that of their customers.

      IBM's empire collapsed in the early nineties (with a $5G loss IIRC) because no one wanted to buy their over-priced, underpowered and incompatible (MicroChannel) PeeCees any more. Microsoft cleaned up.

      IBM's support for Open Source and Linux is for publicity, to get back at Microsoft and to get at

  • Just like MFC (Score:5, Informative)

    by Speare (84249) on Wednesday October 03 2007, @01:26PM (#20840963) Homepage

    The original 1991 team that developed the Microsoft Foundation Classes 1.0 (to go with the first Microsoft C++ compiler, and even before the first C++ Visual Studio) was planning to go completely "closed source." It makes sense from a library point of view to close access to the implementation, and only offer the interfaces in header files. However, I was one of the folks on that team that felt that since this was the first "thin" wrapper on the C Win32 API, it was more important to show just how thin that wrapper was, and to offer visibility into the MFC implementation. It wasn't "open source" but it was "source provided as documentation." You could still build MFC on Borland's Win32-ready compiler, in fact. Since I myself was fairly experienced with Win32 but not with C++ (as was the target market), I felt this was a reasonable compromise.

    Before you throw eggs at me, let me point out that I then left that group before they invented CDocument and all the ugly MFC hell that has become associated with bloat. Before CDocument, it was essentially a reasonable alternative to STL with some HWND wrappers. Afterwards, the command-routing and OLE-managing framework turned almost any MFC app into a real rats' nest of unmaintainable spaghetti. I still wrote apps in MFC, but I have less and less stomach for it, in the rare instances I must develop Win32 at all.

  • by I'm Don Giovanni (598558) on Wednesday October 03 2007, @01:57PM (#20841481)
    I was wondering how slashdot would report this story. I knew that they would give it negative spin because it's not open source, but I didn't think they would actually try to suggest that Microsoft claimed that this was open source and then bash them for not meeting that claim.

    Microsoft fully acknowledges that this code is to be released under MSRL, "Microsoft Reference Licenese", which Microsoft does not claim to be an open source license (it is not one of the Ms licenses that were submitted to OSI).

    But the code is still valuable as it eases debugging. This similar to Microsoft's providing the source code to ATL, MFC, and their CRT. Much of this code was already available under Rotor2, but now we get lots more code, including WinForms and WPF, and more will be rleased in the future.

    And it's not just code, but Microsoft including integrated debugging of .NET libs into VS 2008, including downloading the appropriate source from Microsoft's site on demand. There are other goodies as well.

    See here for detaitls:
    http://weblogs.asp.net/scottgu/archive/2007/10/03/releasing-the-source-code-for-the-net-framework-libraries.aspx [asp.net]
    • by Todd Knarr (15451) on Wednesday October 03 2007, @03:20PM (#20842797) Homepage

      It does introduce a big problem, though. Suppose someone's seen Microsoft's code, and in code they've written there's a stretch that's suspiciously similar to Microsoft's code. How does one go about proving that they didn't copy that code from Microsoft's in violation of the license? Access may be great for the programmer themselves, but if I'm not them and I'm using their code I suddenly acquired a big headache. And for me this isn't a theoretical excercise, I've been caught up in a lawsuit about exactly that sort of illicit propagation of code. I'd have to recommend not employing anyone for .NET work who's agreed to that license, and not using any .NET code created or touched by anyone who has, unless and until we've gotten our own license covering the Microsoft code in question. Anything else leaves too many legal question marks that're too easily avoided by just not tempting fate.

  • by Anonymous Coward on Wednesday October 03 2007, @02:03PM (#20841595)
    Ignoring the flame-bait and complete ignorance... The *reference* implementation for .Net which is remarkably similar to the production version is here:

    http://www.microsoft.com/downloads/details.aspx?FamilyId=8C09FD61-3F26-4555-AE17-3121B4F51D4D&displaylang=en [microsoft.com]

    It contains the C/C++ source for the CLR, CSC and C# source for the Framework that compiles on FreeBSD, Windows and OS X. There are PPC/ARM/x86/x86-64 ports in the code.

    It can and will be run anywhere. .Net is pretty damn open. Remove your heads from your asses.
  • by rnturn (11092) on Wednesday October 03 2007, @03:21PM (#20842809)

    "No-o-ow... who wants to fix our bugs for free?"

    [chirp chirp chirp]

    "Anyone?"

    [chirp chirp chirp]

    These guys crack me up. Really.

    • Re: (Score:3, Insightful)

      Applying this 'truth in advertising law' to misleading Slashdot headlines would be the first step....
        • by blincoln (592401) on Wednesday October 03 2007, @02:23PM (#20841857) Homepage Journal
          Being able to see the source means that you can take the present tool kit and work around any bugs in a deliberate manner. Whereas without the ability to see the code you have to hope that the bug is what you think it is.

          I would go one step further and say that it also lets you understand the behaviour of the framework where the documentation is inadequate or missing. I can see this being very useful, especially for those of us who like to fool about with less-commonly-used parts of .NET.
          I also think that in the larger view, this is a great indication of shifting mentalities at Microsoft. I was pretty surprised to read "The security of the .NET Framework does not depend on the obscurity of the .NET Framework source code" in one of their press releases.
    • Re: (Score:3, Insightful)

      "Does anyone else have the impression that the Microsoft Permissive License is nothing more than a means of showing source, hoping that others will copy it into some product and thereby be liable of some infringement and be sued?"

      Around Slashdot? Of course. But if you take off the tinfoil hat you might realize that no major competitor is going to be that stupid and the small fry don't have enough money to pay MS legal fees for a month. No matter how evil you imagine MS is, they aren't going to sue if there'
        • by renegadesx (977007) on Wednesday October 03 2007, @06:13PM (#20844841)
          These actions are intended on hurting Mono while pretending they intend on "helping". Whats going to happen is they are going to go through the Mono code and find anyone who agreed to this licencse and see if they contributed to Mono.

          Its putting cheese in a mouse trap so they can do a SCO only for Mono, I advise nobody working on Mono go near this code. FOSS means the ability to see, modify and rediribute code, .NET is NOT open source: It is pretending to be open source.

          Basically Microsoft is the "Intelligent Design" crowd of the software community, open source systems are growing in popularity and Microsoft knows they cannot destroy it from the outside (look at SCO) so they attempt to destroy it from within by pretending to be open like the "Intelligent Design" pretend to be scientific.

          So Microsoft are attempting to skew the view of what open source is so they can attack it like the ID crowd attempts to confuse of what abiogenesis and evolution actually are so they can attack their little strawmen

          How can you miss this? It's as clear as day! If you are working on the Mono project, stay away from the bait!
        • The rant used to be that it was "just about seeing the source code"... but now that they can actually SEE the source code... they whine about the license.

          No, it's always been about the license. However, one key component of the license just happens to be, seeing the source. There are several other major components.
          Just meeting one criteria does not make it "open". Just "visible".
          And I'm sure anonymous troll knew this, he just wanted to latch onto the topmost post he could find that even remotely fit his