From d0c6d4238d7772866203f8d32c581eeba2e8a939 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Mon, 12 Mar 2018 12:02:11 +0000 Subject: [PATCH] Windows versioninfo: dbus is GPL|AFL, not LGPL|AFL The copyright holders have not granted permission for most of dbus to be distributed under LGPL terms, so saying they have would be misleading. Signed-off-by: Simon McVittie --- dbus/versioninfo.rc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dbus/versioninfo.rc.in b/dbus/versioninfo.rc.in index 4af2beee..b01135b3 100644 --- a/dbus/versioninfo.rc.in +++ b/dbus/versioninfo.rc.in @@ -32,7 +32,7 @@ BEGIN /* string need to match concated hex values in 'VarFileInfo' block */ BLOCK "040904e4" BEGIN - VALUE "Comments", "Provided under the terms of the GNU Lesser General Public License >= 2.0 or Academic Free License version 2.1\0" + VALUE "Comments", "Provided under the terms of the GNU General Public License >= 2.0 or Academic Free License version 2.1\0" VALUE "CompanyName", "freedesktop.org\0" VALUE "FileDescription", "dbus - FreeDesktop message bus system\0" VALUE "FileVersion", "@DBUS_VERSION@\0" -- 2.16.2