|
|
|
|
|
by Aachen
2298 days ago
|
|
Assuming the license hasn't changed, under GPL it was illegal for them to remove the license. Apparently it's still in the "about" window, so maybe that is sufficient for the license, but I'm not sure about removing copyright banners in a bunch of other places... |
|
They seem to have had an AUTHORS file in there that according to git blame was deleted in this commit 2 years ago, possibly by erroneously including AUTHORS in .gitinclude:
https://github.com/Guake/guake/commit/089d72aab3c1708ed3476e...
Before that he was included in the AUTHORS file as "- Gabriel Falcão <gabriel@guake-terminal.org>, 2007", his name still appears in a bunch of places in the code https://github.com/Guake/guake/search?q=Gabriel+Falc%C3%A3o&...
I'm not really sure how to find the diff that switched from explicit copyright headers in source files to "Guake authors", maybe that was just done as the default while the code was growing.
Couldn't really hurt to just include some attribution imho, not only for him but other contributors as well. It's kind of odd looking to me that one of the two original authors raised an issue on an active looking project and seemingly nobody even bothered to respond there.