MIT and copyright
        Posted  
        
            by 
                Petah
            
        on Programmers
        
        See other posts from Programmers
        
            or by Petah
        
        
        
        Published on 2011-11-02T21:20:30Z
        Indexed on 
            2014/06/10
            15:40 UTC
        
        
        Read the original article
        Hit count: 383
        
I am contributing to a library that is licensed under the MIT license.
In the license and in each class file it has a comment at the top saying:
Copyright (c) 2011 Joe Bloggs <[email protected]>
I assume that he owns the copyright to the file, and can change the license of that file as he sees fit.
If I contribute to the library with a new class entirely write by me, can I claim copyright of that file. And put:
Copyright (c) 2011 Petah Piper <[email protected]>
at the top?
© Programmers or respective owner