Microsoft Open Sources .NET Micro Framework
320
An anonymous reader writes "Back in July, Microsoft announced it was making .NET available under its Community Promise, which in theory allowed free software developers to use the technology without fear of patent lawsuits. Not surprisingly, many free software geeks were unconvinced by the promise (after all, what's a promise compared to an actual open licence?), but now Microsoft has taken things to the next level by releasing the .NET Micro Framework under the Apache 2.0 licence. Yes, you read that correctly: a sizeable chunk of .NET is about to go open source."
My first question would be... (Score:5, Interesting)
Just what is Microsoft's angle? Surely they are gaining some advantage here.
Re:My first question would be... (Score:5, Insightful)
Re: (Score:2)
Isn't .NET a back-end thing? And if it's open, then it doesn't mean you're forced to use anything from MS on the back-end either.
So, what is to be gained? The ability to say they have x% of the server market or something?
Re:My first question would be... (Score:4, Insightful)
Re:My first question would be... (Score:5, Insightful)
I'm not a .NET developer... but I seem to remember having to run .NET applications with the .NET framework on my local machine?
I'm not sure how much Microsoft gains by keeping .NET closed-source. Perhaps that's a good question, too: why not open source it. I don't think you have to pay anything to do .NET development, do you? So may as well get any free improvements from the open source community. ;)
Re: (Score:2)
Keeping it closed source keeps people from easily porting the newest versions of the framework to platforms other than windows?
I write against the .net framework, but not mono, because mono can't keep up with MS's framework. That also means that my apps don't run anywhere but on windows machines.
I have nothing against mono, I just can't afford to work in what amounts to a 4 year old version of the framework.
Re:My first question would be... (Score:4, Informative)
Bogus. Mono is very current with .NET and has even beaten MS to the punch on some features. The major missing features compared to .NET are the MS specific libraries and proper current Silverlight support. So unless you're developing Silverlight apps or Windows specific software (which would obviate the choice to use Mono anyway) I doubt you have even tried Mono.
Re: (Score:3)
If those are the only things you think Mono is missing, you don't know much about the differences between Mono and the MS compilers and frame works.
First major problem in Mono: Non defragmenting garbage collector.
You can't consider Mono a replacement when it leaves out a major reason to use the .NET framework. It will work OK for small, short lived ( as in short runtime ) apps, but when you start talking about services that run for long periods of time or ASP.NET applications, Mono sucks. Yes, it will 'wo
Re:My first question would be... (Score:4, Interesting)
Perhaps that's a good question, too: why not open source it.
I can give one example.
Where I work, our ERP software is primarily coded in .NET, and needs 3.5.
It is the only reason to stick with Windows on each and every workstation there. .NET, only to see 2.x is only partially supported with no plans on supporting 3.
Every so often I check up on the status of Wine and
If this lets me run our ERP client under Linux, be it Wine or Mono or whatever wrapper is needed, that will be a good number of workstation licenses that will fall out of the upgrade cycle.
It will also let us deploy more ERP dedicated terminals on slightly older hardware that XP doesn't treat too well, and 2k is too painful to run on (Plus we only have so many licenses for 2k that aren't OEM)
This could very well lead to a measured loss of sales. I am sure I am not the only one in that type of situation, even if it is not very common.
Still, I am not complaining!
Re: (Score:3, Informative)
Re:My first question would be... (Score:5, Informative)
Re: (Score:2)
SourceSafe???!!! Please tell me it's not the same crap I was using in 1998 !!!
Re:My first question would be... (Score:5, Funny)
No, it's slightly different crap now.
Re: (Score:3, Insightful)
Actually SourceSafe is dead, has been for a few years, and its my understanding that MS never actually used it for their own code.
Re: (Score:3, Informative)
also, there are free (as in beer) licences of VS express.
Re: (Score:3, Informative)
Sybase? I think you mean MSSQL. Also, the Eclipse IDE actually has some capability for .NET development now [ibm.com]. This can easily be used with open version control solutions. It may not be good for developers who are doing large projects, but for anyone developing plug-ins for office apps or something similar it's not too bad.
Re:My first question would be... (Score:5, Insightful)
VS(.NET)
Visual Studio 2008 Express is free.
Windows
Yes, unless you use Mono.
SourceSafe, Windows Server, Sybase SQL
No, no, and no. You have no idea what you're talking about.
Re:My first question would be... (Score:4, Informative)
There is Sharp Develop [icsharpcode.net][www.icsharpcode.net]. An open source IDE for .NET. It supports C#, VB, Boo, and F#.
Re:My first question would be... (Score:5, Informative)
You don't need SourceSafe at all to do any sort of .NET development. Subversion, git, CVS, etc. all work fine for .NET development.
SourceSafe would be better off forgotten entirely.
Re: (Score:3, Funny)
To do .NET development well, you'll need to get licenses for VS(.NET),
Wrong.
Windows,
Wrong.
SourceSafe,
Wrong.
Windows Server,
Wrong.
Sybase SQL,
Not just wrong, but mystifying! Sybase? Not... MS SQL Express? That would have made sense.
Anyway, congratulations! You're five-for-five. You've succeeded in crafting a perfectly factless post.
Re: (Score:3, Informative)
Lots of people have corrected you, but I'm going to correct you in a different manner: not only is SourceSafe not required, but MS has basically been trying to phase it out in favor of Team Foundation Server (part of VS Enterprise I think) for a while now.
MS knows SourceSafe is crap; it's one of the few products that no one dogfoods internally.
Re: (Score:2)
Well, no matter what else, they gain marketshare. Right now, they have the best -- or at least, rumored to be the best -- development tools for it (Visual Studio .NET), so it's in their interest to promote the platform as a whole, as that means more people using their tools.
It's the same reason it's in Google's best interest to improve the Internet as a whole, even if that means releasing a bunch of open source stuff which doesn't immediately, directly benefit them. Obvious example: Chrome was the catalyst
Re: (Score:2)
Isn't .NET a back-end thing?
Yes, and no - like Java, .NET is much bigger than just web apps, you can write pretty-much anything you want in it (with the usual caveat that you're probably not going to be writing anything too low-level, such as device drivers). There are plenty of client-side apps available written in .NET.
Re: (Score:2)
The best IDE for .NET development is still Visual Studio by a long shot, and licenses for it aren't cheap. Plus increasing their mindshare among programmers and all that, of course.
Re: (Score:3, Insightful)
The best IDE for .NET development is still Visual Studio by a long shot, and licenses for it aren't cheap.
True -- they're free [microsoft.com]. Well, not all versions, but you can get a long way with the free versions.
Re: (Score:2, Informative)
Sorry, .NET Compact Framework is for devices running CE. .NET micro is different, its a version of .NET that runs directly on the the hardware (no CE at all), a lot like running embedded C on a microcontroller. Says it right in TFA.
Re:My first question would be... (Score:4, Informative)
.NET micro is mostly for embedded devices running WinCE.
Nope, you're wrong. You're thinking of the .Net Compact Framework [wikipedia.org]. Basically there are three .NET implementations available from MS (ignoring Rotor for the time being). The Windows one (known as "the .Net Framework") is the largest, with lots of libraries and capabilities. The Compact Framework targets Win CE level devices (fewer resources, lower capabilities), and takes about 12 Mbytes. The .NET Micro Framework [wikipedia.org] targets even smaller devices; it has a subset of the .NET classes, and can fit in 300 kBytes or less. The .NET Micro Framework doesn't need an OS to run (but it can run on an OS). That's the thing that was running in the (now defunct) SPOT watches and MSN Direct traffic dongles. Those were tiny devices which couldn't have run Win CE.
Re: (Score:3, Insightful)
Re: (Score:2)
If it's open, then where does the hold on the market comes from?
Re: (Score:2)
.NET is a Windows thing, but so is IE (Score:2)
Re: (Score:2)
I'm good with that. I happen to like .NET (despite not being much of a microsoft fan). I find it is a pretty decent front end for the apps that run on windows.
Having it actually go open source and be out there replacing Mono would certainly be useful to me.
Re: (Score:2)
Why will it replace Mono? It'll probably be a source for Mono, not a replacement.
Re:My first question would be... (Score:5, Insightful)
Haven't people been yelling about for years how you can make money with open source? Maybe someone at MS believed them. Despite the general feeling that MS is "out to get you", a company is made up of people, and is not a big bad menace who does evil for evils sake. MS as a corporate entity has exactly one goal (the same as any other company) - make money for its investors. If they can make more money with open source then why is it a surprise they would pursue that avenue?
Re:My first question would be... (Score:5, Informative)
and it is also a company, a hierarchal organization were those lower down have to do what those higher up tell them to do. Those higher up have a pattern of behavior that justifies many of the fears on Slashdot. Groklaw is full of evidence, much of which was gained through court systems from around the world.
So to quote Wikipedia [wikipedia.org]
So whats changed
Re:My first question would be... (Score:5, Interesting)
Not only that, maybe MS believes that they can use this route to make better software too. If the OSS community can respond and show MS how much there is to benefit from opening one of their projects, maybe they'll be more responsive with other projects too.
The OSS community should see this as an opportunity to give something back to MS for good reason. They would be less likely to stab the OSS community in the back with patent suits and the like if we can engender a true, two-way relationship. Maybe with some dialogue, we can start moving toward working in harmony instead of against each other.
Re: (Score:2, Funny)
Re: (Score:3, Funny)
Wow, you mean a multinational corporation with a fiduciary duty to return shareholder value thinks there might be some "angle" in this? Slashdot seriously needs a -1 (Durr) mod.
Embrace (Score:2)
Step 1. Embrace. .Net 5.0: Now with new Windows-only features!") .Net 4.0 and earlier now deprecated.")
Step 2. Extend. ("New
Step 3. Extinguish. ("Support notice:
Step 4. Profit.
Remember Internet Explorer for Unix (and Mac?) Remember what happened to that once IE was dominant?
Re: (Score:2)
They don't need to open source the code for that. Mono is already behind and always will be. The .NET Micro Framework is a stripped-down version of .NET for use on embedded devices and such. It only has a small subset of the whole .NET library, and the VM itself is much simpler. Opening up the code gives away none of the interesting stuff, and probably nets them greater market share. There's absolutely no downside for them. There's also really no downside for the free software community, but they don't gain
Re: (Score:2)
Just what is Microsoft's angle? Surely they are gaining some advantage here.
That's easy: Free code from their newly-minted community.
One of the advantages that a company going FOSS has is that the company gets a potential for hordes of non-employees to help them code their product. Or, at least that's how the concept goes. Reality usually delivers a bit less, often a lot less. YMMV, but I suspect that Microsoft is banking on getting a whole bucketload of free dev help out of this (assuming they take in patches and etc).
Re: (Score:3, Interesting)
Windows Mobile.
This is their smallest subset of .NET. They are already pretty much giving the code away to developers for Windows Mobile, now they are having their arses handed to them by Android and it's only looking worse. They keep going at this rate and they are going to be irrelevant. That's not what they want. So therefore they open source .NET in the hope that they can get some more traction in the market.
Re: (Score:3, Insightful)
What is their angle?
They're a company of 40,000+ engineers, a substantial portion of which are not total douchebags, unlike how people on Slashdot seem to imagine them.
Lots of them use open source, lots of them like the idea of open source but, like many on here, have to juggle the realities of a paycheck with their own feelings on the matter.
When you're a company the size of Microsoft, even if you have an internal upswelling of support for open sourcing things, you have to fight both the business people an
Re: (Score:2)
If it is so awesome how come it only works with one network?
How come it fails to have a command line version?
Re: (Score:2)
It doesn't: It works with Yahoo! too.
Re: (Score:2)
best messenger ever. Don't even dare to argue with me on that one because you WILL lose this one
I'm game. What makes it so great?
I can give you a list of things it doesn't have, and likely never will, that other messengers do. Towards the top of the list is interoperability. Google Talk uses Jabber to begin with, which is the defacto open standard for IM, so it wins as a network. Pidgin, Kopete, Adium, Trillian, and Meebo all allow connections to most IM networks, including Windows Live, Yahoo, and AIM, and I know for a fact that Pidgin, Kopete, and Adium support Jabber.
Farther down is good AV support
Re: (Score:2)
"I'm game. What makes it so great?"
It pioneered and still pioneers messenger features and therefore with it a lot of online culture.
"Google Talk uses Jabber to begin with, which is the defacto open standard for IM, so it wins as a network."
Oh come on! Number please!
"Pidgin, Kopete, Adium, Trillian, and Meebo all allow connections to most IM networks, including Windows Live, Yahoo, and AIM"
Pidgin suffers from horrible, not soon to be fixed security holes and the developper refuse to fix them. Nobody is under
Re: (Score:2)
PS: And with security model I do not mean the technical security model of the Windows OS, but the way Microsoft responds to known security vulnerabilities with patches.
Re: (Score:3, Interesting)
I think I'm ill (Score:5, Funny)
I must have the swine flu. Maybe I'm having a psychotic episode. Did I wind up in a holodeck? Or the Twilight Zone? It must be one of these things because I keep having these senseless hallucinations where MicroSoft acts like a decent company.
Re: (Score:3, Funny)
I must have the swine flu
Yes, with pigs flying and all .. that shot isn't looking *that* bad now.
Re:I think I'm ill (Score:5, Funny)
Re: (Score:2, Interesting)
maybe mono showed them what can be done with open source .net? because I have read more success stories about mono than .net
Re: (Score:2)
Yahoo! Is! that! you!?
Re: (Score:2, Funny)
Yahoo! Is! that! you!?
I didn't sound like Bill Shatner, did I?
Buy my euphoria has died down. Some guys with Think Geek! T-Shirts came by and beat the shit out of me.
Mono? (Score:2)
Re:Mono? (Score:5, Informative)
Nope this framework is for mobile devices and the 360.
Microsoft is really dieing in the mobile space right now. WinMo 6.5 Still doesn't have native support capacitive touch screens and the Mobile world is on fire with Android and of course the iPhone.
HTC, LG, and Samsung are all developing or have released Android phones.
Palm and Motorola are now dropping WinMo and going with WebOS and Android.
This is one space where Microsoft is at best an also ran and really is dropping in the race for mind share.
Re: (Score:2)
That's kind of fascinating, because they were dominating not very long ago.
I wonder what happened...
Re: (Score:2)
Who was dominating what? WinMo dominating cell phones?
Have you ever heard of Nokia?
Re: (Score:3, Informative)
Dominating? (Score:3, Informative)
They may have overtaken Palm by a large margin, but they never even caught up with RIM let alone "dominated" the market as a whole which included other players like Nokia and Samsung as well.
Re: (Score:2)
Re: (Score:3, Informative)
Marketshare in Mobile Market (Score:5, Insightful)
If the Framework gets ported to non-MS platforms, having those developers develop on Visual Studio, on Windows, in Windows eco-systems is additional trivial.
I am absolutely certain that iPhone development is causing iPhone developers to learn and be comfortable with XCode on Mac machines while at the same time creating more skilled Objective-C coders that will be more proficent in writing normal OS X applications.
Re: (Score:2)
Obstruficates? Is that like encapsulates, or abstracts?
Re: (Score:2)
Like a rocket takin' off to the moon! (Score:2)
Microsoft knows that mobile development is booming
Drum boom bass and the party is boomin'!
Re: (Score:2)
Re: (Score:2)
From TFA:
# The .NET Compact Framework is a cut-down version of the full-fat framework, stripping out many things that aren't used in small environments. Windows Mobile devices commonly ship with Compact .NET, as does the Xbox 360. .NET Micro Framework has the smallest footprint of all, and is designed for devices with very limited resources.
# The
So its not even good enough for mobile phones, maybe if you want to run your dishwasher on .NET, then it might be useful - except its got a very limited set of framework classes and a cut-down GC. This is the cannabis edition, designed to get you hooked enough to need to more powerful .NET CE, and then the full .NET framework.
Re: (Score:2)
Correct me if i'm wrong but doesn't .net run in a VM which are explicitly banned from the iphone? OFC it's useful on other smartphones but unless it has sybian support i can't see it being a major player.
Nope (Score:2)
There's already a Mono [mono-project.com] compiler for the iPhone - it simply doesn't run in a VM at runtime, but is statically compiled beforehand. Apple doesn't care how the binary you submit was produced.
I personally don't think it's a good idea to use bridge techniques like this just because you are familiar with a language, you will always lose out over truly learning the native platform.
One other thing of note is the Unity game development framework that lets you write game behavior login in either Javascript or C#.
XCode has more than you think (Score:3, Interesting)
XCode is actually a pretty good tool, and while the multiple floating windows of IB can be hard to deal with I find that approach to GUI design to be way, way better than code-behind stuff UI tools normally spit out.
If you take the time to learn how to use XCode you'll find it does a lot more than you are thinking it does.
Awesome! (Score:2, Funny)
I can't express how excited I am to see how this will be turned against Microsoft.
Re: (Score:2)
Givers losers, whiners keepers!
OMG it is Meta EEE! (Score:5, Funny)
There is a problem (Score:4, Interesting)
I was initially impressed by the MS 'open' pledges, until I talked to several coder friends. Their take, paraphrased, was that it was window dressing with a lot of traps. Basically, they 'opened' the wrapper, just like they did with their Office formats.
The problem, as it was explained to me, is that if you want to do anything useful, you have to call a bunch of things that are not opened, will not be opened, and MS can still sue your *ss off for using. One person asked how useful it is to 'open' the hypothetical call, Play_video_with_MS_proprietary_closed_codec? I mean, you can copy the functionality, but your software is only cross-platform to the extent that MS proprietary and closed codecs and other things are 'open'.
This is nothing more than a stealth PR attempt, they will use it to say, "We opened everything up, and see, Linux still sux0rz because it can't play movies, sound, DRM, or anything else useful. We opened everything up, but the Linux model is broken, and their lazy codes won't do the right thing. If you want real XYZ, you need Windows".
It is nothing more than opening the most useless bits, and using it as a PR hammer. Yay progress?
-Charlie
Re:There is a problem (Score:4, Interesting)
``This is nothing more than a stealth PR attempt, they will use it to say, "We opened everything up, and see ..."''
Or maybe it's just fear of more lawsuits from the EU.
However, the result is that .NET Micro Framework is now open source. That's a Good Thing.
Re: (Score:2)
Funny, but that's exactly how I've always felt about Apple's Darwin. Give away everything minus the actually useful stuff.
Except, of course, that Mono has actually done a fairly good job of replacing the 'missing' functionality with viable alternatives, so this move is less about "yay! new stuff for me to play with" and more "yay! this is sure to help the Mono guys port their enviroment to new architectures sooner".
Yeah, sure (Score:5, Insightful)
Re: (Score:2)
This. The Micro Framework is for resource-constrained embedded devices... which are just about the last place you'd want to run bytecode anyway, as far as I can see. We've got tons of embedded stuff where I work, but I fail to see how controllers for mechanical bits and pieces are going to benefit from having the CLR, object classes, GUIs, etc. made available to them.
Yes, I know they're hoping to scoop the mobile market, but which part of it - the non-smartphone (dumbphone) market?
Re:Yeah, sure (Score:4, Interesting)
This. The Micro Framework is for resource-constrained embedded devices... which are just about the last place you'd want to run bytecode anyway, as far as I can see. We've got tons of embedded stuff where I work, but I fail to see how controllers for mechanical bits and pieces are going to benefit from having the CLR, object classes, GUIs, etc. made available to them.
I think they're targetting the same area as some embedded Java implementations, like MicroJava [is2t.com]. You're getting a nice programming environment (you can use Visual Studio to write C# software for your embedded app), you're getting automatic memory management and it'll offer a migration path for people familiar with larger platforms. While it's not going to be as efficient as hand-tightened C and/or assembly code, it should allow faster development for embedded applications.
Yes, I know they're hoping to scoop the mobile market, but which part of it - the non-smartphone (dumbphone) market?
Not sure they're interested only (or even mainly) in the mobile market; the .NET MF can run on much lower performance processors than the ones used in phones, even feature phones (i.e., not smartphones). From what I've seen most phones use ARM 9 level CPUs, or even ARM + DSP combos, like the TI's OMAP (please feel free to correct me, phones aren't an area I have much interest in). That's overkill for the .NET MF which can happily run on ARM7 level CPUs.
Re: (Score:2)
Wake me up when they open source the main .NET framework. They put this out there because no one is using it.
It's basically already with souce code available through the .NET Reflector, down to variable and method names. The license is in your way though, of course.
As Admiral Ackbar warned (Score:4, Informative)
It's A Trap!
Your tongues can't repel flavor of that magnitude! (Score:3, Insightful)
Ugh, I guess we'll have to eat this boring oatmeal...
It's A Trap!
Re: (Score:3, Insightful)
I know you're joking and I don't mean to direct this at you necissarily but I think it should be said.
Many companies suck. They abuse their positions and take advantage of their customers, they manipulate the writing and interpretation of laws to suit their ends, they sue innocent people in an effort to scare people into respecting their intangible rights. Slashdot, correctly, berates them when there is news about this kind of thing. We help spread knowledge of their actions and provide sometimes insight
2012 Ads? Hell Freezing? (Score:2, Funny)
Maybe it is a promo for the 2012.
Or
then the maya calendar has Its reason to end on 2012....
Hell is Freezing somewhere...
Aha! I see it... (Score:2, Funny)
It took some work to locate, but I knew there was skullduggery afoot...
Microsoft has taken things to the next level by releasing the .NET Micro Framework under the Apache 2.0 licence.
There ya go. Microsoft has cleverly made it look like they were following the Apache 2.0 license, when in reality they've got some evil spawn of their own creation that goes under the name "Apache 2.0 licence". That special Microsoft license probably says Ballmer gets to eat your firstborn, or something equally nefarious.
Those dastardly evildoers!
Why not give them some cred for trying? (Score:3, Insightful)
You also don't reward when... (Score:2)
You also do not reward a dog for puking up a steak you didn't like either.
As was pointed out elsewhere, Micro framework (not even Compact) is hardly used by anyone, nor is anyone all that interested in it. So why should they be lauded for opening something no one was wondering what was inside of?
Still behind the curve. (Score:3, Informative)
This is all about trying to gain mobile market share, but realistically all they're doing is highlighting the headache. Thanks, but I don't want to build an app in Objective C, Java, and .Net and get them certified by Google, and Microsoft, and Apple. What a headache. As usual Microsoft is arriving at the point when the whole idea of writing custom apps per phone is starting to jump the shark.
If they would release an easy to use IE mobile virtual images like they've done for all the current IE desktop applications they might actually have something like a leg up on their competition (I know they have some emulator inside Visual Studio, but that's not the same).
Google has a cross-platform emulator, but neither Apple nor Microsoft do. This could easily be another situation like Firefox where developers design webapps for Android and make them work passably on the other browsers.
And coming January 1st... (Score:2)
I wonder what Microsoft is going to supersede .NET with and when. And which version of .NET is this?
the what framework now? (Score:2)
<nobr> <wbr></nobr>.NET Micro Framework 74 of 10
Wow - I didn't know they needed an entire framework just to support NOBR and WBR. Weird.
Honestly, Slashdot, if you can't handle HTML tags in story titles, how about you take all of 1 minute to add the code that strips it out? Sheesh.
Hell has frozen over (Score:2)
I thought it felt a bit chilly this evening.
What is .NET Micro used for? (Score:2)
Question for .Net Micro programmers ... (Score:2, Troll)
From the article:
Microsoft isn't opening up the whole stack: the TCP/IP parts are missing because another company wrote that code, and the cryptography libraries are missing because "they are used outside of the scope of the .NET Micro Framework"
Does anyone know how hard it is to write your own .Net classes/wrappers for the missing pieces? .Net references for CLR internals? I know how Java was designed and written, did Anders or Microsoft provide any references for .Net internals outside
Are there any good
Re: (Score:2)
Mono.
Re:Open Sourcing Platform Lock-In Is Meaningless (Score:4, Insightful)
Making it open source allows you to use it, distribute it, and modify it. Even if nobody ports it to your favorite platform, it's still a win for the users. No longer do you have to depend on Microsoft for bugfixes. No longer do you have to hope that, one day, they will implement the feature you're waiting for. Microsoft is no longer the only party allowed to improve the platform or tailor it to your needs. Once it's open source, everyone is allowed to do so.
So while you are right that making the software open source doesn't magically make it portable, it is far from meaningless.
Re: (Score:2)
Yes, you are, and yes, they are, because in the end it's them who will distribute their .NET Runtime, not you. Your fork may have feature X added, and bug Y corrected, but it doesn't matter because in the end, you'll have to code for their platform implementa
Re: (Score:2)
``
Yes, you are, and yes, they are, because in the end it's them who will distribute their .NET Runtime, not you. Your fork may have feature X added, and bug Y corrected, but it doesn't matter because in the end, you'll have to code for their platform implemen
Re: (Score:3, Informative)
Hahaha, nice one.
In case you're not getting the joke: The very definition of open-source [opensource.org] states that modification and distribution must be allowed.
So yes. If it is open source, you _are_ allowed to distribute and modify, exactly as I stated.
Also, Free software and open source software are _not_ different things (and neither does the article referenced by the parent [gnu.org] claim they are). The difference is not in the software, but in the philosophy: open source is the apolitical term, whereas Free software is the