Question

I've been struggling with timezones online for a few years now. Because I've had enough of it, I want to develop a Chrome extension that leverages moment.js so I can paste in a representation of a time and it will return the time in the user's current timezone. So this is basically a GUI front-end for moment.js. I would release this for free on the Chrome web store (and I'm surprised that such a Chrome extension does not exist yet).

Does the MIT license allow this?

Was it helpful?

Solution

The MIT license is a very permissive license. You can do just about anything with software that is covered by the MIT license except for removing the copyright and license information.

So, yes you can create a GUI front-end for moment.js and you are not even restricted in your choice of license for the front-end.

Licensed under: CC-BY-SA with attribution
scroll top