https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64934
--- Comment #2 from Tobias Burnus <burnus at gcc dot gnu.org> --- The link I posted was regarding the translation of the strings: "This is free software; see the source for copying conditions. There is NO\n" "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n" "\n" and "This is free software; see the source for copying conditions.\n" "There is NO warranty; not even for MERCHANTABILITY or \n" "FITNESS FOR A PARTICULAR PURPOSE.\n" "\n" If one wants to change the English version, it would be a different bug component. Regarding the license: A simple link doesn't help as GCC uses multiple licenses: GPL3+ for the compiler, GPL3+ with GCC exception for several libraries, LGPL2+ or BSD license for some other libraries.