Skip to content

Instantly share code, notes, and snippets.

@sranso
Created October 29, 2014 14:56
Show Gist options
  • Save sranso/5f46289ae13aa542e6c2 to your computer and use it in GitHub Desktop.
Save sranso/5f46289ae13aa542e6c2 to your computer and use it in GitHub Desktop.

what is an MIT license?

  • MIT tldrl
  • MIT is just the name of license
  • it's popular one because it allows people to use/modify/redistribute without needed to contribute changes back to the source (like GPL)
  • if i put MIT on something i build, then i'm saying "people, feel free to use this! no need to come back to me with your changes."
  • by default things things are copyrighted, if you don't specify a license at all, so it means - hey you can't use this
  • MIT/BSD/GPL/etc are "copyleft" type licenses
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment