<div dir="ltr">Chuck, thanks for your reply.<div><br></div><div>I definitely have seen many people just follow option (2) but my current understanding is that it is actually unacceptable for MIT license (regardless of how many people do it). </div>
<div><br></div><div>GPL, for example, goes out of the way to say that it is permissible to indicate "how to view a copy of this License", which admits the interpretation that simply linking to a GPL license is sufficient.  </div>
<div><br></div><div>MIT explicitly says "The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software", which I interpret to mean that the entirety of the MIT license must be included.<div>
<br></div><div style>I realize including the entire contents is repetitive, but is there an official statement or court case that would justify merely saying MIT rather than including the full license?  </div><div><br></div>
</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Sat, Jun 8, 2013 at 2:51 PM, Chuck Swiger <span dir="ltr"><<a href="mailto:chuck@codefab.com" target="_blank">chuck@codefab.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi, NN--<br>
<br>
On Jun 7, 2013, at 8:40 AM, Nirk Niggler <<a href="mailto:nirk.niggler@gmail.com">nirk.niggler@gmail.com</a>> wrote:<br>
> [ ... ]<br>
<div><div class="h5">> Lots of people are releasing code under the MIT license, which is great (at least they remember to apply a license :)<br>
><br>
> However, I've seen people try to apply it in different ways:<br>
><br>
> 1) just saying "License: MIT" in a README<br>
><br>
> 2) just saying "License: MIT" in the source code<br>
><br>
> 3) attaching a LICENSE file to the repository<br>
><br>
> 4) putting the license text in the README<br>
><br>
> 5) putting the license text in the source code<br>
><br>
> The MIT license itself explicitly states that the license text must be included in copies of the software, so option (5) is acceptable.  Are any of the other options acceptable?  This wouldn't normally strike me as odd, but some licenses like GPL explicitly permit users to reference the license.<br>

<br>
</div></div>It's very common for developers to have a short comment block at the top of each file listing author, copyright + license, and maybe a version/revision/$Id: $ tag; many IDEs and revision control systems will create and even populate such fields in a template automatically.  That's your option (2).<br>

<br>
People using software under licenses which are many pages long almost always invoke the license by reference.  For software licensed under terms like the BSD/MIT/zlib/X11/etc which fit on a single page, including the license terms directly aka option (5) is fairly common.<br>

<br>
Your option numbering scheme has a fortuitous coincidence: option (4) was typically found in association with software under the old 4-clause BSD license containing the "required attribution" clause.<br>
<br>
It made for long and highly repetitive READMEs.<br>
<br>
People who do not do either (4) or (5) tend to do both (2) + (3).<br>
People who write good READMEs probably include the information as per (1).<br>
<br>
Regards,<br>
<span class="HOEnZb"><font color="#888888">--<br>
-Chuck<br>
<br>
_______________________________________________<br>
License-discuss mailing list<br>
<a href="mailto:License-discuss@opensource.org">License-discuss@opensource.org</a><br>
<a href="http://projects.opensource.org/cgi-bin/mailman/listinfo/license-discuss" target="_blank">http://projects.opensource.org/cgi-bin/mailman/listinfo/license-discuss</a><br>
</font></span></blockquote></div><br></div>