GNOME Bugzilla – Bug 464410
license confusion
Last modified: 2007-08-07 19:02:20 UTC
gnome-terminal states that it is GPL, and COPYING is the GPL, but every single source file seems to have a LGPL header.
2007-08-07 Behdad Esfahbod <behdad@gnome.org> Bug 464410 – license confusion "gnome-terminal states that it is GPL, and COPYING is the GPL, but every single source file seems to have a LGPL header." * src/eggaccelerators.c: * src/eggcellrendererkeys.c: * src/encoding.c: * src/profile-editor.c: * src/simple-x-font-selector.c: * src/skey-popup.c: * src/terminal-accels.c: * src/terminal-notebook.c: * src/terminal-profile.c: * src/terminal-screen.c: * src/terminal-widget-vte.c: * src/terminal-window.c: * src/terminal.c: Replace LPGL header with GPL header. Note that LPGL allows conversion to GPL, so this change is legal anyway.