Is legal to modifying a MIT licensed code and sale?
        Posted  
        
            by 
                Alper
            
        on Programmers
        
        See other posts from Programmers
        
            or by Alper
        
        
        
        Published on 2012-10-31T21:20:02Z
        Indexed on 
            2012/10/31
            23:16 UTC
        
        
        Read the original article
        Hit count: 316
        
commercial
|mit-license
I have a project and i want to use a ready-made script in my project that is licensed under MIT, but using this script seperately will be redundant.
So i've decided to merge my codes and MIT licensed script in the same file. ( Let's say i'll modify / improve / 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) MIT Licensed script's copyright already in the final file.
© Programmers or respective owner