[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAA9_cmc9=aOexD8MBViEd9H=-Z79CMtn0-HE3ZXMwHQtTuRMzg@mail.gmail.com>
Date: Sun, 8 Apr 2012 15:50:21 -0700
From: Dan Williams <dan.j.williams@...el.com>
To: "Luis R. Rodriguez" <mcgrof@...jolero.org>
Cc: rusty@...tcorp.com.au, linux-kernel@...r.kernel.org,
Keith Packard <keithp@...thp.com>,
Ralf Baechle <ralf@...ux-mips.org>,
David Woodhouse <dwmw2@...radead.org>,
Stephen Hemminger <shemminger@...tta.com>,
"John W. Linville" <linville@...driver.com>,
Linus Torvalds <torvalds@...ux-foundation.org>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Subject: Re: [PATCH] module: Clarify GPL-Compatible is OK
On Fri, Apr 6, 2012 at 5:11 PM, Luis R. Rodriguez <mcgrof@...jolero.org> wrote:
> From: "Luis R. Rodriguez" <mcgrof@...jolero.org>
[..]
> drivers/scsi/isci/init.c | 2 +-
[..]
> diff --git a/drivers/scsi/isci/init.c b/drivers/scsi/isci/init.c
> index eb0f56c..7a8da32 100644
> --- a/drivers/scsi/isci/init.c
> +++ b/drivers/scsi/isci/init.c
> @@ -809,7 +809,7 @@ static __exit void isci_exit(void)
> sas_release_transport(isci_transport_template);
> }
>
> -MODULE_LICENSE("Dual BSD/GPL");
> +MODULE_LICENSE("GPL-Compatible");
> MODULE_FIRMWARE(ISCI_FW_NAME);
> module_init(isci_init);
> module_exit(isci_exit);
Per Alan's comments, Nak on the isci driver changes.
--
Dan
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists