Meteor is now MIT licensed
31–40 of 127 posts
Re: Meteor is now MIT licensed
#32Re: Meteor is now MIT licensed
#33Cool I can now use this in my closed source project without ever giving any change back! Hate this GPL that requires you to give back anything if you let others get your product.
Re: Meteor is now MIT licensed
#34Cool I can now use this in my closed source project without ever giving any change back! Hate this GPL that requires you to give back anything if you let others get your product.
Rails is MIT licensed and as a result we have seen a lot of companies build their web applications on Rails and build very successful businesses, but we have also seen a range of opens source plugins/gems and applications themselves built around Rails which have resulted in a better web community.
This is 2012, developers who care about something like Meteor also care enough about open source to give back. We don't want developers to be forced to make their products open source, they should feel compelled by the enjoy of helping others.
Re: Meteor is now MIT licensed
#35Maybe I'm just not the audience for Meteor, because while it looks like a great project but as a nodejs guy, the fact that it hides itself away from the platform and turned away from the fantastic npm makes me sort of weary about it as a whole. But I imagine people coming from rails or whatever don't find this a problem at all.
Re: Meteor is now MIT licensed
#36I think we all sortof knew this was what it was going to be.
Honestly, I'm surprised. You've got a team of cracker jack developers who introduce a product that, frankly, isn't ready for prime time by any sane person's definition with the goal of targeting the majority of developers (e.g., not the most experienced, and not the ones operating at the top end of scale), with no real mention of license? I expected it to be a commercially licensed language, and honestly, was perfect…
As for the business model, I could possibly see them doing hosting. Although there's no shortage of node.js hosts, they could fine tune their service to work well with the Meteor framework and integrate it in a way that a generic node.js host wouldn't be.
Re: Meteor is now MIT licensed
#37is there an open source license that says says free to use for people etc.. but if you have a company larger than x then you must support the project with $$$ ?
Even if it's just a normal license with a single clause variation, it becomes a different license from a tracking perspective. A lot of companies have standard policies on open-source and anything not following one of several popular licenses might be forbidden or require a drawn-out review process at best. This gets even more complicated when you consider packages might not be directly used, but be part of a dependency chain where you have to map out the whole graph in order to demonstrate compliance.
Re: Meteor is now MIT licensed
#38Awesome - I was one of those highly critical of the original license, so let me be among the first in congratulating them on making this (quite major) change so quickly.
Re: Meteor is now MIT licensed
#39I think they should've tried to commercialize it. There is a real lack of good, new development systems these days. If you completely open source a new system, developers will just rip it off, contribute nothing, and it will go nowhere. So where's the incentive to continue making it better? Developers need to wake up, and realize that new, and substantially better systems can be built if they are willing to pay for t…
Re: Meteor is now MIT licensed
#40Maybe I'm just not the audience for Meteor, because while it looks like a great project but as a nodejs guy, the fact that it hides itself away from the platform and turned away from the fantastic npm makes me sort of weary about it as a whole. But I imagine people coming from rails or whatever don't find this a problem at all.
I thought exactly the same, I really like the reactive programming principles they've brought. But without npm it's useless.