From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753787AbcAVNOg (ORCPT ); Fri, 22 Jan 2016 08:14:36 -0500 Received: from smtp02.citrix.com ([66.165.176.63]:29147 "EHLO SMTP02.CITRIX.COM" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753456AbcAVNO3 (ORCPT ); Fri, 22 Jan 2016 08:14:29 -0500 X-IronPort-AV: E=Sophos;i="5.22,331,1449532800"; d="scan'208";a="333321543" Subject: Re: [Xen-devel] [PATCH 1/3] xen-netback: fix license ident used in MODULE_LICENSE To: Wei Liu , Xen-devel References: <1453466057-7176-1-git-send-email-wei.liu2@citrix.com> <1453466057-7176-2-git-send-email-wei.liu2@citrix.com> CC: Ian Campbell , "open list:XEN NETWORK BACKEND DRIVER" , open list , David Vrabel , Boris Ostrovsky From: David Vrabel X-Enigmail-Draft-Status: N1110 Message-ID: <56A22B30.3020206@citrix.com> Date: Fri, 22 Jan 2016 13:14:24 +0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Icedove/38.5.0 MIME-Version: 1.0 In-Reply-To: <1453466057-7176-2-git-send-email-wei.liu2@citrix.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 8bit X-DLP: MIA1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 22/01/16 12:34, Wei Liu wrote: > The comment at the beginning of the file is the canonical source of > licenses for this module. Currently it contains GPL and MIT license. Fix > the code to reflect the reality. "The MIT license" isn't really a thing. The closest is the X11 license[1], but this not applicable here either since the text in the drivers does not refer to X11 trademarks etc. You can either use "GPL" which would be correct for a Linux kernel module since the alternate only applies when distributed separately from Linux ("or, when distributed separately from the Linux kernel or incorporated into other software packages, subject to the following license:"); or you can use "GPL and additional rights". (Or you could just leave it as-is since "Dual BSD/GPL" is close enough.) David [1] http://www.gnu.org/licenses/license-list.html#X11License