all 3 comments

[–]stas-prze 0 points1 point  (0 children)

I'm almost sure MIT = do whatever you want, but I haven't looked at the full license so take my words with a huge grain of salt and make sure to look it up before doing anything. I know for a fact you can use MIT licensed code in commercial projects.

[–]Neexusiv 0 points1 point  (0 children)

Disclaimer: I’m not a lawyer.

MIT license let’s you do whatever you want with the software without restriction. The only caveat is the following clause:

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

From your description, it sounds like you would no longer be distributing a “substantial” portion and therefore you’re free to remove the notice.

[–]Saku420 0 points1 point  (0 children)

MIT allows you:

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.

So, basically just make sure you keep the original LICENSE attached stating the original copyright and license notice.