From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752301AbbCKLQo (ORCPT ); Wed, 11 Mar 2015 07:16:44 -0400 Received: from cpsmtpb-ews09.kpnxchange.com ([213.75.39.14]:51252 "EHLO cpsmtpb-ews09.kpnxchange.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752084AbbCKLQm (ORCPT ); Wed, 11 Mar 2015 07:16:42 -0400 Message-ID: <1426072599.4244.98.camel@x220> Subject: Re: [PATCH] phy: Add a driver for dm816x USB PHY From: Paul Bolle To: Tony Lindgren Cc: Rusty Russell , Dave Jones , Kishon Vijay Abraham I , linux-kernel@vger.kernel.org, linux-omap@vger.kernel.org, linux-usb , Brian Hutchinson , Felipe Balbi Date: Wed, 11 Mar 2015 12:16:39 +0100 In-Reply-To: <20150309205157.GE5140@atomide.com> References: <20150309205157.GE5140@atomide.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.10.4 (3.10.4-4.fc20) Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 11 Mar 2015 11:16:39.0862 (UTC) FILETIME=[D8A18D60:01D05BEC] X-RcptDomain: vger.kernel.org Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 2015-03-09 at 13:51 -0700, Tony Lindgren wrote: > --- /dev/null > +++ b/drivers/phy/phy-dm816x-usb.c > @@ -0,0 +1,295 @@ > +/* > + * 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. > + */ This states the license is GPL v2 or later. > +MODULE_LICENSE("GPL v2"); So you probably want MODULE_LICENSE("GPL"); here. Paul Bolle