I've picked up an open source project (an application) which was released under MIT license. I've made many modifications to it and have been working on it and would like to release my version under a GPL license.
I heard that licenses like the MIT and New BSD are more permissive than the GPL, and vaguely remember reading that it's possible to re-license them under the GPL (even though it's not possible to do the same with GPL. GPL can't be re-licensed under MIT or new BSD). Can those with more experience in open source clarify a little bit?
If I release my modified version under GPL, how do I give the original author credit. The license I found says to attach the license file, but if I attach their file, it might be confused as the official license file for my version. How are these issues usually handled?