how to properly credit authors of MIT license program
        Posted  
        
            by 
                kon psych
            
        on Programmers
        
        See other posts from Programmers
        
            or by kon psych
        
        
        
        Published on 2012-12-04T12:18:45Z
        Indexed on 
            2012/12/04
            17:19 UTC
        
        
        Read the original article
        Hit count: 601
        
Although I have found similar questions on this site they were not what I was looking for.
I have modified the source code of an MIT licensed project, and I have added new classes to it as well. Please correct me if I am wrong, but I think that it is legal to add my copyright notice above the license and remove the other one. But how should I attribute the contribution of the previous authors? Should I use a separate file? There are also some html files with no license or copyright notice in them which I also modified. Do I have to handle them differently?
My question is different than this question in that I have also modified some of the files of the project I am extending.
© Programmers or respective owner