long story short, we're forking a free software. The code is under GNU/GPL license, we've tried to collaborate with the original developer but without success. We're improving the software adding a lot of features and unlikely our code will be merged in the original one.
We want to call the new project with a new name, use the same license of course and change the copyright notice in every file.
I know it should be allowed by the GNU/GPL to modify the code and redistribuite but here some questions:
- Is it OK to change the project name? (I guess yes)
- Is is OK to add our copyright notice and remove the original or we should just add our and leave the original copyright notice?
- We have to leave the reference to the old project in the code? (In the header he asks to make a reference to his project/website in case of fork. I guess it's just a suggestion and we could not do it, right?)