Is it legal to modify MIT licensed code and sell it?
Posted
by
Alper
on Programmers
See other posts from Programmers
or by Alper
Published on 2012-10-31T21:20:02Z
Indexed on
2012/11/01
11:15 UTC
Read the original article
Hit count: 267
commercial
|mit-license
I have a project and I want to use a ready-made script that is licensed under MIT in it. But using this script separately will be redundant.
So I've decided to merge my code and the MIT licensed script in the same file. (Let's say I'll modify, improve and/or add new features to it.)
I'm planning to sell this work on a market, but is it fair (legally)?
NOTE: Meanwhile, I'll put (refer) the MIT licensed script's copyright already in the final file.
© Programmers or respective owner