Fork me on GitHub

Overview

Typically the licenses listed for the project are that of the project itself, and not of dependencies.

Project License

MIT License

[Original text]

Copy of the license follows.

Open Source Initiative OSI - The MIT License (MIT):Licensing

[OSI Approved License]

The MIT License (MIT)

Copyright (c) <year> <copyright holders>

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Comments

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

How do I obtain an MIT license?

I'm a freelance graphic designer and would like to use the Flexslider widget on my site, but I need to first obtain an MIT license. How do I go about doing this?

Arabic Translation

يمكن الاطلاع على نسخة مترجمة للعربية على العنوان:
http://os-licenses.richstyle.org/MIT-ar.php

Requirement to provide the source code

I'm referring to the following part-sentence:
"to permit persons to whom the Software is furnished to do so"

Does this mean that person1, referred to in the text as "any person", is required to give access to the complete source code to person2, referred to in the text as "persons to whom the Software is furnished"?

I'm asking because it seems that you need the source code to "to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software", which is contradictory to the "without restriction" part?

Copyleft or not?

>The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
Then why does Wikipedia state (unreferenced) this license is NOT copyleft? Does Wikipedia need fixing? Is there a reliable source about this?

not copyleft because your changes may be different license

I just realized a possible source of confusion:

The MIT license is only required to be retained for the work that you incorporate. You are free to use DIFFERENT LICENSING TERMS for any work that you add. You do NOT have to release your modifications under the MIT license.

If the MIT license stated that you had to release YOUR changes under the same license, then it would indeed be CopyLeft. But it doesn't. Perhaps it should be revised to explicitly state that the right to modify/etc the software includes the right to use different licensing terms for the modified portions (as long as the original copyright is preserved/made-visible for the included work).

No, the MIT license is NOT "Copyleft".

No, the MIT license is NOT "Copyleft".

Copyleft licenses are designed for authors of 'free' software, who wish to ensure that their work can ONLY be used in other 'free' software. Such an author chooses a path where everyone contributes 'free' software, and no one can include such work in 'un-free' software. [As always, referring to everyone's ability to distribute, build on, modify, etc, the software, not to price.]

The MIT license is different. It is for authors who are willing to have their work be widely used, in both 'free' and commercial (proprietary) software. That is, it is fine with such an author if someone else makes use of their work, but feels that they are not in a position to offer such freedom.

These are two philosophically different paths for sharing work with the broader community. Each path has its benefits.

There is also a third alternative, represented by LGPL (The "Lesser Freedom" license). Here, the work itself must remain 'free' - all modifications to it must be made available to everyone, but it can be *linked* with 'non-free' work, as long as certain conditions are maintained.

For example, I make my living developing custom software for clients. I (or my clients) have a business model that is not consistent with CopyLeft freedom. Therefore, I only use MIT licensed or LGPL licensed software.

MIT License is NOT Copyleft

Copyleft refers to whether the license perpetuates to derivatives based on the licensed work. For example, GPL license requires programs that use material from GPL licensed software to be licensed under the GPL. MIT does not have this requirement.

Sublicensing

If I obtain code under the MIT license, then make changes to it. Can I sub-license it under my own terms? Or do I have to still include their original MIT license with my software.

Basically I'm creating software that contains MIT licensed code, but I want to sell it with my own sub-license for the end users so they can't redistribute it for free.

Yes

Your well within your right to do that so long as the MIT parts retain a copy of the license.

How To Comply

I'd like to use some MIT-licensed xml-parsing code in my iPhone game. This seems to require that I package the MIT license with the application. However, my iPhone app does not include extensive documentation and my demographic will not want legal notices shoved in their faces.

My boss is afraid of using this code because our company is very small and doesn't have the money for any type of legal battle. What is the best way to comply with the MIT license in an iPhone app without compromising user experience?
___________
Samuel Fattizi

Referring to license via URL

Is it sufficient to refer to the license via URL? I want to modify and use some code that only refers to the license via:

/* Licensed under the MIT license: http://www.opensource.org/licenses/mit-license.php */

Is it OK to integrate code within a larger code-base (e.g. using some MIT-licensed JavaScript within a larger javascript library) with a wrapper / comment inserted in the appropriate place:

/* Function foobar derived from MIT-licensed code: http://www.opensource.org/licenses/mit-license.php */

Note: I've no idea of the legal significance of changing "Licensed under the MIT license" to "Derived from MIT licensed code" - hence the question.

I think so.

I am not a lawyer, but I think it's good enough. A lot of JavaScript out there does not put the entire licence blurb there to save space. Pedantics (like the Debian project) also need a "Copyright by Foo Bar, 2009" statement.

Regarding the wrapper - it should be OK, but make sure you also reproduce the copyright blurb and a link to the one who originated it. I should note that MIT/X11-licensed code can be sub-licensed to any other licence.

------------------

Shlomi Fish, http://www.shlomifish.org/

When Chuck Norris uses Gentoo, "emerge kde" finishes in under a minute. A computer cannot afford to keep Chuck waiting for too long.

Another question

If we are making a closed source application, selling this application for profit, include this license in the open source license file, are we breaking any laws?

Thank you for your time.

It's perfectly OK.

Feel free to use MIT/X11 licensed code in your non-open-source apps. You are allowed to link to such code from your application or even change the licence of derivative works (see the permission to "sub-license"). What you may need to do is give attribution:

http://en.wikipedia.org/wiki/Attribution_%28copyright%29

I.e: say "libfunctionality , Copyright by J. Random Hacker, 2009" somewhere. But it would be hard to avoid giving attribution in practically all copyrighted open source code out there.

------------------

Shlomi Fish, http://www.shlomifish.org/

When Chuck Norris uses Gentoo, "emerge kde" finishes in under a minute. A computer cannot afford to keep Chuck waiting for too long.

A Question

I downloaded a software under this License.
Upon the original software I have made several changes.
I would like to release our it with those changes.

What kind of licensing can it go with ?(with the Same license ?)
Is it possible to keep the changes under my name ?

How can i use this?

If i want distribute open source system CMS on my site http://correct.com.ua/ can i use this license?

Yes, of course you can use

Yes, of course you can use this license. Just include the text of the license in a file called "LICENSE", and make reference to it in a file called "README".

Additional Clause Requested

As stated the law allows abuses of software. Require a clause that no malicious uses may be entered into with said program conditional of any use.
Martin M. Musatov

The problem with a clause

The problem with a clause like that is: who gets to define what is malicious use? What happens if that entity ceases to make those decisions?

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.