[Spice-devel] [PATCH] qxl licence: add WDK clarification

Gerd Hoffmann kraxel at redhat.com
Tue Sep 14 07:02:05 PDT 2010


  Hi,

This patch updates the licence text of the windows qxl driver.  It adds
a paragraph clarifying that the WDK Code qualifies for the system
library exception in the GPL.

This follows the licensing model the virtio windows drivers are using.

http://git.kernel.org/?p=virt/kvm/kvm-guest-drivers-windows.git;a=blob;f=viostor/LICENSE;h=808dba85afaccc31dac21863d2cd4dd4a3b7d29f;hb=HEAD

cheers,
  Gerd

PS: This patch updates just one file to not spam the list,
    the real patch will update all files of course and also
    add the GPLv2 COPYING file referenced in the text.

---
 miniport/qxl.c |   28 ++++++++++++++++------------
 1 files changed, 16 insertions(+), 12 deletions(-)

diff --git a/miniport/qxl.c b/miniport/qxl.c
index 348758a..e321ee4 100644
--- a/miniport/qxl.c
+++ b/miniport/qxl.c
@@ -1,18 +1,22 @@
 /*
    Copyright (C) 2009 Red Hat, Inc.
 
-   This program is free software; you can redistribute it and/or
-   modify it under the terms of the GNU General Public License as
-   published by the Free Software Foundation; either version 2 of
-   the License, or (at your option) any later version.
-
-   This program is distributed in the hope that it will be useful,
-   but WITHOUT ANY WARRANTY; without even the implied warranty of
-   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-   GNU General Public License for more details.
-
-   You should have received a copy of the GNU General Public License
-   along with this program.  If not, see <http://www.gnu.org/licenses/>.
+   This software is licensed under the GNU General Public License,
+   version 2 (GPLv2) (see COPYING for details), subject to the
+   following clarification.
+
+   With respect to binaries built using the Microsoft(R) Windows
+   Driver Kit (WDK), GPLv2 does not extend to any code contained in or
+   derived from the WDK ("WDK Code").  As to WDK Code, by using or
+   distributing such binaries you agree to be bound by the Microsoft
+   Software License Terms for the WDK.  All WDK Code is considered by
+   the GPLv2 licensors to qualify for the special exception stated in
+   section 3 of GPLv2 (commonly known as the system library
+   exception).
+
+   There is NO WARRANTY for this software, express or implied,
+   including the implied warranties of NON-INFRINGEMENT, TITLE,
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 */
 
 #include "os_dep.h"
-- 
1.7.1



More information about the Spice-devel mailing list