Search Unity

Resolved Using MIT license with a MIT license?

Discussion in 'Scripting' started by Meaningless-Trinket, May 1, 2023.

  1. Meaningless-Trinket

    Meaningless-Trinket

    Joined:
    Apr 25, 2020
    Posts:
    83
    If you use MIT licensed code in your work and you use a MIT license, how do you license that properly?
     
  2. lordofduct

    lordofduct

    Joined:
    Oct 3, 2011
    Posts:
    8,531
    The MIT license is extremely permissive.

    Basically the MIT license says you can use it however you like, but the creator offers ZERO guarantee/warranty that it'll work.

    You are free to include MIT licensed code in your project.

    I release all my code on my github under MIT under the idea that anyone is free to use it if they so dare:
    https://github.com/lordofduct

    ...

    insert obligatory "I am not a lawyer" statement here. Take what I say with a grain of salt and consult your own legal team if you need to guarantee you won't be sued.
     
    Bunny83 likes this.
  3. Ryiah

    Ryiah

    Joined:
    Oct 11, 2012
    Posts:
    21,145
    By following the rules in the license. Here is the template for the base form of the license. Note that there are a few variations of this license that may include more rules or no rules at all. It's up to you to look at these and determine what the requirements are for all of the MIT licensed code that you use.

    https://en.wikipedia.org/wiki/MIT_License

     
    Last edited: May 1, 2023
    Bunny83 likes this.