]> git.proxmox.com Git - mirror_qemu.git/commit
ui/gtk: Fix the license information
authorThomas Huth <thuth@redhat.com>
Thu, 21 Feb 2019 06:51:42 +0000 (07:51 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Thu, 21 Feb 2019 10:45:19 +0000 (11:45 +0100)
commitac38378950328d8ed808aae66733716a71900f2a
treeabca5df1e963ebc80f13ff697261b7825f93d2fc
parentd51b8cb9479d369f85f40af812be0b7cef5bc6fd
ui/gtk: Fix the license information

The license information in this file is very messy. A short note at
the beginning says GPL first, but the long boilerplate code then
talks about "GNU Lesser General Public License version 2.0". First,
there is no such version of the "GNU Lesser GPL", it only started with
version 2.1. In version 2.0, it was still called "GNU Library GPL"
instead. Second, you can easily get the license of this file wrong
if you only quickly glance at the long boilerplate code.

Anyway, looking at the text of the LGPL (see COPYING.LIB in the top
directory), the license clearly states in section "3." that one should
rather replace the license information with the GPL information in
such a case of a mixture instead. Thus let's clean up the confusing
statements and use the proper GPL text only.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Message-id: 1550731902-28842-1-git-send-email-thuth@redhat.com

[ kraxel: s/v2/v2+/ as requested by Daniel ]

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
ui/gtk.c