github.com/aleksi/gonuts.io@v0.0.0-20130622121132-3b0f2d1999fb/app/gonuts/templates/base/doc_faq.html (about)

     1  <h2>FAQ</h2>
     2  
     3  <h3 id="license">
     4  Why nut command forces me to add LICENSE file?</h3>
     5  
     6  Code without a license is copyrighted and proprietary by default. No-one can legally use it for any reason.
     7  If you don't care about licenses, but want to make your code open-source,
     8  please apply a simple permissive human-readable <a href="http://mit-license.org/">MIT-style license</a>.